Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 670 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 670 Bytes

Spring AI Template

A Spring Boot template project for building AI-powered applications using Spring AI. This template provides a foundation for developing applications that leverage artificial intelligence capabilities through the Spring AI library.

Technologies Used

  • Spring Boot
  • PostgreSQL
  • Spring AI
  • Other technologies...

Setup Instructions

  1. Clone the repository
  2. Configure database properties in application.properties
  3. Set up environment variables:
    • DB_USERNAME
    • DB_PASSWORD
    • OPENAI_API_KEY
  4. Run the application

API Documentation

API documentation is available at /swagger-ui.html when the application is running.