Du Mingzhe
commited on
Commit
•
00fe22c
1
Parent(s):
088c177
Update
Browse files- components.py +1 -1
components.py
CHANGED
@@ -127,7 +127,7 @@ class PersonalIndexClient(object):
|
|
127 |
for result in results['matches']:
|
128 |
score = result['score']
|
129 |
metadata = result['metadata']
|
130 |
-
if score > 0.
|
131 |
pinecone_memory += [metadata]
|
132 |
|
133 |
return pinecone_memory
|
|
|
127 |
for result in results['matches']:
|
128 |
score = result['score']
|
129 |
metadata = result['metadata']
|
130 |
+
if score > 0.5:
|
131 |
pinecone_memory += [metadata]
|
132 |
|
133 |
return pinecone_memory
|