8000 GitHub - kgromov/sbdocs: Spring AI + Open AI + PgVector RAG Tutorial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kgromov/sbdocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Reference Documentation Assistant

This is a little demo I put together to show off the features of Spring AI. This is a command line utility that utilizes Open AI. To augment GPT-4 I am using a technique called Retrieval Augmented Generation (RAG) to provide up to date information about Spring Boot using the Spring Boot Reference documentation. If you want to see how I built this application you can check out the video below.

YouTube Tutorial

Dependencies

  • Web
  • Shell
  • JDBC API
  • Open AI
    • spring-ai-pdf-document-reader (not available in the Spring Initializr)
  • PgVector
  • Docker Compose
  • GraalVM Native Support

Spring Initiliazr

About

Spring AI + Open AI + PgVector RAG Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.7%
  • Smalltalk 5.3%
0