Javier Martinez
Javier Martinez
Can you do `make check; make test;` and fix any issue in the code?
We are discussing how to implement OCR in PrivateGPT. Including OCR inside, it will increase much package size (many dependencies, etc...). Anyway, feel free to open a new PR how...
You can try to integrate this library: https://github.com/VikParuchuri/marker?tab=readme-ov-file
Can you check if there's nodes with original logic? To discard if the error is in `NodeParser` or reading JSON file.
Can you try to disable autopull images in `settings.yaml`?
You have run `OLLAMA_HOST=0.0.0.0 ollama serve`. By default, Ollama refuses all connections except localhost and returns status code 403. You should not need to modify these environment variables, everything is...
@meng-hui Thanks for sharing your modifications!!!! Can you open a PR with these changes to avoid this error to more users?
Can you try using API instead of UI? It's to verify if it's a Ollama connectivity problem or UI problem
I have been trying to boot PGPT in ollama-api mode, with Ollama running on metal (macOS). I've booted everything using: ``` $ docker compose --profile=ollama-api up --build ``` After that,...
Mmm. Something is wrong with SSE then. Maybe, your proxy has disabled SSE events, buffer or any other related config. I was browsing and I found this post. Can you...