Reuse the existing collection if configured properly in Qdrant.from_texts (#7530)

This PR changes the behavior of `Qdrant.from_texts` so the collection is
reused if not requested to recreate it. Previously, calling
`Qdrant.from_texts` or `Qdrant.from_documents` resulted in removing the
old data which was confusing for many.
This commit is contained in:
Kacper Łukawski
2023-07-11 22:24:35 +02:00
committed by GitHub
parent 6674b33cf5
commit 1f83b5f47e
4 changed files with 989 additions and 804 deletions