Skip to content

Commit 093c020

Browse files
Merge pull request #262030 from wmwxwa/patch-2
Update vector-database.md
2 parents f2278e1 + b59b597 commit 093c020

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/cosmos-db/vector-database.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ The native vector search feature in our NoSQL API is under development. In the m
7171
- [.NET tutorial - recipe chatbot](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/C%23/CosmosDB-NoSQL_CognitiveSearch)
7272
- [.NET tutorial - recipe chatbot w/ Semantic Kernel](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/C%23/CosmosDB-NoSQL_CognitiveSearch_SemanticKernel)
7373
- [Python notebook tutorial - Azure product chatbot](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/Python/CosmosDB-NoSQL_CognitiveSearch)
74+
75+
## Next step
76+
77+
[30-day Free Trial without Azure subscription](https://azure.microsoft.com/try/cosmosdb/)
78+
79+
[90-day Free Trial with Azure AI Advantage](ai-advantage.md)
80+
81+
> [!div class="nextstepaction"]
82+
> [Use the Azure Cosmos DB lifetime free tier](free-tier.md)
7483
7584
## Vector database related concepts
7685

@@ -112,12 +121,3 @@ The process of creating good prompts for a scenario is called prompt engineering
112121
### Tokens
113122

114123
Tokens are small chunks of text generated by splitting the input text into smaller segments. These segments can either be words or groups of characters, varying in length from a single character to an entire word. For instance, the word hamburger would be divided into tokens such as ham, bur, and ger while a short and common word like pear would be considered a single token. LLMs like ChatGPT, GPT-3.5, or GPT-4 break words into tokens for processing.
115-
116-
## Next step
117-
118-
[30-day Free Trial without Azure subscription](https://azure.microsoft.com/try/cosmosdb/)
119-
120-
[90-day Free Trial with Azure AI Advantage](ai-advantage.md)
121-
122-
> [!div class="nextstepaction"]
123-
> [Use the Azure Cosmos DB lifetime free tier](free-tier.md)

0 commit comments

Comments
 (0)