Skip to content

Commit

Permalink
chore: make API key optional QdrantApi.credentials.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Jan 5, 2024
1 parent b201ff8 commit 27a5252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class QdrantApi implements ICredentialType {
name: 'apiKey',
type: 'string',
typeOptions: { password: true },
required: true,
required: false,
default: '',
},
{
Expand Down

0 comments on commit 27a5252

Please sign in to comment.