Skip to content

Commit b6be9aa

Browse files
authored
Update CosmosDB-NoSQL-Quickstart-RAG-Chatbot.ipynb
reduce default max_concurrency for data load
1 parent f7cfb96 commit b6be9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/CosmosDB-NoSQL_VectorSearch/CosmosDB-NoSQL-Quickstart-RAG-Chatbot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
" \n",
277277
" counter = 0\n",
278278
" tasks = []\n",
279-
" max_concurrency = 20 # Adjust this value to control the level of concurrency\n",
279+
" max_concurrency = 5 # Adjust this value to control the level of concurrency\n",
280280
" semaphore = asyncio.Semaphore(max_concurrency)\n",
281281
" print(\"Starting doc load, please wait...\")\n",
282282
" \n",

0 commit comments

Comments
 (0)