How to use LangChain to load the index generated by LlamaIndex and perform a query? #6632
Unanswered
chenkuncloud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used
LlamaIndex
to generate an index for a section of text, which is stored in the myindex folder.How should I use
LangChain
to load it and query it?At present, I can only use
LlamaIndex
for querying, but this will lack the functionality ofLangChain
(such as Prompts, Chains, Agents).build.py:
query.py:
Best regards
Beta Was this translation helpful? Give feedback.
All reactions