How load a Summary index from storage #13818
-
Maybe it is a dummy question, but I'm facing a blocker. I have two collections saved in a Weaviate vector Database. These collections were created with the Weaviate llamaindex integration using a simple For query/retrieve time, I used a query engine built with a My questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
To address your questions about using a 1. Storing Nodes for
|
Beta Was this translation helpful? Give feedback.
-
@logan-markewich thoughts? |
Beta Was this translation helpful? Give feedback.
@zapatacc a summary index cannot use a vector store. You'd have to configure the index store and docstore in the storage context (there are many integrations here, redis, postgres, firestore, azure data tables, mongodb)