Skip to content

Add ArcadeDB integration provider#2973

Open
Luca Garulli (lvca) wants to merge 1 commit intolangchain-ai:mainfrom
lvca:add-arcadedb-provider
Open

Add ArcadeDB integration provider#2973
Luca Garulli (lvca) wants to merge 1 commit intolangchain-ai:mainfrom
lvca:add-arcadedb-provider

Conversation

@lvca
Copy link

Summary

  • Adds ArcadeDB provider page at src/oss/python/integrations/providers/arcadedb.mdx
  • Adds ArcadeDB card to the all providers overview page

About ArcadeDB

ArcadeDB is an open-source multi-model database (Apache 2.0) supporting Graph, Document, Key/Value, Time Series, and Vector models in a single engine with Cypher, SQL, Gremlin, GraphQL, and MongoDB QL.

The langchain-arcadedb package (v0.1.0) is published on PyPI and provides:

  • ArcadeDBGraph — implements the GraphStore protocol, works with GraphCypherQAChain
  • Graph document import via batched MERGE operations
  • Connection via the standard Neo4j Python driver (Bolt protocol)
  • Schema auto-detection from sampled data

Source: https://github.com/ArcadeData/langchain-arcadedb

ArcadeDB is an open-source multi-model database (Apache 2.0) with a
LangChain integration package (langchain-arcadedb) on PyPI. It connects
via the Bolt protocol and implements the GraphStore protocol for use
with GraphCypherQAChain.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects external User is not a member of langchain-ai labels Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant