Using litellm with azure.com

Python integration

Install
pip install litellm
Quick start
import litellm

client = litellm.Client("YOUR_API_KEY")
Searches for documents in the index.
curl \
  /docs
Queries the number of documents in the index.
curl \
  /docs/$count
Retrieves a document from the index.
curl \
  /docs('{key}')
SDK on GitHub 📄 API Docs
SDK
litellm
Python
API
azure.com
azure.com:search-searchindex
At a glance
Language Python
Endpoints9