alejandro-ao / langchain-ask-pdf

An AI-app that allows you to upload a PDF and ask questions about it. It uses OpenAI's LLMs to generate a response.
592 stars 309 forks source link

requirements.txt modification needed #15

Open ajavamind opened 1 year ago

ajavamind commented 1 year ago

Thank you Alejandro! I got chatbot to work on my Windows 11 PC with the following requirement.txt

langchain==0.0.166 PyPDF2==3.0.1 python-dotenv==1.0.0 streamlit==1.18.1 faiss-cpu==1.7.4 altair<5 openapi==1.1.0 tiktoken

puttareddy commented 1 year ago

What was the Python version used for this?

ajavamind commented 1 year ago

Python 3.10.11

tushaar9027 commented 1 year ago

yes this is the right requirements.txt file i added all the packages as well