[PR #2858] docs: add Axiora integration (tools, retriever, provider) #2951

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2858
Author: @onkardahale
Created: 2/28/2026
Status: 🔄 Open

Base: mainHead: add-axiora-integration


📝 Commits (2)

  • d435f54 docs: add Axiora integration pages (tools, retriever, provider)
  • 31a9911 docs: add get_sections tool, bump tool count 18 → 19

📊 Changes

3 files changed (+376 additions, -0 deletions)

View changed files

src/oss/python/integrations/providers/axiora.mdx (+48 -0)
src/oss/python/integrations/retrievers/axiora.mdx (+116 -0)
src/oss/python/integrations/tools/axiora.mdx (+212 -0)

📄 Description

Overview

Add documentation for langchain-axiora — a LangChain toolkit for Japanese financial data from EDINET filings. Three pages:

  • Provider (providers/axiora.mdx) — overview, install, setup
  • Tools (tools/axiora.mdx) — 19 tools for financials, screening, health scores, rankings, filing sections, translations, and more.
  • Retriever (retrievers/axiora.mdx) — RAG over English translations of Japanese filings

Package: PyPI · GitHub

Type of change

Type: New documentation page

Related issues/PRs

  • N/A (new integration)

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes


🔄 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/2858 **Author:** [@onkardahale](https://github.com/onkardahale) **Created:** 2/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-axiora-integration` --- ### 📝 Commits (2) - [`d435f54`](https://github.com/langchain-ai/docs/commit/d435f542714aeb99089e92259fe0ebf94fc5676c) docs: add Axiora integration pages (tools, retriever, provider) - [`31a9911`](https://github.com/langchain-ai/docs/commit/31a9911a59a2f66e323f03662787e633da50fb37) docs: add get_sections tool, bump tool count 18 → 19 ### 📊 Changes **3 files changed** (+376 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/providers/axiora.mdx` (+48 -0) ➕ `src/oss/python/integrations/retrievers/axiora.mdx` (+116 -0) ➕ `src/oss/python/integrations/tools/axiora.mdx` (+212 -0) </details> ### 📄 Description ## Overview Add documentation for [langchain-axiora](https://pypi.org/project/langchain-axiora/) — a LangChain toolkit for Japanese financial data from EDINET filings. Three pages: - **Provider** (`providers/axiora.mdx`) — overview, install, setup - **Tools** (`tools/axiora.mdx`) — 19 tools for financials, screening, health scores, rankings, filing sections, translations, and more. - **Retriever** (`retrievers/axiora.mdx`) — RAG over English translations of Japanese filings Package: [PyPI](https://pypi.org/project/langchain-axiora/) · [GitHub](https://github.com/axioradev/langchain-axiora) ## Type of change **Type:** New documentation page ## Related issues/PRs - N/A (new integration) ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes <!-- None --> --- <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:30 -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#2951