Thiloid commited on
Commit
55b6d8d
·
verified ·
1 Parent(s): 43f3e1f

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +3 -3
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))