Skip to content

gniumg-source/spring-ai-rag-advisors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spring AI RAG Advisors

Repository that showcases a variety of examples using Spring AI’s advisors for GraphRAG (retrieval augmented generation with a graph database) with Neo4j.

The Neo4j database is a public, read-only instance that is ready-to-use and accessible for everyone.

Sample requests

http ":8080/qa?query=I want to challenge my mind and would like to read something about technology"

http ":8080/retrievalAdvisor?query=I want to challenge my mind and would like to read something about technology"

http ":8080/preTransform?query=I am feeling a bit sad and overwhelmed by the chaos of daily life, so I'd like to read something about personal growth and small town living"
#see how regular advisor factors in the "miscellaneous" details to vector search
http ":8080/retrievalAdvisor?query=I am feeling a bit sad and overwhelmed by the chaos of daily life, so I'd like to read something about personal growth and small town living"

http ":8080/retrieveFilter?query=I am looking for a relaxing and easy read for a mountain vacation"

http ":8080/retrieveJoin?query=I'd like to read something about personal growth and small town living"
http ":8080/retrieveJoin?query=I want to challenge my mind and would like to read something about technology"

http ":8080/retrieveAugment?query=I want to challenge my mind and would like to read something about technology"

Resources

About

Uses Spring AI advisors with Neo4j graph database for GenAI GraphRAG examples

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors

Languages

  • Java 100.0%