Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -432,8 +432,8 @@ try:
|
|
| 432 |
wpChunksCollection = st.session_state.wpChunksCollection
|
| 433 |
semChunks = wpChunksCollection.query.near_vector(
|
| 434 |
near_vector=vectorList,
|
| 435 |
-
|
| 436 |
-
certainty=0.7,
|
| 437 |
limit=3
|
| 438 |
)
|
| 439 |
|
|
|
|
| 432 |
wpChunksCollection = st.session_state.wpChunksCollection
|
| 433 |
semChunks = wpChunksCollection.query.near_vector(
|
| 434 |
near_vector=vectorList,
|
| 435 |
+
distance=0.7,
|
| 436 |
+
#certainty=0.7,
|
| 437 |
limit=3
|
| 438 |
)
|
| 439 |
|