Oracle autonomous database is a cloud database that uses machine learning to automate database tuning, security, backups, updates, and other routine management tasks traditionally performed by DBAs.This notebook covers how to load documents from oracle autonomous database, the loader supports connection with connection string or tns configuration.
from langchain_community.document_loaders import OracleAutonomousDatabaseLoaderfrom settings import s
With mutual TLS authentication (mTLS), wallet_location and wallet_password are required to create the connection, user can create connection by providing either connection string or tns configuration details.