[FIX] : missing import for parseAuthHeader in server/utils/vectorDbProviders/chroma/index.js (#869)

fix: import parseAuthHeader in chroma/index.js
This commit is contained in:
Gabriel Koo 2024-03-07 01:14:36 +08:00 committed by GitHub
parent fde905aac1
commit 4731ec8be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ const {
getLLMProvider,
getEmbeddingEngineSelection,
} = require("../../helpers");
const { parseAuthHeader } = require("../../http");
const Chroma = {
name: "Chroma",