Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make user agent configurable post client creation #32191

Open
amanrao23 opened this issue Dec 12, 2024 · 0 comments
Open

Make user agent configurable post client creation #32191

amanrao23 opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels

Comments

@amanrao23
Copy link
Member

amanrao23 commented Dec 12, 2024

Currently there is no way to change user agent once CosmosClient has been created.
This was a not a requirement earlier as user-agents need not be reconfigured.

But with addition of CosmosDB Integrations with AI libraries like Langchain and LlamaIndex, we want to track the adoption.

Users can pass the CosmosClient instance itself during initialization of different stores (eg. vectorStore) which leads to default value of user-agent getting used and does not help in tracking adoption of these AI libraries.

Also, if connectionString is passed, there is no way to set other CosmosClientOptions.

Ask is to support both these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Review
Development

No branches or pull requests

2 participants