mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
fix: linting error
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user