Skip to content

sebge2/spring-ai-hands-on

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring AI Hands On

Setup

First of all, starts Postgresql Server:

docker run \
    -it \
    -v postgresml_data:/var/lib/postgresql \
    -p 5432:5432 \
    -p 8000:8000 \
    ghcr.io/postgresml/postgresml:2.7.12 \
    sudo -u postgresml psql -d postgresml

Then start the application. Please specify your API keys in your environment variables:

MISTRAL_AI_API_KEY=XXXX;
OPEN_API_API_KEY=XXXX

How to

  1. Go on the Swagger application.
  2. Upload documents. The project brings some samples.
  3. Start to prompt by text or by speech. You can prompt on your documents (RAG), or ask general questions.

Links

About

Let's try Spring AI!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages