Spaces:
Sleeping
Sleeping
added comment regarding chroma_search tool name
Browse files
innovation_pathfinder_ai/structured_tools/structured_tools.py
CHANGED
@@ -94,6 +94,7 @@ def wikipedia_search(query: str) -> str:
|
|
94 |
@tool
|
95 |
def chroma_search(query:str) -> str:
|
96 |
"""Search the Arxiv vector store for docmunets and relevent chunks"""
|
|
|
97 |
client = chromadb.PersistentClient(
|
98 |
# path=persist_directory,
|
99 |
)
|
|
|
94 |
@tool
|
95 |
def chroma_search(query:str) -> str:
|
96 |
"""Search the Arxiv vector store for docmunets and relevent chunks"""
|
97 |
+
# Since we have more than one collections we should change the name of this tool
|
98 |
client = chromadb.PersistentClient(
|
99 |
# path=persist_directory,
|
100 |
)
|