rm prints

This commit is contained in:
Lorenze Jay
2024-10-21 14:24:26 -07:00
parent 2786086974
commit 78882c6de2

View File

@@ -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):