-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (90 loc) · 3.23 KB
/
mkdocs.yml
File metadata and controls
94 lines (90 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
site_name: AI21 .NET Documentation
site_description: Documentation for the tryAGI .NET SDK for AI21.
site_url: https://tryagi.github.io/AI21/
repo_url: https://github.com/tryAGI/AI21
repo_name: tryAGI/AI21
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Guides:
- Microsoft.Extensions.AI: guides/meai.md
# EXAMPLES:START
- Examples:
- Chat Client Five Random Words Streaming: examples/chat-client-five-random-words-streaming.md
- Chat Client Five Random Words: examples/chat-client-five-random-words.md
- Chat Client Get Service Returns Chat Client Metadata: examples/chat-client-get-service-returns-chat-client-metadata.md
- Chat Client Get Service Returns Null For Unknown Key: examples/chat-client-get-service-returns-null-for-unknown-key.md
- Chat Client Get Service Returns Self: examples/chat-client-get-service-returns-self.md
- Chat Client Tool Calling Multi Turn: examples/chat-client-tool-calling-multi-turn.md
- Chat Client Tool Calling Single Turn: examples/chat-client-tool-calling-single-turn.md
- Chat Client Tool Calling Streaming: examples/chat-client-tool-calling-streaming.md
- Test: examples/test.md
# EXAMPLES:END
# - Quick Start: QuickStart.md
# - Architecture: Architecture.md
# - FAQ: FAQ.md
# - Contributing Guide: ContributingGuide.md
# - Tutorials:
# - Configure the native library loading: Tutorials/NativeLibraryConfig.md
# - Use executors: Tutorials/Executors.md
# - Use ChatSession: Tutorials/ChatSession.md
# - Understand LLamaContext: Tutorials/UnderstandLLamaContext.md
# - Get embeddings: Tutorials/GetEmbeddings.md
# - Quantize the model: Tutorials/Quantization.md
#
# - Advanced Tutorials:
# - Customize the native library loading: AdvancedTutorials/CustomizeNativeLibraryLoading.md
#
# - Integrations:
# - semantic-kernel integration: Integrations/semantic-kernel.md
# - kernel-memory integration: Integrations/kernel-memory.md
# - BotSharp integration: Integrations/BotSharp.md
# - Langchain integration: Integrations/Langchain.md
#
# - Examples:
# - Bacthed executor - multi-output to one input: Examples/BatchedExecutorFork.md
# - Batched executor - basic guidance: Examples/BatchedExecutorGuidance.md
# - Batched executor - rewinding to an earlier state: Examples/BatchedExecutorRewind.md
theme:
name: tryagi
favicon: 'media/icon128.png'
plugins:
- search
- copy-to-llm
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: ""
slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets:
check_paths: true
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true