You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(importer): unify importing code with CLI (#7299)
* feat(importer): support ollama and OCI, unify code
Signed-off-by: Ettore Di Giacinto <[email protected]>
* feat: support importing from local file
Signed-off-by: Ettore Di Giacinto <[email protected]>
* support also yaml config files
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Correctly handle local files
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Extract importing errors
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Add importer tests
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Add integration tests
Signed-off-by: Ettore Di Giacinto <[email protected]>
* chore(UX): improve and specify supported URI formats
Signed-off-by: Ettore Di Giacinto <[email protected]>
* fail if backend does not have a runfile
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Adapt tests
Signed-off-by: Ettore Di Giacinto <[email protected]>
* feat(gallery): add cache for galleries
Signed-off-by: Ettore Di Giacinto <[email protected]>
* fix(ui): remove handler duplicate
File input handlers are now handled by Alpine.js @change handlers in chat.html.
Removed duplicate listeners to prevent files from being processed twice
Signed-off-by: Ettore Di Giacinto <[email protected]>
* fix(ui): be consistent in attachments in the chat
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Fail if no importer matches
Signed-off-by: Ettore Di Giacinto <[email protected]>
* fix: propagate ops correctly
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Fixups
Signed-off-by: Ettore Di Giacinto <[email protected]>
---------
Signed-off-by: Ettore Di Giacinto <[email protected]>
0 commit comments