File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ Generative AI services might also be limited regarding the maximum number of tok
103103
104104## Related content
105105
106+ - [ Use Microsoft.ML.Tokenizers for text tokenization] ( ../how-to/use-tokenizers.md )
106107- [ How generative AI and LLMs work] ( how-genai-and-llms-work.md )
107108- [ Understand embeddings] ( embeddings.md )
108109- [ Work with vector databases] ( vector-databases.md )
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ Install the Microsoft.ML.Tokenizers NuGet package:
2424dotnet add package Microsoft.ML.Tokenizers
2525```
2626
27+ For Tiktoken models (like GPT-4), you also need to install the corresponding data package:
28+
29+ ``` dotnetcli
30+ dotnet add package Microsoft.ML.Tokenizers.Data.O200kBase
31+ ```
32+
2733## Key features
2834
2935The Microsoft.ML.Tokenizers library provides:
You can’t perform that action at this time.
0 commit comments