[PR #2973] Add ArcadeDB integration provider #3054

Open
opened 2026-06-05 18:20:57 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2973
Author: @lvca
Created: 3/6/2026
Status: 🔄 Open

Base: mainHead: add-arcadedb-provider


📝 Commits (1)

  • 977bbfc Add ArcadeDB as integration provider

📊 Changes

2 files changed (+86 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/arcadedb.mdx (+78 -0)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2973 **Author:** [@lvca](https://github.com/lvca) **Created:** 3/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-arcadedb-provider` --- ### 📝 Commits (1) - [`977bbfc`](https://github.com/langchain-ai/docs/commit/977bbfce2982a5b1a867475fd20c2d4465cf1109) Add ArcadeDB as integration provider ### 📊 Changes **2 files changed** (+86 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/arcadedb.mdx` (+78 -0) </details> ### 📄 Description ## 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](https://arcadedb.com) 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`](https://pypi.org/project/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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:20:57 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3054