Skip to content

Commit 3748dfe

Browse files
committed
Remove redundant delete of collection
1 parent a3a0ce6 commit 3748dfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/collections/journey.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ describe('Journey testing of the client using a WCD cluster', () => {
2121
authCredentials: 'NOg5AliYnrN6z7dZDuGv7SLVKhTabAaSTKS7',
2222
}
2323
);
24-
return client.collections.delete(collectionName);
2524
});
2625

2726
it('should create the correct config for a collection with vectorizer, generative, and reranker modules', () => {
@@ -169,6 +168,9 @@ describe('Journey testing of the client using a WCD cluster', () => {
169168
vectorizer: {
170169
name: 'text2vec-cohere',
171170
config: {
171+
baseUrl: 'https://api.cohere.ai',
172+
model: 'embed-multilingual-v3.0',
173+
truncate: 'END',
172174
vectorizeCollectionName: true,
173175
},
174176
},

0 commit comments

Comments
 (0)