Commits
Click on a commit to change the comparison rangedocs(weaviate): add example for reusing an existing collection
Added a short section to the Weaviate integration docs showing how to
connect to an existing collection (reuse an index) with `WeaviateVectorStore`.
This helps clarify required parameters (`index_name`, `text_key`) when
loading a pre-existing store, which was previously missing.15 days ago
by soo-toance docs: add example for connecting to an existing Weaviate collection
added a short section in the Weaviate integration docs showing how to reuse an
existing index with `WeaviateVectorStore`. clarifies required parameters
(`index_name`, `text_key`) when loading a pre-existing store.15 days ago
by soo-toance