Showing results for Python SDK - Azure Cosmos DB Blog

Dec 12, 2024
1
2

An introduction to Multi-Agent AI apps with Azure Cosmos DB and Azure OpenAI

Theo van Kraay
Theo van Kraay

Azure Cosmos DB was named by Bloomberg as the no. 1 Database of choice for Retrieval Augmented Generation (RAG) and Large Language Model (LLM) customization. It is used by OpenAI to scale it’s ChatGPT service, and by many thousands of customers worldwide, serving billions of end-users with globally distributed apps at planet scale. In this blog ...

Azure Cosmos DB for NoSQLAIPython SDK
Aug 19, 2022
2
1

Write a Python data layer with Azure Cosmos DB and FastAPI

Abhinav Tripathi
Abhinav Tripathi

In this article, we will demonstrate how to build a data layer in Python for Azure Cosmos DB using FastAPI, a web framework for building and testing Python APIs. To demonstrate this, we will leverage the To Do App Quickstart in our docs. This app shows simple CRUD operations (insert, update, list and delete) using a simple data model for a To-Do i...

Azure Cosmos DB for NoSQLTips and TricksPython SDK
Jul 12, 2022
2
1

Run parallel CRUD operations with Python Async IO for Azure Cosmos DB

Khelan Modi
Khelan Modi

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now generally available (GA) for Python developers, data scientists, and any other professional that uses our Azure Cosmos DB Python SDK. Benefits Async IO support makes it easier to run multiple IO operations in parallel. The main advantage of Asy...

Azure Cosmos DB for NoSQLPython SDK
Dec 16, 2021
1
1

Async IO for the Python SDK is now in preview!

Gahl Levy
Gahl Levy

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now available in preview! Async IO is a concurrent programming method in Python that makes running CRUD (create, read, update, delete) operations in parallel easy to do.

Python SDKAzure Cosmos DB for NoSQLAnnouncements
May 21, 2020
2
0

Azure Cosmos DB wrap-up: May 2020 BUILD Announcements

Mark Brown
Mark Brown

Read about all of the amazing announcements we made at Microsoft BUILD 2020 including Azure Synapse Link for Azure Cosmos DB, autoscale GA, encryption, new Jupyter Notebook features, serverless, new change feed and much more!

AnnouncementsNewsSecurity