Skip to content

Conversation

@mudler
Copy link
Owner

@mudler mudler commented Nov 17, 2025

Description

This makes running models consistent and piggybacking on the importer only (both CLI and WebUI), and moves OCI and ollama support to the importer

Notes for Reviewers

Part of #7114

Signed commits

  • Yes, I signed my commits.

@netlify
Copy link

netlify bot commented Nov 17, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 6094f59
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/691e03abb588ae0008c66214
😎 Deploy Preview https://deploy-preview-7299--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

// Check if error is due to context cancellation
if errors.Is(err, context.Canceled) {
// Clean up partial file on cancellation
removePartialFile(tmpFilePath)

Check warning

Code scanning / gosec

Errors unhandled Warning

Errors unhandled
@mudler mudler changed the title feat(importer): support ollama and OCI, unify code feat(importer): unify importing code with CLI Nov 17, 2025
@mudler mudler force-pushed the feat/unify-imports branch 7 times, most recently from f20811e to 8838975 Compare November 18, 2025 20:24
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
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]>
@mudler mudler force-pushed the feat/unify-imports branch from 8838975 to 3e859a9 Compare November 18, 2025 21:34
@mudler mudler force-pushed the feat/unify-imports branch from 3e859a9 to cedeff1 Compare November 19, 2025 08:32
Signed-off-by: Ettore Di Giacinto <[email protected]>
@mudler mudler force-pushed the feat/unify-imports branch from e5e366b to efaf137 Compare November 19, 2025 14:05
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
@mudler mudler force-pushed the feat/unify-imports branch from 92228a0 to 6094f59 Compare November 19, 2025 17:51
@mudler mudler merged commit 77bbeed into master Nov 19, 2025
30 checks passed
@mudler mudler deleted the feat/unify-imports branch November 19, 2025 19:52
@mudler mudler added the enhancement New feature or request label Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants