@pinecone-database/pulumi
Version:
<img src="img/pinecone.svg" width="50%">
16 lines • 517 B
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServerlessSpecCloud = exports.IndexMetric = void 0;
exports.IndexMetric = {
Dotproduct: "dotproduct",
Cosine: "cosine",
Euclidean: "euclidean",
};
exports.ServerlessSpecCloud = {
Aws: "aws",
Azure: "azure",
Gcp: "gcp",
};
//# sourceMappingURL=index.js.map