Skip to content

Commit

Permalink
more fix from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alekst23 committed Sep 9, 2024
2 parents f51ba8f + 39749c2 commit 31354be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/leapfrogai_api/backend/composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def sort_by_created_at(msg: Message):
BetaThreadToolResourcesFileSearch, tool_resources.file_search
)
vector_store_ids: list[str] = cast(list[str], file_search.vector_store_ids)

for vector_store_id in vector_store_ids:
rag_results_raw: SingleAPIResponse[
SearchResponse
Expand Down

0 comments on commit 31354be

Please sign in to comment.