mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 13:55:41 +01:00
FEAT: Added fixed UI mode name
This commit is contained in:
parent
a38675b844
commit
2d5865e773
6 changed files with 2292 additions and 2002 deletions
|
|
@ -80,7 +80,6 @@ class EmbeddingComponent:
|
|||
self.embedding_model = FireworksEmbedding(
|
||||
api_key=api_key,
|
||||
)
|
||||
|
||||
case "ollama":
|
||||
try:
|
||||
from llama_index.embeddings.ollama import ( # type: ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue