mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
fix: linting error
This commit is contained in:
@@ -146,6 +146,7 @@ class MongoDBVectorStore(BaseVectorStore):
|
||||
|
||||
return chunks
|
||||
except Exception as e:
|
||||
print(f"Error getting chunks: {e}")
|
||||
return []
|
||||
|
||||
def add_chunk(self, text, metadata=None):
|
||||
|
||||
Reference in New Issue
Block a user