Skip to content

Releases: edgeMicroservice/mKB

v1.3.0

14 Aug 18:54
9e9373f
Compare
Choose a tag to compare

Features

Dataset Management

  • Create Datasets: Upload pre-processed JSON datasets to the Knowledge Base.
  • List Datasets: Retrieve a list of all available datasets.
  • Delete Datasets: Remove datasets by their name.
  • Upload Chunks: Add specific chunks to an existing dataset using a pre-processed file.

Search and Retrieval

  • Similarity Search: Perform searches across datasets based on a prompt, returning the most relevant content.
  • Chunk Retrieval: Retrieve individual chunks by their chunkId for detailed inspection.