-
# Background
The goal of this feature is to make the process of using the CosmosDB benchmarking tools as easy as possible for our customers. Here we are looking to use ARM templates to deploy and run…
-
**Describe the bug**
When calling either o1-mini or o1-preview we can only set maxTokens on the ChatCompletionsOptions object however upon calling the model this error is returned
```
Status code 400…
-
## Is your feature request related to a problem? Please describe.
Database calls and time spent in database are not reflected in traces.
## Feature Description
Database dependencies, calls, and t…
-
As in the title, when I deploy the app from the Azure OpenAI Studio, I cannot save the chat history.
Yes, I checked the "Enable chat history in the web app" box before deploying. The cosmos db is v…
-
- ADO issue link: [A11y_Azure Cosmos DB Migration for Mongo DB_Run a new assessment of your MongoDB server_Voice over:After clicking on the new migration button Voice over is not reading the…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
I have a piece of code that works with pymongo and my cosmos DB uri:
```python
from pymongo import MongoClient
mongodb_uri = 'mongodb://....'
client = MongoClient(mongodb_uri)
db = client.foo…
-
The SQL for enabling the `vector` extension is hardcoded at https://github.com/langchain-ai/langchain-postgres/blob/07053067c7013b4b57c035f6caa94b2b63bfe404/langchain_postgres/vectorstores.py#L344
…
-
Does this occur consistently? Yes
Repro steps:
1. Startup Azure Cosmos DB emulator with the /EnableMongoDbEndpoint flag
2. Connect to mongodb endpoint via vscode extension
3. Create any da…
-
CosmosDB doesn't log to ILogger by default. We need to enable it. See https://learn.microsoft.com/azure/cosmos-db/nosql/sdk-observability?tabs=dotnet for how to use the `AzureEventSourceLogForwarder` …