File size: 172 Bytes
94cf162
0761598
 
94cf162
 
 
0761598
 
 
1
2
3
4
5
6
7
8
9
10
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()