-
Notifications
You must be signed in to change notification settings - Fork 19.2k
docs: update oci documentation and examples. #32749
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
docs: update oci documentation and examples. #32749
Conversation
added in oci in dropdown updated docs
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CodSpeed WallTime Performance ReportMerging #32749 will improve performances by 15.94%Comparing
|
Benchmark | BASE |
HEAD |
Change | |
---|---|---|---|---|
⚡ | test_import_time[RunnableLambda] |
560.7 ms | 483.6 ms | +15.94% |
CodSpeed Instrumentation Performance ReportMerging #32749 will not alter performanceComparing Summary
|
Fixes langchain-ai#32747 SpaCy integration test fixture was trying to use pip to download the SpaCy language model (`en_core_web_sm`), but uv-managed environments don't include pip by default. Fail test if not installed as opposed to downloading. added caution for older text generation messages updated chat documentation
lint changes updated embedding example lint changes reverted old changes fixed markdown added caution merge
37d9ee8
to
3bfa716
Compare
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.
Approved
@ccurme Could you please take a look at this PR regarding documentation fix? We have setup the langchain-oracle repo in our own organization finally. Also free feel to let us know if there is anything else to be changed. |
@ccurme could you please spare sometime to review this pr. |
Hello! Thank you for your patience - we've been in the middle of a docs hiatus while we port things over to the new docs site. I'll merge this, but I'd ask that you synchronize the changes to the new docs repo, as these changes will soon become invisible as we deprecate the current docs pages. Please view the new contributing guide for further info. Don't hesitate to ask questions, as we've rewritten parts of it and may have missed something. I've opened an issue in the new repo - when you make the new PR, make sure to include the words |
Adding Oracle Generative AI as one of the providers for langchain.
Updated the old examples in the documentation with the new working examples.