-
Notifications
You must be signed in to change notification settings - Fork 19k
docs: update langchain-oracledb documentation #32805
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 langchain-oracledb documentation #32805
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CodSpeed WallTime Performance ReportMerging #32805 will improve performances by 11.48%Comparing
|
Benchmark | BASE |
HEAD |
Change | |
---|---|---|---|---|
⚡ | test_import_time[RunnableLambda] |
560.7 ms | 502.9 ms | +11.48% |
CodSpeed Instrumentation Performance ReportMerging #32805 will not alter performanceComparing Summary
|
abaa6d6
to
073583d
Compare
073583d
to
bf2159b
Compare
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 |
`Oracle AI Vector Search` integrations for LangChain have been moved to a dedicated package, [langchain-oracledb ](https://pypi.org/project/langchain-oracledb/), and a new repository, [langchain-oracle ](https://github.com/oracle/langchain-oracle/tree/main/libs/oracledb). This PR updates the corresponding documentation, including installation instructions and import statements, to reflect these changes. This PR is complemented with: langchain-ai/langchain-community#283 Co-authored-by: Mason Daugherty <[email protected]>
Oracle AI Vector Search
integrations for LangChain have been moved to a dedicated package, langchain-oracledb , and a new repository, langchain-oracle . This PR updates the corresponding documentation, including installation instructions and import statements, to reflect these changes.This PR is complemented with: langchain-ai/langchain-community#283