Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replace Chatbot Dataset Search with Semantic Indexer API #3625

@JHZhang2736

Description

@JHZhang2736

Replace Chatbot Dataset Search with Semantic Indexer API

This feature updates the chatbot's Search Datasets functionality to use the new semantic-indexer-api, which supports semantic search and chunk-based context retrieval.

  1. Add new Semantic Search API client
  2. Replace Search Datasets implementation
    • Use the semantic-indexer-api instead of the original search API.
  3. Display chunk text in results
    • PDF files: Display only the most relevant chunk.
    • CSV files: First call /retrieve to get all chunks, then display them.
  4. Support file format filtering
    • Allow user to specify file format (e.g., CSV or PDF) in queries.
    • Example: "Find some CSV files about endangered species in Australia".

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions