Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 554 Bytes

File metadata and controls

18 lines (12 loc) · 554 Bytes

Similarity Search using Oracle Database 23ai

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.

Running the sample

Prerequisites:

  • Maven
  • Java 21+
  • A docker environment to support TestContainers

Run the sample from the project root directory:

mvn integration-test