mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
fix collection name docs
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user