You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Questions/messages can contain multiple intents/ideas that might influence the search and therefore not yield good results. We could use an LLM first to split the incoming message into multiple search queries that can be used to retrieve relevant pages:
The lists of documents should then probably be merged and sorted by scores. We should probably use a JSON response for this. Instead of simply using the last message to derive search terms, we can use the last N user messages to derive a search term, see #126 . This would get us most of the way towards #229
The text was updated successfully, but these errors were encountered:
Questions/messages can contain multiple intents/ideas that might influence the search and therefore not yield good results. We could use an LLM first to split the incoming message into multiple search queries that can be used to retrieve relevant pages:
The lists of documents should then probably be merged and sorted by scores. We should probably use a JSON response for this. Instead of simply using the last message to derive search terms, we can use the last N user messages to derive a search term, see #126 . This would get us most of the way towards #229
The text was updated successfully, but these errors were encountered: