ask pdf chatbot
1.0.0
安装python依赖性
pip install streamlit pypdf2 langchain python-dotenv faiss-cpu openai huggingface-hub sentence_transformers ctransformers
添加API键和令牌
OPEN_API_KEY = {}
HUGGINGFACEHUB_API_TOKEN = {} streamlit run app.py