diff --git a/cognee/infrastructure/databases/vector/chromadb/ChromaDBAdapter.py b/cognee/infrastructure/databases/vector/chromadb/ChromaDBAdapter.py index 91d135f08..1aec470c5 100644 --- a/cognee/infrastructure/databases/vector/chromadb/ChromaDBAdapter.py +++ b/cognee/infrastructure/databases/vector/chromadb/ChromaDBAdapter.py @@ -222,8 +222,7 @@ class ChromaDBAdapter(VectorDBInterface): ) return scored_results - except Exception as e: - logger.error(f"Error in get_distance_from_collection_elements: {str(e)}") + except Exception: return [] async def search(