.Net MEVD: Consider simplifying Cosmos package names/namespaces #10631
Labels
memory connector
memory
msft.ext.vectordata
Related to Microsoft.Extensions.VectorData
.NET
Issue or Pull requests regarding .NET code
We have two Cosmos connectors with very long names: AzureCosmosDBMongoDB and AzureCosmosDBNoSQL; this forces the user to deal with type names such as AzureCosmosDBMongoDBVectorStoreRecordCollection.
As a result, I propose renaming the packages to Microsoft.SemanticKernel.Connectors.CosmosNoSQL and CosmosMongoDB. Type names within the package can be called e.g. CosmosNoSQLVectorStoreRecordCollection and CosmosMongoVectorStoreRecordCollection (I plan to propose further possible simplifications to the VectorStoreRecordCollection to make this a bit shorter still).
The text was updated successfully, but these errors were encountered: