Skip to content

Commit c54ae76

Browse files
authoredJan 16, 2024
Create Spring-AI
1 parent 68735ac commit c54ae76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎Spring-AI

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
3+
The Spring AI project aims to streamline the development of applications that incorporate artificial intelligence functionality without unnecessary complexity.
4+
5+
The project draws inspiration from notable Python projects, such as LangChain and LlamaIndex, but Spring AI is not a direct port of those projects.
6+
The project was founded with the belief that the next wave of Generative AI applications will not be only for Python developers but will be ubiquitous across many programming languages.
7+
8+
At its core, Spring AI provides abstractions that serve as the foundation for developing AI applications.
9+
These abstractions have multiple implementations, enabling easy component swapping with minimal code changes.
10+
For example, Spring AI introduces the ChatClient interface with implementations for OpenAI and Azure OpenAI.

0 commit comments

Comments
 (0)
Please sign in to comment.