Skip to content

Commit 3bad790

Browse files
committed
Merge branch 'dev/1.26' of https://github.com/weaviate/typescript-client into 1.26/support-sq-configuration
2 parents 4037d8d + c3f8c23 commit 3bad790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/collections/aggregate/integration.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ describe('Testing of the collection.aggregate methods', () => {
9191
],
9292
vectorizers: weaviate.configure.vectorizer.text2VecContextionary({
9393
vectorizeCollectionName: false,
94+
vectorIndexConfig: weaviate.configure.vectorIndex.hnsw({ maxConnections: 64 }),
9495
}),
9596
})
9697
.then(async () => {

0 commit comments

Comments
 (0)