mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 13:55:41 +01:00
fixed ruff and black
This commit is contained in:
parent
2052ff49b8
commit
5334dda8da
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue