Skip to content

Commit

Permalink
return file_uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed May 9, 2024
1 parent 5fb310b commit 6c68ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/indexer/content_bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def search(self, search, filter=None, threshold=0.1) -> list[Product]:
seen.add(full_page)
return_list.append({
"full_page": full_page,
"filename": doc.metadata.get("filename")
"filename": doc.metadata.get("filename"),
"file_uuid": doc.metadata.get("file_uuid"),
})

return return_list
Expand Down

0 comments on commit 6c68ba5

Please sign in to comment.