Merge remote-tracking branch 'origin/feat/COG-184-add-falkordb' into feat/COG-184-add-falkordb
This commit is contained in:
commit
9579cc7a02
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ class PGVectorAdapter(SQLAlchemyAdapter, VectorDBInterface):
|
|||
# Create and return ScoredResult objects
|
||||
return [
|
||||
ScoredResult(
|
||||
id = UUID(row.id),
|
||||
id = UUID(str(row.id)),
|
||||
payload = row.payload,
|
||||
score = row.similarity
|
||||
) for row in vector_list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue