How can store graph index #14954
Unanswered
ragesh2000
asked this question in
Q&A
Replies: 1 comment
-
I dig into llama_index source code and found out this: test_index = load_index_from_storage(storage_context) test_query_engine = GraphRAGQueryEngine( |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Iam referring to https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/cookbooks/GraphRAG_v1.ipynb for creating GraphRAG using llamaindex. So once an index is created how can we store it ? I have tried the conventional
.persist
method but got an error.Error
instance of GraphRAGStore expected (type=type_error.arbitrary_type; expected_arbitrary_type=GraphRAGStore)
How can I store the index and load later?
Beta Was this translation helpful? Give feedback.
All reactions