Find answers from the community

Updated 2 months ago

Weaviate

Hello πŸ‘‹ ! I'm trying to persist a Weaviate vector store to an S3 bucket, but I don't seem to be able to store the actual vector_store.json file. It's generating the docstore.json, graph_store.json, and index_store.json files, but no vector store. Any idea why that's happening? I've used this with the standard llama_index vector store without any issues. The code is pretty simple:
Plain Text
index = VectorStoreIndex.from_documents(documents, storage_context=storage_context, service_context=service_context)
index.storage_context.persist(persist_dir=f"embeddings/{directory}/weaviate/{embedding_model}/{embedding_mode}", fs=self.s3fs)
L
P
4 comments
Uhhh it's not possible to save a weavite db to S3? It just gets saved in the weaviate database itself, whereever that is hosted?
I thought that might be true but someone told me they had accomplished it. That's too bad.
Add a reply
Sign up and join the conversation on Discord