-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Restructure documentation navigation #1526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
* xref:index.adoc[Overview] | ||
* xref:concepts.adoc[AI Concepts] | ||
** xref:concepts.adoc[AI Concepts] | ||
* xref:getting-started.adoc[Getting Started] | ||
* xref:api/index.adoc[] | ||
** xref:api/chatclient.adoc[] | ||
*** xref:api/advisors.adoc[Advisors] | ||
** xref:api/chatmodel.adoc[] | ||
* xref:api/chatclient.adoc[] | ||
** xref:api/advisors.adoc[Advisors] | ||
* xref:api/index.adoc[AI Models] | ||
** xref:api/chatmodel.adoc[Chat Models] | ||
*** xref:api/prompt.adoc[] | ||
*** xref:api/bedrock-chat.adoc[Amazon Bedrock] | ||
**** xref:api/chat/bedrock/bedrock-anthropic3.adoc[Anthropic3] | ||
**** xref:api/chat/bedrock/bedrock-anthropic.adoc[Anthropic2] | ||
|
@@ -37,7 +38,7 @@ | |
*** xref:api/chat/zhipuai-chat.adoc[ZhiPu AI] | ||
// **** xref:api/chat/functions/zhipuai-chat-functions.adoc[Function Calling] | ||
*** xref:api/chat/watsonx-ai-chat.adoc[watsonx.AI] | ||
** xref:api/embeddings.adoc[] | ||
** xref:api/embeddings.adoc[Embedding Models] | ||
*** xref:api/bedrock.adoc[Amazon Bedrock] | ||
**** xref:api/embeddings/bedrock-cohere-embedding.adoc[Cohere] | ||
**** xref:api/embeddings/bedrock-titan-embedding.adoc[Titan] | ||
|
@@ -56,49 +57,48 @@ | |
**** xref:api/embeddings/vertexai-embeddings-palm2.adoc[PaLM2 Embedding] | ||
*** xref:api/embeddings/watsonx-ai-embeddings.adoc[watsonx.AI] | ||
*** xref:api/embeddings/zhipuai-embeddings.adoc[ZhiPu AI] | ||
** xref:api/imageclient.adoc[] | ||
** xref:api/imageclient.adoc[Image Models] | ||
*** xref:api/image/azure-openai-image.adoc[Azure OpenAI] | ||
*** xref:api/image/openai-image.adoc[OpenAI] | ||
*** xref:api/image/stabilityai-image.adoc[Stability] | ||
*** xref:api/image/zhipuai-image.adoc[ZhiPuAI] | ||
*** xref:api/image/qianfan-image.adoc[QianFan] | ||
** xref:api/audio[Audio Model API] | ||
** xref:api/audio[Audio Models] | ||
*** xref:api/audio/transcriptions.adoc[] | ||
**** xref:api/audio/transcriptions/azure-openai-transcriptions.adoc[Azure OpenAI] | ||
**** xref:api/audio/transcriptions/openai-transcriptions.adoc[OpenAI] | ||
*** xref:api/audio/speech.adoc[] | ||
**** xref:api/audio/speech/openai-speech.adoc[OpenAI] | ||
** xref:api/moderation[Moderation Model API] | ||
** xref:api/moderation[Moderation Models] | ||
*** xref:api/moderation/openai-moderation.adoc[OpenAI] | ||
// ** xref:api/generic-model.adoc[] | ||
|
||
** xref:api/vectordbs.adoc[] | ||
*** xref:api/vectordbs/azure.adoc[] | ||
*** xref:api/vectordbs/apache-cassandra.adoc[] | ||
*** xref:api/vectordbs/chroma.adoc[] | ||
*** xref:api/vectordbs/elasticsearch.adoc[] | ||
*** xref:api/vectordbs/gemfire.adoc[GemFire] | ||
*** xref:api/vectordbs/milvus.adoc[] | ||
*** xref:api/vectordbs/mongodb.adoc[] | ||
*** xref:api/vectordbs/neo4j.adoc[] | ||
*** xref:api/vectordbs/opensearch.adoc[] | ||
*** xref:api/vectordbs/oracle.adoc[Oracle] | ||
*** xref:api/vectordbs/pgvector.adoc[] | ||
*** xref:api/vectordbs/pinecone.adoc[] | ||
*** xref:api/vectordbs/qdrant.adoc[] | ||
*** xref:api/vectordbs/redis.adoc[] | ||
*** xref:api/vectordbs/hana.adoc[SAP Hana] | ||
*** xref:api/vectordbs/typesense.adoc[] | ||
*** xref:api/vectordbs/weaviate.adoc[] | ||
|
||
** xref:api/functions.adoc[Function Calling] | ||
** xref:api/multimodality.adoc[Multimodality] | ||
** xref:api/prompt.adoc[] | ||
** xref:api/structured-output-converter.adoc[Structured Output] | ||
* xref:api/vectordbs.adoc[] | ||
** xref:api/etl-pipeline.adoc[] | ||
** xref:api/testing.adoc[] | ||
** xref:api/generic-model.adoc[] | ||
** xref:api/vectordbs/azure.adoc[] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to the other comment, the ETL pipeline, while certainly being vector store focused, is it's own top level concern or concept and like the other AI Model sections, this is where I go to find specific info on a vendor's vector store as compared to the higher level topic of ETL. |
||
** xref:api/vectordbs/apache-cassandra.adoc[] | ||
** xref:api/vectordbs/chroma.adoc[] | ||
** xref:api/vectordbs/elasticsearch.adoc[] | ||
** xref:api/vectordbs/gemfire.adoc[GemFire] | ||
** xref:api/vectordbs/milvus.adoc[] | ||
** xref:api/vectordbs/mongodb.adoc[] | ||
** xref:api/vectordbs/neo4j.adoc[] | ||
** xref:api/vectordbs/opensearch.adoc[] | ||
** xref:api/vectordbs/oracle.adoc[Oracle] | ||
** xref:api/vectordbs/pgvector.adoc[] | ||
** xref:api/vectordbs/pinecone.adoc[] | ||
** xref:api/vectordbs/qdrant.adoc[] | ||
** xref:api/vectordbs/redis.adoc[] | ||
** xref:api/vectordbs/hana.adoc[SAP Hana] | ||
** xref:api/vectordbs/typesense.adoc[] | ||
** xref:api/vectordbs/weaviate.adoc[] | ||
|
||
|
||
* xref:observabilty/index.adoc[] | ||
* xref:api/functions.adoc[Function Calling] | ||
* xref:api/multimodality.adoc[Multimodality] | ||
* xref:api/testing.adoc[LLM Evaluation] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We rarely use LLM, i'll change to |
||
* xref:api/structured-output-converter.adoc[Structured Output] | ||
|
||
* Service Connections | ||
** xref:api/docker-compose.adoc[Docker Compose] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the prompt stuff should move elsewhere. All the "API" subsections are specific to a model vendor whereas this is a higher level spring ai api topic.