Skip to content

Commit

Permalink
chore: docs query test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedantsahai18 committed Jan 6, 2025
1 parent 0e689d9 commit cc93353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/tests/test_docs_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ async def _(
result = await search_docs_by_embedding(
developer_id=developer.id,
owners=[("agent", agent.id)],
query_embedding=query_embedding,
embedding=query_embedding,
k=3, # Add k parameter
metadata_filter={"test": "test"}, # Add metadata filter
connection_pool=pool,
Expand Down

0 comments on commit cc93353

Please sign in to comment.