Skip to content

rusher/mariadb-spring-ai-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring AI use with MariaDB database store and openAI

These example will retrieve MariaDB documentation (4000+ pages) and using openAI Model, store it in MariaDB database. (This requires mariadb 11.7 database).

run the example using

mvn spring-boot:run

calling http://localhost:8080/init to initialize MariaDB store with the documentation pdf content.

then go to http://localhost:8080/ to makes queries.

example : http://localhost:8080/search?message=how+to+retrieve+json+specific+key+value

will returns :

About

Example of spring ai use with mariadb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published