tonykipkemboi / ollama_pdf_rag

A demo Jupyter Notebook showcasing a simple local RAG (Retrieval Augmented Generation) pipeline to chat with your PDFs.
MIT License
180 stars 85 forks source link

pip install --"unstructured[all-docs]" : there is a mistake with this command to be corrected to: pip install --q "unstructured[all-docs]" #2

Closed bchatelet closed 5 months ago

bchatelet commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

bchatelet commented 5 months ago

To be corrected to: pip install --q "unstructured[all-docs]"

tonykipkemboi commented 5 months ago

Thank you @bchatelet. Yes, that helps make the imports quite and now print all the installing logs. Will update.