I came across self querying retrieval and i tried to look into the langchain repo, honestly i couldnt understand anything in there :/
Is there a way to implement self querying retrieval from scratch without langchain? How did you guys do it
You must log in or register to comment.
tried to look into the langchain repo, honestly i couldnt understand anything in there :/
A classic…
Is there a way to implement self querying retrieval
Can you explain what do you mean with self query? Do you mean the use of a llm to generate the query for retrivial?