Bring feature parity to SQLDocumentStore #3523
Labels
Contributions wanted!
Looking for external contributions
topic:document_store
topic:sql
wontfix
This will not be worked on
Is your feature request related to a problem? Please describe.
The
SQLDocumentStore
was originally designed to support other vector databases storing additional data (e.g. metadata), still it implements theBaseDocumentStore
interface and it is supposed to implement all the relative load/store/query capabilities.Unfortunately the
SQLDocumentStore
behaves rather differently from the others, as proven by the inability to run some basic tests hereDescribe the solution you'd like
The
SQLDocumentStore
successfully runs all the tests fromDocumentStoreBaseTestAbstract
Describe alternatives you've considered
The
SQLDocumentStore
doesn't implementBaseDocumentStore
anymore and is changed into an object specialised in providing metadata storing facilities to other Document Stores.The text was updated successfully, but these errors were encountered: