fix collection name docs

This commit is contained in:
Lorenze Jay
2024-12-08 21:48:15 -08:00
parent a0e0c28152
commit d5d83cbd7e

View File

@@ -61,7 +61,7 @@ Preloading the Weaviate database with documents:
from crewai_tools import WeaviateVectorSearchTool
# Use before hooks to generate the documents and add them to the Weaviate database. Follow the weaviate docs: https://weaviate.io/developers/wcs/connect
test_docs = client.collections.get("test_collection_name")
test_docs = client.collections.get("example_collections")
docs_to_load = os.listdir("knowledge")