Skip to content

Add ArcadeDB document store integration#411

Merged
bilgeyucel merged 2 commits intodeepset-ai:mainfrom
ArcadeData:add-arcadedb-integration
Mar 6, 2026
Merged

Add ArcadeDB document store integration#411
bilgeyucel merged 2 commits intodeepset-ai:mainfrom
ArcadeData:add-arcadedb-integration

Conversation

@lvca
Copy link
Contributor

@lvca lvca commented Mar 4, 2026

Summary

closes #408

  • Adds ArcadeDB as a Haystack document store integration
  • ArcadeDB is a multi-model database providing document storage, native HNSW vector search, and SQL metadata filtering in a single backend — no need for separate vector/document/search backends
  • Includes ArcadeDBDocumentStore and ArcadeDBEmbeddingRetriever components

Details

ArcadeDB is a multi-model database with native HNSW vector search,
document storage, and SQL metadata filtering in a single backend.
Copy link
Contributor

@bilgeyucel bilgeyucel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @lvca, left my comments!

github: ArcadeData
twitter: arcade_db
pypi: https://pypi.org/project/arcadedb-haystack/
repo: https://github.com/ArcadeData/arcadedb-haystack
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the link gives 404

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now works

Co-authored-by: Bilge Yücel <bilge.yucel@deepset.ai>
@lvca lvca requested a review from bilgeyucel March 5, 2026 22:08
@bilgeyucel bilgeyucel merged commit 10f5a76 into deepset-ai:main Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add page for new ArcadeDB integration

2 participants