1
0
mirror of https://github.com/imartinez/privateGPT.git synced 2025-05-08 08:17:09 +00:00

fixed ruff and black

This commit is contained in:
Somashekar B R 2024-09-25 01:21:08 +05:30
parent 2052ff49b8
commit 5334dda8da

View File

@ -69,8 +69,8 @@ class EmbeddingComponent:
)
case "fireworks":
try:
from llama_index.embeddings.fireworks import ( # type: ignore
FireworksEmbedding,
from llama_index.embeddings.fireworks import ( # type: ignore
FireworksEmbedding,
)
except ImportError as e:
raise ImportError(