Documention on Weaviate does not discuss saving and reloading later. Getting index_name/text_key errors when i test. #197
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
The weaviate documentation does not explain how to save a database with an
index_name
nor load an existing vector database and query it. It assumes that we are just using from_documents or from_text.Also when i was trying to load an existing vector database, i got errors saying
index_name
andtext_key
were required parameters to WeaviateVectorStoreReference: https://python.langchain.com/v0.2/docs/integrations/vectorstores/weaviate/
Thanks again!
The text was updated successfully, but these errors were encountered: