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