[PR #3219] [MERGED] docs: add Cala verified knowledge retriever integration #3285

Closed
opened 2026-06-05 18:21:41 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3219
Author: @lancelot2
Created: 3/19/2026
Status: Merged
Merged: 3/25/2026
Merged by: @ccurme

Base: mainHead: add-cala-provider


📝 Commits (1)

  • 1d1b236 docs: add Cala verified knowledge retriever integration

📊 Changes

1 file changed (+108 additions, -0 deletions)

View changed files

src/oss/integrations/providers/cala.mdx (+108 -0)

📄 Description

Overview

Adds a provider documentation page for Cala, a verified knowledge graph API for AI agents.

Cala returns structured, source-cited, traceable facts via a LangChain-native CalaRetriever (extends BaseRetriever).

Type of change

Type: New documentation page

Package

Changes

  • Added src/oss/integrations/providers/cala.mdx

Related issues/PRs

Closes langchain-ai/langchain#3209

Checklist

  • New provider page follows existing format
  • Package is published on PyPI
  • Code examples are tested and working
  • No existing files modified

🔄 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/3219 **Author:** [@lancelot2](https://github.com/lancelot2) **Created:** 3/19/2026 **Status:** ✅ Merged **Merged:** 3/25/2026 **Merged by:** [@ccurme](https://github.com/ccurme) **Base:** `main` ← **Head:** `add-cala-provider` --- ### 📝 Commits (1) - [`1d1b236`](https://github.com/langchain-ai/docs/commit/1d1b236b8d584c98c2b085843b284d12a53e0f05) docs: add Cala verified knowledge retriever integration ### 📊 Changes **1 file changed** (+108 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/integrations/providers/cala.mdx` (+108 -0) </details> ### 📄 Description ## Overview Adds a provider documentation page for [Cala](https://cala.ai), a verified knowledge graph API for AI agents. Cala returns structured, source-cited, traceable facts via a LangChain-native `CalaRetriever` (extends `BaseRetriever`). ## Type of change **Type:** New documentation page ## Package - PyPI: `pip install langchain-cala` - GitHub: https://github.com/lancelot2/langchain-cala ## Changes - Added `src/oss/integrations/providers/cala.mdx` ## Related issues/PRs Closes langchain-ai/langchain#3209 ## Checklist - [x] New provider page follows existing format - [x] Package is published on PyPI - [x] Code examples are tested and working - [x] No existing files modified --- <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:21:41 -04:00
yindo closed this issue 2026-06-05 18:21:41 -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#3285