This code sample demonstrates how to use Oracle Database 23ai as a vector store for similarity search on text embeddings.
The OracleVectorSample implements a vector store abstraction that supports inserting embeddings into the database, and querying embeddings.
Prerequisites:
- Maven
- Java 21+
- A docker environment to support TestContainers
Run the sample from the project root directory:
mvn integration-test