We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52100ca commit ff0b97eCopy full SHA for ff0b97e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastax/astra-db-ts",
3
- "version": "0.0.26",
+ "version": "0.0.27",
4
"description": "Astra DB TS Client",
5
"contributors": [
6
"CRW (http://barnyrubble.tumblr.com/)",
src/collections/options.ts
@@ -122,7 +122,7 @@ export const updateOneInternalOptionsKeys: Set<string> = new Set(
122
123
class _CreateCollectionOptions {
124
vector?: {
125
- dimensions: number;
+ dimension: number;
126
metric?: "cosine" | "euclidean" | "dot_product";
127
} = undefined;
128
}
src/version.ts
@@ -1,2 +1,2 @@
export const LIB_NAME = "astra-db-ts";
-export const LIB_VERSION = "0.0.26";
+export const LIB_VERSION = "0.0.27";
0 commit comments