Skip to content
Snippets Groups Projects
Unverified Commit 4731ec8b authored by Gabriel Koo's avatar Gabriel Koo Committed by GitHub
Browse files

[FIX] : missing import for `parseAuthHeader` in...

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

fix: import parseAuthHeader in chroma/index.js
parent fde905aa
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ const { ...@@ -7,6 +7,7 @@ const {
getLLMProvider, getLLMProvider,
getEmbeddingEngineSelection, getEmbeddingEngineSelection,
} = require("../../helpers"); } = require("../../helpers");
const { parseAuthHeader } = require("../../http");
const Chroma = { const Chroma = {
name: "Chroma", name: "Chroma",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment