Iván Martínez

Results 93 comments of Iván Martínez

Try reducing the in your .env file: `MODEL_N_CTX=20480` Make it 1000 an try again

I've reproduced the issue on a Windows laptop. The problem was not specifically dotenv, but the dependencies in general; there had been a problem installing requirements.txt. I followed the instructions...

Thanks for the contribution! Looking forward to merging this! Some comments/questions: - Could you elaborate on the "issue that made the prompt evaluation slow" that you fixed? - I'd leave...

Thanks for the detailed info @DanielusG! I'll be running some more tests before merging, feel free to keep it as a branch on your repo and evolve it further, we'll...

Totally agree! Will introduce versioning in the coming days

What is the issue?

Interesting. Ollama embedding model is way bigger than the default huggingface one, may be the main cause. Dimensionality of vectors is double in Ollama's embedding model

@iotnxt maybe Ollama's support for embeddings models is not fully optimized yet. Could be the case. Go back to Huggingface embeddings for intensive use cases. About the feature request, feel...

Could you please adapt it to the latest version of PrivateGPT? Thanks!

@olederle please run `make check` and `make test` locally. Apparently there are some issues with `make check` that are preventing the merge.