Replies: 1 comment
|
this is more fairly described as Semantic clusturing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This discussion focus on combining the text search faceting feature with a Retrieval Augmented Generation system
Analysis
RAG usually assume the capability of flawless retrieval similarities matching and assume the idea that the user is interacting with a know-it-all system. This discussion steps back and downgrades expectations from RAG system, and therefore brings back the user in the loop of sorting information sources and scope. The granularity goes down to faceting the content and exposing it to the user during a first search phase before invoking the LLM to summarize the search results.
Survey of 'Faceted RAG' similar strategies
Manual and Automated faceting
All reactions