-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust menu to make it a bit more logical
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
* xref:index.adoc[Getting started] | ||
** AI Services | ||
*** xref:ai-services.adoc[AI Services] | ||
*** xref:agent-and-tools.adoc[Agent and Tools] | ||
*** xref:retrievers.adoc[Embeddings and Document Retrievers] | ||
* AI Services | ||
** xref:ai-services.adoc[AI Services] | ||
** xref:agent-and-tools.adoc[Agent and Tools] | ||
** xref:retrievers.adoc[Embeddings and Document Retrievers] | ||
** LLMs | ||
*** xref:llms.adoc[LLMs] | ||
*** xref:openai.adoc[OpenAI] | ||
*** xref:huggingface.adoc[HuggingFace] | ||
* LLMs | ||
** xref:llms.adoc[LLMs] | ||
** xref:openai.adoc[OpenAI] | ||
** xref:huggingface.adoc[HuggingFace] | ||
** Document Stores | ||
*** xref:redis-store.adoc[Redis Store] | ||
*** xref:chroma-store.adoc[Chroma Store] | ||
* Document Stores | ||
** xref:redis-store.adoc[Redis Store] | ||
** xref:chroma-store.adoc[Chroma Store] | ||
** Advanced topics | ||
*** xref:fault-tolerance.adoc[Fault Tolerance] | ||
* Advanced topics | ||
** xref:fault-tolerance.adoc[Fault Tolerance] |