Merge branch 'main' into FEATURE/elasticsearch-vectorstore

This commit is contained in:
Henry Heng
2023-10-11 14:22:48 +01:00
committed by GitHub
92 changed files with 1960 additions and 238 deletions
@@ -30,7 +30,7 @@ export class ChromaExtended extends Chroma {
if (this.chromaApiKey) {
obj.fetchOptions = {
headers: {
'X-Api-Key': this.chromaApiKey
Authorization: `Bearer ${this.chromaApiKey}`
}
}
}