mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 16:22:49 +00:00
Fix import sorting with ruff
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -108,8 +108,10 @@ class EmbeddingConfigurator:
|
||||
from chromadb.utils.embedding_functions.google_embedding_function import (
|
||||
GoogleVertexEmbeddingFunction,
|
||||
)
|
||||
|
||||
from crewai.utilities.embedding_functions import FixedGoogleVertexEmbeddingFunction
|
||||
|
||||
from crewai.utilities.embedding_functions import (
|
||||
FixedGoogleVertexEmbeddingFunction,
|
||||
)
|
||||
|
||||
return FixedGoogleVertexEmbeddingFunction(
|
||||
model_name=model_name,
|
||||
|
||||
Reference in New Issue
Block a user