Skip to content

Commit

Permalink
fix(agents-api): fix list docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-mtos authored and whiterabbit1983 committed Jan 28, 2025
1 parent 60921f3 commit 12b8eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents-api/agents_api/queries/docs/list_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
AND d.doc_id = doc_own.doc_id
LEFT JOIN docs_embeddings e
ON d.doc_id = e.doc_id
AND d.index = e.index
WHERE d.developer_id = $1
AND doc_own.owner_type = $3
AND doc_own.owner_id = $4
Expand Down

0 comments on commit 12b8eb5

Please sign in to comment.