https://github.com/stylepatrick/spring-ai-rag-vectorstore
Spring AI RAG vector store sentiment search on custom data loaded by tiko with a REST API.
https://github.com/stylepatrick/spring-ai-rag-vectorstore
java rest-api sentiment-analysis spring-ai vector-database
Last synced: about 2 months ago
JSON representation
Spring AI RAG vector store sentiment search on custom data loaded by tiko with a REST API.
- Host: GitHub
- URL: https://github.com/stylepatrick/spring-ai-rag-vectorstore
- Owner: stylepatrick
- License: mit
- Created: 2024-06-12T18:29:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:38:57.000Z (about 2 years ago)
- Last Synced: 2025-01-26T07:41:23.098Z (over 1 year ago)
- Topics: java, rest-api, sentiment-analysis, spring-ai, vector-database
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-ai-rag-vectorstore
Spring AI RAG vector store sentiment search on custom data loaded by tiko with a REST API.
Data are loaded to the vector store over a bootstrap init methode.
The example loades some articles from Stackoverflow with the help of tiko and push the embeddings to the vector store database.
With the help of a prompt template (.st) the message is generated and sent to OpenAI on the vector store data source.
The project can be used to create embeddings from your custom data and then do a semantic search on it.