Skip to content

Conversation

@JHZhang2736
Copy link
Contributor

What this PR does

  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".

@JHZhang2736 JHZhang2736 self-assigned this Aug 15, 2025
@JHZhang2736 JHZhang2736 requested a review from t83714 August 15, 2025 07:45
@JHZhang2736 JHZhang2736 linked an issue Aug 15, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Chatbot Dataset Search with Semantic Indexer API

2 participants