Spaces:
Sleeping
Sleeping
# Make sure to add Access Token (hf_****************************************). | |
# When you use locally make sure to install: | |
- pip install pypdf | |
- pip install sentence-transformers | |
- pip install -U langchain-community | |
- pip install deep_translator | |
- pip install langchain | |
- pip install huggingface_hub | |
- pip install streamlit | |
- pip install torch==2.3.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html (For CUDA) or pip install faiss-cpu (if you want use CPU). | |
- (also you can use this for CUDA) pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121. | |
# Notes: "When you use App": Make sure to send your questions clearly and precisely, | |
especially if there is a question related to a previous answer (clearly specify the previous answer and what you want from it), | |
also, do not submit a new question until the answer to the previous question appears | |
(this causes the answer to the previous question to be left and the answer to the new question to be answered). |