Skip to content

🤖 Local-LLM Chatbot: Spring AI + Ollama This project implements a secure, high-performance conversational chatbot powered by Spring AI and a locally hosted Large Language Model (LLM) via Ollama. This architecture provides a robust, private, and cost-effective solution for integrating generative AI into enterprise-grade Java applications.

Notifications You must be signed in to change notification settings

Aizen-code-dev/SpringAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SpringAI

Installation Download Ollama: For Mac: Download Ollama for Mac For Windows: Download Ollama Setup For Linux: Use the command: bash

Verify

Open In Editor Run Copy code curl -fsSL https://ollama.com/install.sh | sh 2. Starting the Server After installation, start the Ollama server by running: bash

Verify

Open In Editor Run Copy code ollama serve 3. Running a Model To run a specific model, use the command: bash

Verify

Open In Editor Run Copy code ollama run llama3.2 This command initializes the model, making it ready for interaction. 4. Accessing the Web Interface Open your web browser and navigate to:

Verify

Open In Editor Run Copy code http://localhost:11434/ This URL will allow you to interact with the model through a web interface

About

🤖 Local-LLM Chatbot: Spring AI + Ollama This project implements a secure, high-performance conversational chatbot powered by Spring AI and a locally hosted Large Language Model (LLM) via Ollama. This architecture provides a robust, private, and cost-effective solution for integrating generative AI into enterprise-grade Java applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published