Provide embedding manager (#16)

* Provide the Embedding management UI

* Update Fastembed documentation

* Add validation when adding / updating embeddings

* Stop using the old ktem embeddings manager

* Set default local embedding models

* Move the local embeddings below in flowsettings

* Update flowsettings
This commit is contained in:
Duc Nguyen (john)
2024-04-10 15:11:44 +07:00
committed by GitHub
parent ed10020ea3
commit 7b3307e3c4
12 changed files with 608 additions and 30 deletions

View File

@@ -193,7 +193,7 @@ information panel.
You can access users' collections of LLMs and embedding models with:
```python
from ktem.components import embeddings
from ktem.embeddings.manager import embeddings
from ktem.llms.manager import llms