Add MariaDB Document Store integration - #567
Conversation
|
@SyedShahmeerAli12 is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
anakin87
left a comment
There was a problem hiding this comment.
Let's port here the fixes we made in deepset-ai/haystack#12363
|
@kacperlukawski this PR looks good from the content point of view... |
kacperlukawski
left a comment
There was a problem hiding this comment.
Thank you, @SyedShahmeerAli12 I left two comments. Could you please have a look?
|
|
||
| ## Installation | ||
|
|
||
| MariaDB 11.7+ introduced a native `VECTOR` datatype with MHNSW indexing, enabling efficient vector similarity search directly in the database. |
There was a problem hiding this comment.
| MariaDB 11.7+ introduced a native `VECTOR` datatype with MHNSW indexing, enabling efficient vector similarity search directly in the database. | |
| MariaDB 11.7+ introduced a native `VECTOR` datatype with HNSW-based indexing, enabling efficient vector similarity search directly in the database. |
I checked their documentation and blog posts, and it seems they use mhnsw, and nhnsw, but from the Haystack user perspective it does not matter that much. I would advice to stay away from the implementation details, given HNSW is a well-known algorithm already.
See:
kacperlukawski
left a comment
There was a problem hiding this comment.
Thank you, @SyedShahmeerAli12 I'll add a logo in a separate PR
Add integration tile for
mariadb-haystack.The package is released on PyPI: https://pypi.org/project/mariadb-haystack/
The integration was merged into haystack-core-integrations: deepset-ai/haystack-core-integrations#3565
Closes deepset-ai/haystack-core-integrations#2340