Skip to content

Commit 8649af5

Browse files
Update index.adoc
Signed-off-by: Bruno Oliveira <[email protected]>
1 parent 1280c2a commit 8649af5

File tree

1 file changed

+3
-3
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages

1 file changed

+3
-3
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `Spring AI` project aims to streamline the development of applications that
77
The project draws inspiration from notable Python projects, such as LangChain and LlamaIndex, but Spring AI is not a direct port of those projects.
88
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.
99

10-
NOTE: Spring AI addresses the fundamental challenge of AI integration: `Connecting your enterprise Data and APIs with the AI Models`.
10+
NOTE: Spring AI addresses the fundamental challenge of AI integration: `Connecting your enterprise Data and APIs with AI Models`.
1111

1212
image::spring-ai-integration-diagram-3.svg[Interactive,500,opts=interactive]
1313

@@ -29,14 +29,14 @@ Spring AI provides the following features:
2929
* Portable API across Vector Store providers, including a novel SQL-like metadata filter API.
3030
* xref:api/functions.adoc[Tools/Function Calling] - permits the model to request the execution of client-side tools and functions, thereby accessing necessary real-time information as required.
3131
* xref:observability/index.adoc[Observability] - Provides insights into AI-related operations.
32-
* Document injection xref:api/etl-pipeline.adoc[ETL framework] for Data Engineering.
32+
* Document ingestion xref:api/etl-pipeline.adoc[ETL framework] for Data Engineering.
3333
* xref:api/testing.adoc[AI Model Evaluation] - Utilities to help evaluate generated content and protect against hallucinated response.
3434
* Spring Boot Auto Configuration and Starters for AI Models and Vector Stores.
3535
* xref:api/chatclient.adoc[ChatClient API] - Fluent API for communicating with AI Chat Models, idiomatically similar to the WebClient and RestClient APIs.
3636
* xref:api/advisors.adoc[Advisors API] - Encapsulates recurring Generative AI patterns, transforms data sent to and from Language Models (LLMs), and provides portability across various models and use cases.
3737
* Support for xref:api/chatclient.adoc#_chat_memory[Chat Conversation Memory] and xref:api/chatclient.adoc#_retrieval_augmented_generation[Retrieval Augmented Generation (RAG)].
3838
39-
This feature set lets you implement common use cases such as "`Q&A over your documentation`" or "`Chat with your documentation.`"
39+
This feature set lets you implement common use cases, such as "`Q&A over your documentation`" or "`Chat with your documentation.`"
4040

4141

4242
The xref:concepts.adoc[concepts section] provides a high-level overview of AI concepts and their representation in Spring AI.

0 commit comments

Comments
 (0)