Skip to content

Commit

Permalink
[FIX] : missing import for parseAuthHeader in `server/utils/vectorD…
Browse files Browse the repository at this point in the history
…bProviders/chroma/index.js` (#869)

fix: import parseAuthHeader in chroma/index.js
  • Loading branch information
gabrielkoo authored Mar 6, 2024
1 parent fde905a commit 4731ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/utils/vectorDbProviders/chroma/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const {
getLLMProvider,
getEmbeddingEngineSelection,
} = require("../../helpers");
const { parseAuthHeader } = require("../../http");

const Chroma = {
name: "Chroma",
Expand Down

0 comments on commit 4731ec8

Please sign in to comment.