Skip to content

allanroberto18/sb-postgres-vector-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Goal

Our goal is to support this workflow:

  1. Save a knowledge document through a REST API
  2. Automatically split the document into smaller chunks
  3. Generate embeddings for each chunk
  4. Store those embeddings in PostgreSQL using pgvector

Once indexed, the knowledge base will be ready for semantic search.

Requirements

  • Java 21
  • Spring Boot
  • Docker
  • Postgres

Start Docker

docker compose up -d

Endpoints

  1. Actuator
  2. Health Check
  3. Open API

About

Sample of how to use vectorize data with spring boot and postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages