-
Notifications
You must be signed in to change notification settings - Fork 262
integration: add Isaacus docs #1005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@umarbutler is attempting to deploy a commit to the LangChain Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this 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
tofrom langchain_isaacus
.
---
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this 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.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this 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.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this 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.
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
Checklist
docs dev
src/docs.json
if needed