Update run.py
Browse files
run.py
CHANGED
@@ -126,9 +126,9 @@ def response(
|
|
126 |
|
127 |
#sources=["source: "+s["source"]+")</small>" for s in results['metadatas'][0]]
|
128 |
results=results['documents'][0]
|
129 |
-
print("TEst")
|
130 |
-
print(results)
|
131 |
-
print("_____")
|
132 |
combination = zip(results,dists)
|
133 |
combination = [' '.join(triplets) for triplets in combination]
|
134 |
#print(str(prompt)+"\n\n"+str(combination))
|
|
|
126 |
|
127 |
#sources=["source: "+s["source"]+")</small>" for s in results['metadatas'][0]]
|
128 |
results=results['documents'][0]
|
129 |
+
#print("TEst")
|
130 |
+
#print(results)
|
131 |
+
#print("_____")
|
132 |
combination = zip(results,dists)
|
133 |
combination = [' '.join(triplets) for triplets in combination]
|
134 |
#print(str(prompt)+"\n\n"+str(combination))
|