Find answers from the community

Updated 12 months ago

how can I do code splitter with

At a glance
how can I do code splitter with recurisve retrieval ?
L
O
5 comments
think of recursive retrieval as retrieving objects that point to other objects

There are probably some cases where the way you represent something for retrieval is highly different than what you want the LLM to see -- this is the problem that recursive retrieval solves

(in addition, it also lets you retrieve other query engines/retrievers)
ok, so it is a pointer finder
what attributes does it look for? I am just not too sure what you mean by "the way you represent something for retrieval is highly different than what you want the LLM to see"
Thanks, don't worry about it. I will dig into source codes,
Add a reply
Sign up and join the conversation on Discord