Commit abe2ce4
committed
fix: set wait_for_completion=True always in delete_all_documents
Both sync and async delete_all_documents need to wait for completion
so documents are actually deleted before the function returns1 parent 18d2043 commit abe2ce4
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- integrations/opensearch/src/haystack_integrations/document_stores/opensearch
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
| 603 | + | |
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
| |||
0 commit comments