Skip to content
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

feat(community): Langchainjs oci genai integration #7814

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

YanirShahak
Copy link

  • Basic implementation for OCI Generartive AI integration with LangChainJS.
  • Supports invoke and stream.
  • Depends on oci-common and oci-generativeaiinference.
  • Includes two concrete implementations of OciGenAiCohereChat for Cohere models offered in the services as well as OciGenAiGenericChat for all other models.
  • Includes tests & integration tests.
  • Includes documentation.

Copy link

vercel bot commented Mar 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ❌ Failed (Inspect) Mar 12, 2025 9:40pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Mar 12, 2025 9:40pm

Copy link

@YouNeedCryDear YouNeedCryDear left a comment

Choose a reason for hiding this comment

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

Thank you for putting this together.

@YanirShahak YanirShahak marked this pull request as ready for review March 7, 2025 20:44
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features labels Mar 7, 2025
@YanirShahak YanirShahak changed the title Langchainjs oci genai integration feat(community): Langchainjs oci genai integration Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants