mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-29 14:48:51 +01:00
* feat: new vector file processing strategy * chore: remove unused client files * chore: remove more unused client files * chore: remove more unused client files and move used to new dir * chore(DataIcon): add className * WIP: Model Endpoint Settings Update, draft additional context settings * feat: improve parsing for augmented prompt, add full context option * chore: remove volume mounting from rag.yml as no longer necessary
6 lines
384 B
TypeScript
6 lines
384 B
TypeScript
export { default as Icon } from './Icon';
|
|
export { default as MinimalIcon } from './MinimalIcon';
|
|
export { default as EndpointSettings } from './EndpointSettings';
|
|
export { default as SaveAsPresetDialog } from './SaveAsPresetDialog';
|
|
export { default as AlternativeSettings } from './AlternativeSettings';
|
|
export { default as EndpointOptionsPopover } from './EndpointOptionsPopover';
|