-
Notifications
You must be signed in to change notification settings - Fork 942
Add langchain-oracledb documentation #1384
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
|
Not merging since still marked as draft, but looks good so far |
|
@mdrxy Thanks for the review, we are ready for merge :) |
|
|
||
| 1. Install `python-oracledb`: `pip install oracledb` | ||
| 1. See [Installing `python-oracledb`](https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html). | ||
| A database that python-oracledb's default 'Thin' mode can connected to. This is true of Oracle Autonomous Database, see [python-oracledb Architecture](https://python-oracledb.readthedocs.io/en/latest/user_guide/introduction.html#architecture). |
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.
| A database that python-oracledb's default 'Thin' mode can connected to. This is true of Oracle Autonomous Database, see [python-oracledb Architecture](https://python-oracledb.readthedocs.io/en/latest/user_guide/introduction.html#architecture). | |
| A database that `python-oracledb`'s default `'Thin'` mode can connected to. This is true of Oracle Autonomous Database, see [`python-oracledb` Architecture](https://python-oracledb.readthedocs.io/en/latest/user_guide/introduction.html#architecture). |
| A significant advantage of utilizing OracleDocLoader is its capability to process over 150 distinct file formats, eliminating the need for multiple loaders for different document types. For a complete list of the supported formats, please refer to the [Oracle Text Supported Document Formats](https://docs.oracle.com/en/database/oracle/oracle-database/23/ccref/oracle-text-supported-document-formats.html). | ||
|
|
||
| Below is a sample code snippet that demonstrates how to use OracleDocLoader | ||
| Below is a sample code snippet that demonstrates how to use OracleDocLoader: |
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.
| Below is a sample code snippet that demonstrates how to use OracleDocLoader: | |
| Below is a sample code snippet that demonstrates how to use `OracleDocLoader`: |
| sidebarTitle: Overview | ||
| mode: "wide" | ||
| --- | ||
| {/* File generated automatically by pipeline/tools/partner_pkg_table.py */} |
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.
^
please undo changes to this file
|
|
||
| | Operator | Description | | ||
| |--------------------------|--------------------------------------------------------------------------------------------------| | ||
| | \$exists | Field exists. | |
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.
| | \$exists | Field exists. | | |
| | `\$exists` | Field exists. | |
can we wrap all operators?
|
|
||
| | Logical Operator | Description | | ||
| |------------------|----------------------| | ||
| | \$and | Logical AND | |
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.
same here
| | \$and | Logical AND | | |
| | `\$and` | Logical AND | |
Overview
Oracle AI Vector Searchintegrations 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.Type of change
Type: Update existing documentation
Related issues/PRs
Checklist
docs devsrc/docs.jsonif neededAdditional notes