kotaemon-app / app.py
ian
pre-download models
94cf162
from fastembed import TextEmbedding
from ktem.main import App
# pre-download the model
TextEmbedding("BAAI/bge-base-en-v1.5")
app = App()
demo = app.make()
demo.launch()