generated from DefangSamples/sample-RAG-chatbot-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The chatbot currently seems to not answer vague questions as well, e.g. "Does Defang have an MCP sample?". This is likely due to how the algorithm (cosine similarity) decides which information sources (i.e. docs/blog pages) are relevant to the query to formulate an answer.
A potential solution would be to use a different search algorithm, such as hybrid search with LlamaIndex that combines both semantic search (cosine similarity) and keyword search to determine similarity.
Metadata
Metadata
Assignees
Labels
No labels