this post was submitted on 26 Nov 2023
1 points (100.0% liked)

LocalLLaMA

3 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 1 year ago
MODERATORS
 

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

top 1 comments
sorted by: hot top controversial new old
[–] Distinct-Target7503@alien.top 1 points 11 months ago

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?