private-gpt icon indicating copy to clipboard operation
private-gpt copied to clipboard

Interact with your documents using the power of GPT, 100% privately, no data leaks

Results 746 private-gpt issues
Sort by recently updated
recently updated
newest added

I'm not sure how langchaing works, but on ingest.py, shouldn't the `documents = loader.load()` be inside the FOR loops somehow? Otherwise, it would only load the LAST loader, no? As...

··· $ python privateGPT.py llama.cpp: loading model from models/ggml-model-q4_0.bin llama.cpp: can't use mmap because tensors are not aligned; convert to new format to avoid this llama_model_load_internal: format = 'ggml' (old...

When running the command to ingest all the data, I encountered the following message: UnboundLocalError: local variable 'loader' referenced before assignment

Thanks for the invitation @imartinez . This is only a draft for now, because we need to decide whether it should have endpoints exposed.

Addressing thread #69 where we noted codebase would ingest only one document from `source_directory` ```python # Load document and split in chunks for root, dirs, files in os.walk("source_documents"): for file...

Hi all, just tried to install privateGPT in a t3.small Ubuntu 22.04.2 x64. The installation fails at this point: `/home/ubuntu/.local/bin/pip install chromadb==0.3.22 -v` giving the following output > Using pip...

Can anyone suggest how to make GPU work with this project?

- Add poetry as another option to manage Python dependencies environment to facilitate adoption. - Address installation issues (such as #66 or #71).

First, thanks for your work. It's amazing! Running on a Mac M1, when I upload more than 7-8 PDFs in the `source_documents` folder, I get this error: ``` % python...