Closed anakin87 closed 3 weeks ago
Some methods of Qdrant Document Store allow specifying the index parameter.
index
This comes from the Haystack 1.x implementation. In 2.x, we are enforcing the convention where a Document Store corresponds to a specific index/collection.
Having some methods where you can specify index is inconsistent and fuels user confusion. See https://github.com/deepset-ai/haystack-core-integrations/issues/942
CI
fix:
feat:
build:
chore:
ci:
docs:
style:
refactor:
perf:
test:
Some methods of Qdrant Document Store allow specifying the
index
parameter.This comes from the Haystack 1.x implementation. In 2.x, we are enforcing the convention where a Document Store corresponds to a specific index/collection.
Having some methods where you can specify
index
is inconsistent and fuels user confusion. See https://github.com/deepset-ai/haystack-core-integrations/issues/942Proposed Changes:
index
parameter from internal and public methodsHow did you test it?
CI
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.