Skip to content

Conversation

umarbutler
Copy link

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

@Copilot Copilot AI review requested due to automatic review settings October 20, 2025 02:14
@vercel
Copy link

vercel bot commented Oct 20, 2025

@umarbutler is attempting to deploy a commit to the LangChain Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added langchain For docs changes to LangChain python For content related to the Python version of LangChain projects oss labels Oct 20, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds comprehensive documentation for the Isaacus LangChain integration, specifically for their Kanon 2 Embedder legal embedding model. The documentation includes setup instructions, usage examples, and integration with LangChain's embedding interface.

Key changes:

  • Added complete provider documentation for Isaacus with setup instructions and code examples
  • Created detailed text embedding guide with step-by-step tutorial
  • Integrated Isaacus into existing navigation and provider lists

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
src/oss/python/integrations/providers/isaacus.mdx New provider page introducing Isaacus, setup instructions, and basic embedding example
src/oss/python/integrations/text_embedding/isaacus.mdx Detailed tutorial for using Isaacus embeddings with account setup, installation, and practical examples
src/oss/python/integrations/providers/all_providers.mdx Added Isaacus card to the complete providers list
src/oss/python/integrations/text_embedding/index.mdx Added Isaacus card to text embedding integrations list
src/snippets/embeddings-tabs-py.mdx Added Isaacus tab with installation and basic usage snippet
Comments suppressed due to low confidence (1)

src/oss/python/integrations/text_embedding/isaacus.mdx:1

  • The import statement uses hyphens instead of underscores. Python package imports should use underscores. Change from langchain-isaacus to from langchain_isaacus.
---

@Copilot Copilot AI review requested due to automatic review settings October 20, 2025 02:35
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

@Copilot Copilot AI review requested due to automatic review settings October 20, 2025 02:36
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.

@Copilot Copilot AI review requested due to automatic review settings October 20, 2025 02:36
Co-authored-by: Copilot <[email protected]>
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.

@mdrxy mdrxy changed the title feat: add Isaacus docs integration: add Isaacus docs Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant