AFischer1985 commited on
Commit
9cd1f77
·
verified ·
1 Parent(s): 24c1fea

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -1
run.py CHANGED
@@ -86,7 +86,8 @@ if(len(x)==0):
86
  )
87
  RAGResults["metadatas"][0][0]["dialog"]
88
 
89
- collection.get()["ids","documents"]
 
90
  x=collection.get(include=[])["ids"]
91
  x
92
 
 
86
  )
87
  RAGResults["metadatas"][0][0]["dialog"]
88
 
89
+ print(collection.count())
90
+ #collection.get()["ids","documents"]
91
  x=collection.get(include=[])["ids"]
92
  x
93