mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
ui fix logo for vector stores
This commit is contained in:
parent
38760e9673
commit
6239ff05bb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export const vectorStoreProviderMap: Record<string, string> = {
|
|||
Azure: "azure"
|
||||
};
|
||||
|
||||
const asset_logos_folder = '/assets/logos/';
|
||||
const asset_logos_folder = '/ui/assets/logos/';
|
||||
|
||||
export const vectorStoreProviderLogoMap: Record<string, string> = {
|
||||
[VectorStoreProviders.Bedrock]: `${asset_logos_folder}bedrock.svg`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue