Skip to content

Commit 4c0f55c

Browse files
committed
adjust unit test
1 parent 520f518 commit 4c0f55c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/collections/configure/unit.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ describe('Unit testing of the vectorizer factory class', () => {
13621362
const config = configure.vectorizer.text2VecWeaviate({
13631363
name: 'test',
13641364
baseURL: 'base-url',
1365+
dimensions: 256,
13651366
model: 'model',
13661367
vectorizeCollectionName: true,
13671368
});
@@ -1375,6 +1376,7 @@ describe('Unit testing of the vectorizer factory class', () => {
13751376
name: 'text2vec-weaviate',
13761377
config: {
13771378
baseURL: 'base-url',
1379+
dimensions: 256,
13781380
model: 'model',
13791381
vectorizeCollectionName: true,
13801382
},

0 commit comments

Comments
 (0)