-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
RAGIssues related to Retrieval Augmented GenerationIssues related to Retrieval Augmented Generation
Description
I'd like to use Spring AI for self-querying, the same way it's implemented in Langchain https://python.langchain.com/v0.1/docs/modules/data_connection/retrievers/self_query/#creating-our-self-querying-retriever
In the mean time it would be nice to know if there is a way to implement the attribute extraction (which itself is a great addition) then wire it (a new advisor?) in the ChatClient.
Any pointers are much appreciated.
florin
Metadata
Metadata
Assignees
Labels
RAGIssues related to Retrieval Augmented GenerationIssues related to Retrieval Augmented Generation
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
markpollack commentedon Jul 22, 2024
Natural language input would be a nice feature, but is beyond what we have in scope for our 1.0 GA. keeping the issue around for more advanced RAG features.
florind commentedon Aug 6, 2024
@markpollack I created an implementation in this PR #1019