Kashif Raza

Results 9 comments of Kashif Raza

Finally I was able to solve this issue. Pdfminer is last updated in 2019. It work on python 3.7 , 3.8 and 3.9. When I run switch from 3.10 to...

Error is in `documents = loader.load()` ImportError: `cannot import name 'is_directory' from 'PIL._util' (/usr/local/lib/python3.9/dist-packages/PIL/_util.py)`

I have restarted the run time as well as installed the `pillow` package again, but this even did not solve the problem.

Did you try with multiple PDF files in the directory? For a single PDF file it's working on my end as well, but with multiple PDFs it's creating the error.

When I install the `chromadb` in virtual env am getting following error: `error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/` Even...

Yes I have installed the requirements. In some projects I have experience it writes version of some libraries that version can not be installed.

I was getting the same error. Sometime model is now downloaded completely. I have the same error, I have deleted the model and redownloaded it. It starts working. try it...

Here is the .env content: ` PERSIST_DIRECTORY=db` `MODEL_TYPE=GPT4All` `MODEL_PATH=models/ggml-gpt4all-j-v1.3-groovy.bin` `EMBEDDINGS_MODEL_NAME=all-MiniLM-L6-v2` `MODEL_N_CTX=1000` `TARGET_SOURCE_CHUNKS=4 ` structure of folder is same just added the `models` folder and added folder.

repo updated and now its working fine.