10000 Add hybrid search option · video-db/videodb-python@723fa12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 723fa12

Browse files
committed
Add hybrid search option
1 parent 60fdc5e commit 723fa12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

videodb/_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class SearchType:
2222
class IndexType:
2323
spoken_word = "spoken_word"
2424
scene = "scene"
25+
hybrid = "hybrid"
2526

2627

2728
class SceneExtractionType:

0 commit comments

Comments
 (0)
0