DrishtiSharma commited on
Commit
a04d020
·
verified ·
1 Parent(s): 099f4d6

Update ref.txt

Browse files
Files changed (1) hide show
  1. ref.txt +6 -0
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()