fix: linting error

This commit is contained in:
Siddhant Rai
2025-02-08 15:00:02 +05:30
parent 0fc9718c35
commit 3a51922650

View File

@@ -146,6 +146,7 @@ class MongoDBVectorStore(BaseVectorStore):
return chunks return chunks
except Exception as e: except Exception as e:
print(f"Error getting chunks: {e}")
return [] return []
def add_chunk(self, text, metadata=None): def add_chunk(self, text, metadata=None):