This project is a starting point for importing large context files and use them for RAG to Spring AI and Ollama
- Install Ollama
- Download a model, for instance
ollama run llama3.1:8b
- Download an embedding model, for instance
ollama pull nomic-embed-text
- Start the pgVector container.
docker compose up
in the root directory - Start the application
Orientated at the repo of benayat