[PR #2339] feat: Add Tzafon AI Integration #2349

Open
opened 2026-02-17 17:23:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2339
Author: @eddieogola
Created: 1/23/2026
Status: 🔄 Open

Base: mainHead: tzafon-docs


📝 Commits (10+)

  • 3d2055d feat: Add Tzafon document loader integration and documentation for Python and JavaScript.
  • 2c38353 Merge branch 'main' into tzafon-docs
  • 0881d49 style: Remove indentation and truncate document loader list.
  • 83743f3 style: Unindent Tzafon Loader card in web loaders documentation.
  • 1278bbc Update src/oss/python/integrations/providers/tzafon.mdx
  • 5b18b85 Update src/oss/python/integrations/document_loaders/tzafon.mdx
  • 0e1db93 Merge branch 'main' into tzafon-docs
  • a44f778 feat: Add Tzafon chat model integration documentation for Python and JavaScript, including new provider pages and chat model tab snippets.
  • 04cd8e9 Refactor: Update HumanMessage import from langchain_core to langchain.
  • 401f2ab Merge branch 'main' into tzafon-docs

📊 Changes

11 files changed (+358 additions, -0 deletions)

View changed files

src/oss/javascript/integrations/chat/tzafon.mdx (+73 -0)
📝 src/oss/javascript/integrations/document_loaders/index.mdx (+2 -0)
📝 src/oss/javascript/integrations/document_loaders/web_loaders/index.mdx (+7 -0)
src/oss/javascript/integrations/document_loaders/web_loaders/tzafon.mdx (+49 -0)
📝 src/oss/javascript/integrations/providers/all_providers.mdx (+7 -0)
src/oss/javascript/integrations/providers/tzafon.mdx (+47 -0)
src/oss/python/integrations/chat/tzafon.mdx (+80 -0)
📝 src/oss/python/integrations/document_loaders/index.mdx (+1 -0)
src/oss/python/integrations/document_loaders/tzafon.mdx (+40 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/tzafon.mdx (+44 -0)

📄 Description

Overview

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

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/2339 **Author:** [@eddieogola](https://github.com/eddieogola) **Created:** 1/23/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `tzafon-docs` --- ### 📝 Commits (10+) - [`3d2055d`](https://github.com/langchain-ai/docs/commit/3d2055d6197471b2d77987fa07bfd6bebcdc2c01) feat: Add Tzafon document loader integration and documentation for Python and JavaScript. - [`2c38353`](https://github.com/langchain-ai/docs/commit/2c383530511b35db9d308e369ecbe9c4e2f342f3) Merge branch 'main' into tzafon-docs - [`0881d49`](https://github.com/langchain-ai/docs/commit/0881d495e7441300b15322d8c715f95870774bfe) style: Remove indentation and truncate document loader list. - [`83743f3`](https://github.com/langchain-ai/docs/commit/83743f33d489d8e2bd99d772812368a092d050c1) style: Unindent Tzafon Loader card in web loaders documentation. - [`1278bbc`](https://github.com/langchain-ai/docs/commit/1278bbc445edac12456041b6fead2ac6577bf652) Update src/oss/python/integrations/providers/tzafon.mdx - [`5b18b85`](https://github.com/langchain-ai/docs/commit/5b18b85fb6efb76303843d18302a80fe11c52c40) Update src/oss/python/integrations/document_loaders/tzafon.mdx - [`0e1db93`](https://github.com/langchain-ai/docs/commit/0e1db930c28b257548d2c09e5326ae53a160cc87) Merge branch 'main' into tzafon-docs - [`a44f778`](https://github.com/langchain-ai/docs/commit/a44f77838fc81016f457edd1d205d0e1049cfc2d) feat: Add Tzafon chat model integration documentation for Python and JavaScript, including new provider pages and chat model tab snippets. - [`04cd8e9`](https://github.com/langchain-ai/docs/commit/04cd8e97b17e604d6bcaefc47e56e54fdc0cba98) Refactor: Update `HumanMessage` import from `langchain_core` to `langchain`. - [`401f2ab`](https://github.com/langchain-ai/docs/commit/401f2abb516ef6f6b57d5755cdf78eb149d618b7) Merge branch 'main' into tzafon-docs ### 📊 Changes **11 files changed** (+358 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/javascript/integrations/chat/tzafon.mdx` (+73 -0) 📝 `src/oss/javascript/integrations/document_loaders/index.mdx` (+2 -0) 📝 `src/oss/javascript/integrations/document_loaders/web_loaders/index.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/document_loaders/web_loaders/tzafon.mdx` (+49 -0) 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/providers/tzafon.mdx` (+47 -0) ➕ `src/oss/python/integrations/chat/tzafon.mdx` (+80 -0) 📝 `src/oss/python/integrations/document_loaders/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/document_loaders/tzafon.mdx` (+40 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/tzafon.mdx` (+44 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** New documentation page ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-02-17 17:23:19 -05:00
yindo changed title from [PR #2339] Tzafon docs to [PR #2339] feat: Add Tzafon AI Integration 2026-06-05 18:18:06 -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#2349