Skip to content

feat(community): Langchainjs oci genai integration #7814

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

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
@jacoblee93
Copy link
Collaborator

Hey there, sorry for the delay!

I think this might make sense as a self-published package given that it is a pretty wide surface area - we'd be happy to have a page in the docs but it would mean that we wouldn't have to be in the loop for reviews.

You can see some info on how to do this here:

https://github.com/langchain-ai/langchainjs/blob/main/.github/contributing/INTEGRATIONS.md#separate-integration-packages

@jacoblee93 jacoblee93 closed this Mar 24, 2025
@YanirShahak
Copy link
Author

@jacoblee93,
Is this what you were aiming at?

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.

3 participants