Skip to content

Commit bb017de

Browse files
committed
Added lancedb imports so the segments are available to chatterlang
1 parent c88b176 commit bb017de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/talkpipe/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from talkpipe.app.chatterlang_serve import *
1717
from talkpipe.search.whoosh import *
1818
from talkpipe.search.simplevectordb import *
19+
from talkpipe.search.lancedb import *
1920

2021
# Load plugins automatically on import
2122
from talkpipe.util.plugin_loader import load_plugins

0 commit comments

Comments
 (0)