Skip to content

A simple Java 21 + Spring Boot 3.2 + Spring AI application demo

Notifications You must be signed in to change notification settings

crystoll/musashi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring AI demos

These are the Spring AI/OpenAI demos shown in DevXplaining Youtube channel.

https://www.youtube.com/c/DevXplaining

If you want to run these codes you need to set up your OpenAI API key to environment variables first.

export OPEN_AI_API_KEY=your_openai_api_key

Then you can run the demos with Maven.

mvn spring-boot:run

REST API will be available at http://localhost:8080. Two demos are in:

http://localhost:8080/robobrain/musashi http://localhost:8080/robobrain/rag

For PDF reading example source is TIOBE.pdf that's simply a snapshot of TIOBE index page at http://www.tiobe.com/tiobe-index/

About

A simple Java 21 + Spring Boot 3.2 + Spring AI application demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages