|
3 | 3 | * xref:getting-started.adoc[Getting Started]
|
4 | 4 | * xref:api/index.adoc[]
|
5 | 5 | ** xref:api/embeddings.adoc[]
|
6 |
| -*** xref:api/embeddings/openai-embeddings.adoc[] |
7 |
| -*** xref:api/embeddings/ollama-embeddings.adoc[] |
8 |
| -*** xref:api/embeddings/azure-openai-embeddings.adoc[] |
9 |
| -*** xref:api/embeddings/postgresml-embeddings.adoc[] |
10 |
| -*** xref:api/embeddings/vertexai-embeddings.adoc[] |
11 |
| -*** xref:api/bedrock.adoc[Amazon Bedrock Embeddings] |
12 |
| -**** xref:api/embeddings/bedrock-cohere-embedding.adoc[] |
13 |
| -**** xref:api/embeddings/bedrock-titan-embedding.adoc[] |
14 |
| -*** xref:api/embeddings/onnx.adoc[] |
| 6 | +*** xref:api/embeddings/openai-embeddings.adoc[OpenAI] |
| 7 | +*** xref:api/embeddings/ollama-embeddings.adoc[Ollama] |
| 8 | +*** xref:api/embeddings/azure-openai-embeddings.adoc[Azure OpenAI] |
| 9 | +*** xref:api/embeddings/postgresml-embeddings.adoc[PostgresML] |
| 10 | +*** xref:api/embeddings/vertexai-embeddings.adoc[Google VertexAI PaLM2] |
| 11 | +*** xref:api/bedrock.adoc[Amazon Bedrock] |
| 12 | +**** xref:api/embeddings/bedrock-cohere-embedding.adoc[Cohere] |
| 13 | +**** xref:api/embeddings/bedrock-titan-embedding.adoc[Titan] |
| 14 | +*** xref:api/embeddings/onnx.adoc[Transformers (ONNX)] |
15 | 15 | ** xref:api/chatclient.adoc[]
|
16 |
| -*** xref:api/clients/openai-chat.adoc[] |
| 16 | +*** xref:api/clients/openai-chat.adoc[OpenAI] |
17 | 17 | **** xref:api/clients/functions/openai-chat-functions.adoc[Function Calling]
|
18 |
| -*** xref:api/clients/azure-openai-chat.adoc[] |
| 18 | +*** xref:api/clients/ollama-chat.adoc[Ollama] |
| 19 | +*** xref:api/clients/azure-openai-chat.adoc[Azure OpenAI] |
19 | 20 | **** xref:api/clients/functions/azure-open-ai-chat-functions.adoc[Function Calling]
|
20 |
| -*** xref:api/clients/ollama-chat.adoc[] |
21 |
| -*** xref:api/bedrock-chat.adoc[Amazon Bedrock Chat] |
22 |
| -**** xref:api/clients/bedrock/bedrock-anthropic.adoc[] |
23 |
| -**** xref:api/clients/bedrock/bedrock-llama2.adoc[] |
24 |
| -**** xref:api/clients/bedrock/bedrock-cohere.adoc[] |
25 |
| -**** xref:api/clients/bedrock/bedrock-titan.adoc[] |
26 |
| -*** xref:api/clients/huggingface.adoc[] |
| 21 | +*** xref:api/bedrock-chat.adoc[Amazon Bedrock] |
| 22 | +**** xref:api/clients/bedrock/bedrock-anthropic.adoc[Anthropic] |
| 23 | +**** xref:api/clients/bedrock/bedrock-llama2.adoc[Llama2] |
| 24 | +**** xref:api/clients/bedrock/bedrock-cohere.adoc[Cohere] |
| 25 | +**** xref:api/clients/bedrock/bedrock-titan.adoc[Titan] |
| 26 | +*** xref:api/clients/huggingface.adoc[HuggingFace] |
27 | 27 | *** xref:api/clients/google-vertexai.adoc[Google VertexAI]
|
28 | 28 | **** xref:api/clients/vertexai-palm2-chat.adoc[VertexAI PaLM2 ]
|
29 | 29 | **** xref:api/clients/vertexai-gemini-chat.adoc[VertexAI Gemini]
|
30 | 30 | ***** xref:api/clients/functions/vertexai-gemini-chat-functions.adoc[Function Calling]
|
31 |
| -** xref:api/functions.adoc[] |
32 | 31 | ** xref:api/imageclient.adoc[]
|
33 |
| -*** xref:api/clients/image/openai-image.adoc[] |
34 |
| -*** xref:api/clients/image/stabilityai-image.adoc[] |
35 |
| -** xref:api/prompt.adoc[] |
36 |
| -** xref:api/output-parser.adoc[] |
| 32 | +*** xref:api/clients/image/openai-image.adoc[OpenAI] |
| 33 | +*** xref:api/clients/image/stabilityai-image.adoc[Stability] |
37 | 34 | ** xref:api/vectordbs.adoc[]
|
38 | 35 | *** xref:api/vectordbs/azure.adoc[]
|
39 | 36 | *** xref:api/vectordbs/chroma.adoc[]
|
|
44 | 41 | *** xref:api/vectordbs/redis.adoc[]
|
45 | 42 | *** xref:api/vectordbs/pinecone.adoc[]
|
46 | 43 | *** xref:api/vectordbs/qdrant.adoc[]
|
| 44 | +** xref:api/functions.adoc[Function Calling] |
| 45 | +** xref:api/prompt.adoc[] |
| 46 | +** xref:api/output-parser.adoc[] |
47 | 47 | ** xref:api/etl-pipeline.adoc[]
|
48 | 48 | ** xref:api/testing.adoc[]
|
49 | 49 | ** xref:api/generic-model.adoc[]
|
|
0 commit comments