FEAT: Added fixed UI mode name

This commit is contained in:
Somashekar B R 2024-09-20 14:49:02 +05:30
parent a38675b844
commit 2d5865e773
6 changed files with 2292 additions and 2002 deletions

View file

@ -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