[PR #1005] [MERGED] integration: add Isaacus docs #1215

Closed
opened 2026-02-17 17:21:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1005
Author: @umarbutler
Created: 10/19/2025
Status: Merged
Merged: 11/30/2025
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (8)

📊 Changes

6 files changed (+193 additions, -0 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/isaacus.mdx (+65 -0)
📝 src/oss/python/integrations/text_embedding/index.mdx (+1 -0)
src/oss/python/integrations/text_embedding/isaacus.mdx (+98 -0)
📝 src/snippets/embeddings-tabs-py.mdx (+18 -0)

📄 Description

Overview

This pull request adds documentation for the Isaacus LangChain integration. Isaacus is a foundational legal AI research company that makes legal AI models. I am its founder. We recently went live with our first embedding model, Kanon 2 Embedder, which I have since set up an integration for with LangChain.

I also added an ignore for *.code-workspace files to the .gitignore. They are used to save VSCode workspaces.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A
  • Linear issue: N/A
  • Slack thread: N/A

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

🔄 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/1005 **Author:** [@umarbutler](https://github.com/umarbutler) **Created:** 10/19/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`f74a552`](https://github.com/langchain-ai/docs/commit/f74a55261f4cbaa6403315ffd23f6b676a579fe4) chore: add ignore for .code-workspace - [`2758db4`](https://github.com/langchain-ai/docs/commit/2758db4857c834cc7983249cc606f943aa209030) feat: add isaacus docs - [`fdcf289`](https://github.com/langchain-ai/docs/commit/fdcf289bd66368a96ce5093f4e32887ec08d1a9d) fix: typo in code snippet - [`bd50d63`](https://github.com/langchain-ai/docs/commit/bd50d638fddad3ea2f9b55770c53a97621fa9605) fix: typo in docs link - [`5f5fb0b`](https://github.com/langchain-ai/docs/commit/5f5fb0b8f34730cf936a81c95011a7e12879b352) docs: remove redundant link - [`c377719`](https://github.com/langchain-ai/docs/commit/c377719ee7d9c3bebddc2a721a623ae3b00c9ef5) docs: remove redundant link - [`bfed65f`](https://github.com/langchain-ai/docs/commit/bfed65f40d4d8ac353f34a03f826db4697771f8a) fix: typo - [`cd53e1f`](https://github.com/langchain-ai/docs/commit/cd53e1f6f5acf5c86f19d722d9f0db54b24eda0e) Merge branch 'main' into main ### 📊 Changes **6 files changed** (+193 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/isaacus.mdx` (+65 -0) 📝 `src/oss/python/integrations/text_embedding/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/text_embedding/isaacus.mdx` (+98 -0) 📝 `src/snippets/embeddings-tabs-py.mdx` (+18 -0) </details> ### 📄 Description ## Overview This pull request adds documentation for the [Isaacus LangChain integration](https://github.com/isaacus-dev/langchain-isaacus). Isaacus is a foundational legal AI research company that makes legal AI models. I am its founder. We recently went live with our first embedding model, [Kanon 2 Embedder](https://isaacus.com/blog/introducing-kanon-2-embedder), which I have since set up an integration for with LangChain. I also added an ignore for `*.code-workspace` files to the `.gitignore`. They are used to save VSCode workspaces. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A - Linear issue: N/A - Slack thread: N/A ## 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 --- <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:21:56 -05:00
yindo closed this issue 2026-02-17 17:21:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1215