Skip to content

Commit

Permalink
fix: Fix issue with API key being required for the Qdrant Node (#8237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Jan 9, 2024
1 parent f11aa06 commit 4401db3
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 4401db3

Please sign in to comment.