mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +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":
|
||||
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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue