Update ref.txt
Browse files
ref.txt
CHANGED
@@ -9,3 +9,9 @@ def RAG(state):
|
|
9 |
|
10 |
@tool(description="Use this tool to execute RAG. Retrieves results related to Japan or Sports.")
|
11 |
def RAG(state):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
@tool(description="Use this tool to execute RAG. Retrieves results related to Japan or Sports.")
|
11 |
def RAG(state):
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
# Clear ChromaDB cache to fix tenant issue
|
17 |
+
chromadb.api.client.SharedSystemClient.clear_system_cache()
|