mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 16:22:49 +00:00
WIP: test check with prints
This commit is contained in:
@@ -43,7 +43,10 @@ class EmbeddingConfigurator:
|
||||
raise Exception(
|
||||
f"Unsupported embedding provider: {provider}, supported providers: {list(self.embedding_functions.keys())}"
|
||||
)
|
||||
|
||||
print(
|
||||
"self.embedding_functions[provider](config, model_name)",
|
||||
self.embedding_functions[provider](config, model_name),
|
||||
)
|
||||
return self.embedding_functions[provider](config, model_name)
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user