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

  • Distinct-Target7503B
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year 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?