Christopher Kao

Results 5 comments of Christopher Kao

@r0kk is correct. I did a test just now on a Qwen2-7B-Instruct model that I wanted to use for embedding. It is running on-prem in a separate `ollama` docker container....

@vap0rtranz I think a difference is that the `/embeddings` endpoint expects a `prompt`, whereas `/embed` expects an `input`. I think we both accidentally passed `input` when we should have passed...

Actually, I think we are all looking at the wrong endpoint. This other thread talks about the difference between `/api/embeddings` vs `/v1/embeddings`: https://github.com/ollama/ollama/issues/7242. I think that Kotaemon is using the...

By the way, I am happy to put out a PR for this. It would be my first PR into this repo, and I would like some guidance on automated...