mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-14 07:34:39 +00:00
fixed ruff and black
This commit is contained in:
parent
2052ff49b8
commit
5334dda8da
@ -69,8 +69,8 @@ class EmbeddingComponent:
|
|||||||
)
|
)
|
||||||
case "fireworks":
|
case "fireworks":
|
||||||
try:
|
try:
|
||||||
from llama_index.embeddings.fireworks import ( # type: ignore
|
from llama_index.embeddings.fireworks import ( # type: ignore
|
||||||
FireworksEmbedding,
|
FireworksEmbedding,
|
||||||
)
|
)
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
|
Loading…
Reference in New Issue
Block a user