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