Skip to content

anders-swanson/oracle-database-similarity-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of using Similarity Search with Oracle Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages