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