Skip to content

Commit

Permalink
Remove redundant delete of collection
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Jan 9, 2025
1 parent a3a0ce6 commit 3748dfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/collections/journey.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('Journey testing of the client using a WCD cluster', () => {
authCredentials: 'NOg5AliYnrN6z7dZDuGv7SLVKhTabAaSTKS7',
}
);
return client.collections.delete(collectionName);
});

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

0 comments on commit 3748dfe

Please sign in to comment.