mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 00:02:36 +00:00
rm prints
This commit is contained in:
@@ -72,7 +72,6 @@ class RAGStorage(BaseRAGStorage):
|
|||||||
model_name=model_name,
|
model_name=model_name,
|
||||||
)
|
)
|
||||||
elif provider == "ollama":
|
elif provider == "ollama":
|
||||||
print("using this ollama")
|
|
||||||
from openai import OpenAI
|
from openai import OpenAI
|
||||||
|
|
||||||
class OllamaEmbeddingFunction(EmbeddingFunction):
|
class OllamaEmbeddingFunction(EmbeddingFunction):
|
||||||
|
|||||||
Reference in New Issue
Block a user