Skip to content

Commit

Permalink
qdrant migrate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnJyong committed Sep 21, 2023
1 parent ae4ed10 commit 827be3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/index/vector_index/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def restore_dataset_in_one(self, dataset: Dataset, dataset_collection_binding: D

if documents:
try:
self.create_with_collection_name(documents, dataset_collection_binding.collection_name)
self.add_texts(documents)
except Exception as e:
raise e

Expand Down

0 comments on commit 827be3f

Please sign in to comment.