Skip to content
Discussion options

You must be logged in to vote

Hi @JaisVJ if some of the queries are not full sentences but something like ""Error code #32" then this looks to me more like a keyword search, with "error", "code" and "32" being the keywords. You could check whether the results for this query get better if you use the BM25Retriever instead of the EmbeddingRetriever. If that's the case, you could change your pipeline such that it contains two retrievers. Our tutorial 11 contains an example. Just search for "CustomQueryClassifier" in that tutorial.
Another idea would be to store "issue" and "solution" in two different fields of the document when you create it from your dataset. "solution" could be still stored in "content" but "issue" cou…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jais001
Comment options

Answer selected by jais001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants