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.
2 parents 4037d8d + c3f8c23 commit 3bad790Copy full SHA for 3bad790
src/collections/aggregate/integration.test.ts
@@ -91,6 +91,7 @@ describe('Testing of the collection.aggregate methods', () => {
91
],
92
vectorizers: weaviate.configure.vectorizer.text2VecContextionary({
93
vectorizeCollectionName: false,
94
+ vectorIndexConfig: weaviate.configure.vectorIndex.hnsw({ maxConnections: 64 }),
95
}),
96
})
97
.then(async () => {
0 commit comments