Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Ollama module can invoke the local Ollama binary if needed #2906

Open
mdelapenya opened this issue Dec 2, 2024 · 0 comments · May be fixed by #2908
Open

[Enhancement]: Ollama module can invoke the local Ollama binary if needed #2906

mdelapenya opened this issue Dec 2, 2024 · 0 comments · May be fixed by #2908
Labels
enhancement New feature or request

Comments

@mdelapenya
Copy link
Member

Proposal

Instead of running the container, we could enable users to decide using the local ollama binary in the host, which would increase the performance (and the capabilities) of running ollama without a virtualisation layer in between.

We could go with a RunLocal exposed function, or a UseLocal/PreferLocal/WithLocal functional option that simply calls the local binary, falling back to the container if the binary is not found in the path.

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 a pull request may close this issue.

1 participant