alejandro-ao / ask-multiple-pdfs

A Langchain app that allows you to chat with multiple PDFs
1.66k stars 940 forks source link

Fixed dependency issues #22

Closed Redcof closed 1 year ago

Redcof commented 1 year ago

I have added/updated a few dependencies in the requirements.txt file so we can easily use the app.

First Error

[ModuleNotFoundError: No module named ‘altair.vegalite.v4’](https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921) Fix: altair==4

Second Error

ModuleNotFond: tiktoken not found Fix: tiktoken==0.4.0

Redcof commented 1 year ago

Thanks