da-z
da-z
Do you guys have any plans or are open to the idea of bundling a vector store into Ollama (something like [Weviate](https://weaviate.io/developers/weaviate/installation/embedded)), and offering an API for the store? cc...
Checking the ollama code, it seems to be Gin Cors - related. Opened https://github.com/gin-contrib/cors/issues/135
Note: above workaround does not seem to work on Windows (is OLLAMA_ORIGINS env var ignored?) Also, see PR https://github.com/ollama/ollama/pull/2441 which prepares the code for adding extra schemes, like tauri://
Thanks. In https://github.com/ollama/ollama/pull/2441 I bumped Gin CORS (well, go mod updated a bit more than that) and added support by default for requests comming from Tauri apps (like my [LLaMazing](https://github.com/da-z/llamazing)...
I have this error too in Chromium and Safari, but Firefox works fine.
One idea is to split the code in 2 libraries. One for browser, without the push/pull stuff and anything that requires fs (call it `ollama-js-browser`). With just the chat API,...
I am very interested in trying this model too in OIlama. I see someone made a [GGUF](https://huggingface.co/s3nh/MiniCPM-2B-dpo-fp32-GGUF/tree/main) for it, so making a Modelfile may not be that hard.
Sure: https://github.com/da-z/spring-data-jpa-issue-3269 (just run the test)
Hello. Will this fix be merged into main?
@THD-Thomas-Lang The regression has already been fixed. All we need is more upvoters for this PR to be merged: https://github.com/spring-projects/spring-data-jpa/pull/3276