Skip to content

Commit e8f4171

Browse files
committed
Misc fixes
1 parent 2398f1c commit e8f4171

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

articles/cosmos-db/analytical-store-introduction.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,9 @@ Analytical store is enabled when ATTL is set with a value other than `NULL` and
531531
532532
The possible ATTL configurations are:
533533
534-
* If the value is set to `0` or set to `NULL`: the analytical store is disabled and no data is replicated from transactional store to analytical store
534+
* If the value is set to `0`: the analytical store is disabled and no data is replicated from transactional store to analytical store. Please open a support case to disable analytical store in your containers.
535+
536+
* If the value is set to `null`: Analytical store is disabled. If `null` is set, nothing happens and the previous value is kept.
535537
536538
* If the value is set to `-1`: the analytical store retains all historical data, irrespective of the retention of the data in the transactional store. This setting indicates that the analytical store has infinite retention of your operational data
537539

articles/cosmos-db/gen-ai/quickstart-rag-chatbot.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ At the end, we'll create a simple UX using Gradio to allow users to type in ques
2626
**Important Note**: This sample requires you to set up accounts for Azure Cosmos DB for NoSQL and Azure OpenAI. To get started, visit:
2727
- [Azure Cosmos DB for NoSQL Python Quickstart](../nosql/quickstart-python.md)
2828
- [Azure Cosmos DB for NoSQL Vector Search](../nosql/vector-search.md)
29+
- [Azure OpenAI](/azure/ai-services/openai)
2930

3031
### 1. Install Required Packages
3132

@@ -430,5 +431,3 @@ This quickstart guide is designed to help you set up and get running with Azure
430431
### More Vector Database Solutions
431432

432433
- [Azure PostgreSQL Server pgvector Extension](../../postgresql/flexible-server/how-to-use-pgvector.md)
433-
434-
:::image type="content" source="../media/vector-search/azure-databases-and-ai-search.png" lightbox="../media/vector-search/azure-databases-and-ai-search.png" alt-text="Diagram of Vector indexing services.":::

articles/cosmos-db/nosql/query/left.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Returns a string expression.
3838

3939
## Examples
4040

41-
The following example returns the left part of the string `Microsoft` for various length values.
41+
The following example returns the left part of the string `AdventureWorks` for various length values.
4242

4343
:::code language="nosql" source="~/cosmos-db-nosql-query-samples/scripts/left/query.sql" highlight="2-6":::
4444

0 commit comments

Comments
 (0)