We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34a9766 + 88f0fe9 commit 04be0ddCopy full SHA for 04be0dd
packages/components/nodes/vectorstores/Chroma/core.ts
@@ -30,7 +30,7 @@ export class ChromaExtended extends Chroma {
30
if (this.chromaApiKey) {
31
obj.fetchOptions = {
32
headers: {
33
- 'X-Api-Key': this.chromaApiKey
+ Authorization: `Bearer ${this.chromaApiKey}`
34
}
35
36
0 commit comments