OracleAI Vector Search
Oracle AI Vector Search is designed for Artificial Intelligence (AI) workloads that allows you to query data based on semantics, rather than keywords. One of the biggest benefits of Oracle AI Vector Search is that semantic search on unstructured data can be combined with relational search on business data in one single system. This is not only powerful but also significantly more effective because you don't need to add a specialized vector database, eliminating the pain of data fragmentation between multiple systems.
In addition, your vectors can benefit from all of Oracle Databaseโs most powerful features, like the following:
- Partitioning Support
- Real Application Clusters scalability
- Exadata smart scans
- Shard processing across geographically distributed databases
- Transactions
- Parallel SQL
- Disaster recovery
- Security
- Oracle Machine Learning
- Oracle Graph Database
- Oracle Spatial and Graph
- Oracle Blockchain
- JSON
Document Loadersโ
Please check the usage example.
from langchain_community.document_loaders.oracleai import OracleDocLoader
Text Splitterโ
Please check the usage example.
from langchain_community.document_loaders.oracleai import OracleTextSplitter
Embeddingsโ
Please check the usage example.
from langchain_community.embeddings.oracleai import OracleEmbeddings
Summaryโ
Please check the usage example.
from langchain_community.utilities.oracleai import OracleSummary
Vector Storeโ
Please check the usage example.
from langchain_community.vectorstores.oraclevs import OracleVS
End to End Demoโ
Please check the Oracle AI Vector Search End-to-End Demo Guide.