Skip to content

Commit

Permalink
docs: Update document_loader.ipynb (#28)
Browse files Browse the repository at this point in the history
In this commit we make changes to the doc to make it consistent across all Google Langchain repos.
  • Loading branch information
tabbyl21 authored Mar 1, 2024
1 parent 75f55cf commit 8a18d51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/document_loader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"provides a powerful declarative API for comprehensive and consistent\n",
"configuration and deployment as well as for real-time operations and\n",
"monitoring..\n",
"Extend your database application to build AI-powered experiences leveraging\n",
"Oracle Langchain integrations.\n",
"Extend your Oracle database's capabilities to build AI-powered experiences\n",
"by leveraging the El Carro Langchain integration.\n",
"\n",
"This guide goes over how to use El Carro Langchain integration to\n",
"[save, load and delete langchain documents](https://python.langchain.com/docs/modules/data_connection/document_loaders/)\n",
Expand Down Expand Up @@ -82,11 +82,11 @@
"\n",
"### Set Up Oracle Database Connection\n",
"\n",
"ElCarroEngine configures a connection pool to your Oracle database,\n",
"The `ElCarroEngine` configures a connection pool to your Oracle database,\n",
"enabling successful connections from your application and following industry\n",
"best practices.\n",
"\n",
"You can find the hostname and port values in the status of the El Carro\n",
"If you are using El Carro, you can find the hostname and port values in the status of the El Carro\n",
"Kubernetes instance.\n",
"Use the user password you created for your PDB.\n",
"\n",
Expand Down

0 comments on commit 8a18d51

Please sign in to comment.