Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@mjeremyhsu mjeremyhsu released this 14 Aug 18:54
· 8 commits to main since this release
9e9373f

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.