Skip to content

Commit b129886

Browse files
authored
fix(azure-cosmosdb): Update user agent of AzureCosmosDBMongoDBVectorStore (#7825)
1 parent b278899 commit b129886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-azure-cosmosdb/src/azure_cosmosdb_mongodb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export class AzureCosmosDBMongoDBVectorStore extends VectorStore {
140140
if (!dbConfig.client) {
141141
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
142142
this.client = new MongoClient(connectionString!, {
143-
appName: "langchainjs",
143+
appName: "LANGCHAIN_JS",
144144
});
145145
}
146146

0 commit comments

Comments
 (0)