This project is a studying reference in integrating Spring AI into Java applications.
The need for integrating Spring AI starts when developers faced challenges in incorporating AI solutions in GPT usage into their existing applications. To address this need effectively, the Spring AI integration framework was developed to streamline and optimize the integration process.
- Integration with Spring framework;
- Seamless AI model deployment;
- Compatibility with various data formats.
Make sure to set up your environment with the required tools, languages, and frameworks. It is recommended to use the versions specified in the compatibility matrix.
Tool | Supported Version |
---|---|
Java | 11.0 |
Spring Boot | 2.5.0 |
To integrate Spring Framework into your project, refer to the official documentation for installation instructions.
Configure the application.properties file as below. For more details, check the project folder.
spring.ai.endpoint="https://api.springai.com"
spring.ai.api_key="your-api-key"