Skip to content

Commit

Permalink
fix: keyword search
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-v2-3 committed Jul 19, 2024
1 parent 123aef8 commit 30a8828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions videodb/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def search_inside_video(
"query": query,
"score_threshold": score_threshold,
"result_threshold": result_threshold,
**kwargs,
},
)
return SearchResult(self._connection, **search_data)
Expand Down

0 comments on commit 30a8828

Please sign in to comment.