mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
[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:
parent
fde905aac1
commit
4731ec8be8
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ const {
|
|||
getLLMProvider,
|
||||
getEmbeddingEngineSelection,
|
||||
} = require("../../helpers");
|
||||
const { parseAuthHeader } = require("../../http");
|
||||
|
||||
const Chroma = {
|
||||
name: "Chroma",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue