Skip to content

Commit

Permalink
fix(agents-api): Rename embedding search function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Jan 4, 2025
1 parent 47a9ce4 commit be6b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/queries/chat/gather_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def gather_messages(
doc_references = await search_docs_by_embedding(
developer_id=developer.id,
owners=owners,
query_embedding=query_embedding,
embedding=query_embedding,
connection_pool=connection_pool,
)
case "hybrid":
Expand Down

0 comments on commit be6b292

Please sign in to comment.