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