mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-01-13 19:55:44 +00:00
fix:issue2932 (#2933)
This commit is contained in:
@@ -58,7 +58,6 @@ class VectorStorageOperator(MapOperator[List[Chunk], List[Chunk]]):
|
||||
"""Init the datasource operator."""
|
||||
MapOperator.__init__(self, **kwargs)
|
||||
self._vector_store = vector_store
|
||||
self._embeddings = vector_store.embeddings
|
||||
self._max_chunks_once_load = max_chunks_once_load
|
||||
self.vector_store = vector_store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user