mirror of
https://github.com/langchain-ai/rag-research-agent-template.git
synced 2026-07-01 20:24:11 -04:00
more detailed explanation of index_graph its purpose and how it should be used. #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vkulionis0 on GitHub (Jan 21, 2025).
Currently not very clear how it should be used. Once the retriever is setup, what is the use of index_graph?
@vbarda commented on GitHub (Jan 27, 2025):
Does this part from the README help with your question?
@vkulionis0 commented on GitHub (Jan 28, 2025):
When you set up a retriever (e.g., MongoDB) with access to a vectorstore, why do you still need to use index_graph? Shouldn't you be able to start querying the agent as soon as the retriever is configured and has access to the vectorstore?
@vbarda commented on GitHub (Jan 28, 2025):
if you have an existing database with some data, you don't need to use
index_graph- i don't think README is saying that?@hocokahu commented on GitHub (Apr 20, 2025):
@vbarda I didn't get a chance to dig deep into this but I got this error following the instructions:
In
index_docs