mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-15 22:10:05 +00:00
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. Thank you for contributing to LangChain! Follow these steps to mark your pull request as ready for review. **If any of these steps are not completed, your PR will not be considered for review.** ### Description 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. ### Issue Fixes langchain-ai/langchain-weaviate#197 ### Dependencies None
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide