-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b0ad1a
commit e3da80d
Showing
18 changed files
with
133 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
* xref:index.adoc[Overview] | ||
* xref:concepts.adoc[AI Concepts] | ||
* xref:getting-started.adoc[Getting Started] | ||
* xref:prompt/index.adoc[] | ||
* xref:client/index.adoc[] | ||
** xref:client/usage.adoc[] | ||
* xref:api/index.adoc[] | ||
** xref:api/models.adoc[] | ||
** xref:api/prompt.adoc[] | ||
** xref:api/prompt-template.adoc[] | ||
** xref:api/output-parser.adoc[] | ||
** xref:api/chains.adoc[] | ||
** xref:api/dataloaders.adoc[] | ||
** xref:api/splitters.adoc[] | ||
** xref:api/embeddings.adoc[] | ||
** xref:api/vectordbs.adoc[] | ||
** xref:api/evaluators.adoc[] | ||
* Appendices | ||
** xref:glossary.adoc[] |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chains.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Chains | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/dataloaders.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Data Loaders | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Embeddings | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/evaluators.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Evaluators | ||
|
||
TBD |
5 changes: 5 additions & 0 deletions
5
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
= Spring AI API | ||
|
||
== Introduction | ||
|
||
The following sections introduce each part of the API. |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/models.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Models | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/output-parser.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Output Parsers | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/prompt-template.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Prompt Templates | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/prompt.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Prompt | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/splitters.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Splitters | ||
|
||
TBD |
1 change: 1 addition & 0 deletions
1
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
= Vector Databases |
3 changes: 0 additions & 3 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/client/index.adoc
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/client/usage.adoc
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/prompt/index.adoc
This file was deleted.
Oops, something went wrong.