Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit e746ddc

Browse files
fix: remove debug logging (#462)
1 parent c0b6dad commit e746ddc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crewai_tools/tools/rag/rag_tool.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,9 @@ def _create_embedding_function(embedding_config: dict, provider: str) -> Any:
131131
if api_key:
132132
factory_config["api_key"] = api_key
133133

134-
print(f"Creating embedding function with config: {factory_config}")
135134

136135
if provider == "chromadb":
137136
embedding_func = get_embedding_function(factory_config)
138-
print(f"Created embedding function: {embedding_func}")
139-
print(f"Embedding function type: {type(embedding_func)}")
140137
return embedding_func
141138

142139
elif provider == "qdrant":

0 commit comments

Comments
 (0)