Spaces:
Sleeping
Sleeping
Commit
·
6946652
1
Parent(s):
316a678
fix: remove missing data from query
Browse files- custom_pgvector.py +1 -1
custom_pgvector.py
CHANGED
@@ -345,7 +345,7 @@ class CustomPGVector(VectorStore):
|
|
345 |
"title": result["title"],
|
346 |
"authors": result["authors"],
|
347 |
"doi": result["doi"],
|
348 |
-
"halID": result["halID"],
|
349 |
"keywords": result["keywords"],
|
350 |
"distance": result["distance"],
|
351 |
}),
|
|
|
345 |
"title": result["title"],
|
346 |
"authors": result["authors"],
|
347 |
"doi": result["doi"],
|
348 |
+
# "halID": result["halID"],
|
349 |
"keywords": result["keywords"],
|
350 |
"distance": result["distance"],
|
351 |
}),
|