spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Self-querying

Open florind opened this issue 1 year ago • 2 comments
trafficstars

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

florind avatar Jun 17 '24 08:06 florind

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.

markpollack avatar Jul 22 '24 23:07 markpollack

@markpollack I created an implementation in this PR https://github.com/spring-projects/spring-ai/pull/1019

florind avatar Aug 06 '24 14:08 florind