llama index Raptor #13190
Replies: 1 comment 1 reply
-
To load a persistent vector store with RaptorRetriever, use the retriever = RaptorRetriever.from_persist_dir(
persist_dir="path_to_your_persisted_store_directory",
embed_model=your_embed_model_instance
) Replace Be aware of potential errors such as For more detailed implementation and handling of exceptions, you might want to look into the
|
Beta Was this translation helpful? Give feedback.
-
How to load persistent vector store with raptorretriver.
Beta Was this translation helpful? Give feedback.
All reactions