Skip to content

AnveshMora/spring-ai-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Demo: Using Spring boot ai

Prerequisites

  • Java 21

  • Maven


This project requires an OpenAI API key to be defined and provided to the application via Spring-accessible environment variables. For more information on ways to supply this value to your application, please refer to the Spring Boot docs reference on Externalized Configuration. If you use an alternative provider, please refer to the Spring AI documentation for the variables applicable to your choice of models/implementations.

TL;DR: You’ll need at a minimum to have a variable SPRING_AI_OPENAI_API_KEY with your OpenAI-assigned API key in your application environment if you’re using OpenAI’s API.

About

This a experimental spring project to demonstrate RAG system using Spring boot AI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages