airabbitX's picture
Upload 3 files
50e3a95 verified
raw
history blame contribute delete
208 Bytes
# UI package for MongoDB Vector Search Tool
from ui.embeddings_tab import create_embeddings_tab
from ui.search_tab import create_search_tab
__all__ = [
'create_embeddings_tab',
'create_search_tab'
]