From 6e6d35c5745ffd591b4117e84c092a26ab97bda7 Mon Sep 17 00:00:00 2001 From: Laurie Voss Date: Sun, 7 Jan 2024 13:35:26 -0800 Subject: [PATCH] Azure Cosmos DB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9185552..c069026 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ You can do this by running python 3_query.py ``` -This sets up a connection to Atlas just like `2_load_and_index.py` did, then it creates a [query engine](https://docs.llamaindex.ai/en/stable/understanding/querying/querying.html#getting-started) and runs a query against it: +This sets up a connection to Azure Cosmos DB just like `2_load_and_index.py` did, then it creates a [query engine](https://docs.llamaindex.ai/en/stable/understanding/querying/querying.html#getting-started) and runs a query against it: ```python query_engine = index.as_query_engine(similarity_top_k=20)