Skip to content

ai-ml-workshops/vector-db-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This folder contains samples of how to use Vector DB

A very basic example: BareboneMovieRecommendation.java

  • Uses PgVector (running locally)

    • Ensure it is already running on localhost, and listening on port 5432
    • Username: postgres (or set it to how you have set up the user as)
    • Password:
  • First time only Create the movie database before running the example

  • To run the example: mvn compile exec:java -Dexec.mainClass="one.workshop.BareboneMovieRecommendation"

About

A folder with samples on how to work with vector DB(s)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages