An open API service indexing awesome lists of open source software.

https://github.com/langwatch/spring-ai-template


https://github.com/langwatch/spring-ai-template

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.