Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -86,11 +86,6 @@ 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 |
-
|
93 |
-
|
94 |
|
95 |
# Model
|
96 |
#-------
|
|
|
86 |
)
|
87 |
RAGResults["metadatas"][0][0]["dialog"]
|
88 |
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
# Model
|
91 |
#-------
|