Andrea Pinto

Results 20 comments of Andrea Pinto

Yes. I installed libarchive via Homebrew, then followed their installation process step by step.

I guess you could explicitly ask the llm (in prompt) to answer in the same lang as input?

You could write this into a `md` file so we could add os specific instructions to the repo :)

Yes, addressing this in #74

@linuxatico The project requires `Python 3.10` as it uses match statement in `privateGPT.py` @imartinez I would suggest adding a `poetry` setup in addition to the `requirements.txt` to make it more...

You right I've read your issue a bit too fast. Usually when an `aws` instance kills a process when installing dependencies it means you're running out of memory. Especially when...

This is a problem that goes back to the way `langchain` loads the embeddings model. For some reason they need a full path. For a quick fix you can simply...

@imartinez I would keep the optimization stuff for another PR and already merge this one though.

@imartinez I just realized with this issue that currently the `ingest` file only loads a single file regardless of the number of documents in the `source_documents` directory. The code changes...

Hi! What do you mean by installation environment form exactly?