mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-08 02:30:02 +00:00
fixed ruff and black
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user