Update run.py
Browse files
run.py
CHANGED
@@ -61,6 +61,9 @@ def response(
|
|
61 |
|
62 |
#sources=["source: "+s["source"]+")</small>" for s in results['metadatas'][0]]
|
63 |
results=results['documents'][0]
|
|
|
|
|
|
|
64 |
combination = zip(results,dists)
|
65 |
combination = [' '.join(triplets) for triplets in combination]
|
66 |
#print(str(prompt)+"\n\n"+str(combination))
|
|
|
61 |
|
62 |
#sources=["source: "+s["source"]+")</small>" for s in results['metadatas'][0]]
|
63 |
results=results['documents'][0]
|
64 |
+
print("TEst")
|
65 |
+
print(results)
|
66 |
+
print("_____")
|
67 |
combination = zip(results,dists)
|
68 |
combination = [' '.join(triplets) for triplets in combination]
|
69 |
#print(str(prompt)+"\n\n"+str(combination))
|