Views
No views yet
sentence-transformers/all-MiniLM-L6-v2 for document embedding1langchain_community>=0.0.10
2langchain_core>=0.1.10
3sentence_transformers>=2.2.2
4faiss-cpu>=1.7.4
5streamlit>=1.29.0
6google-auth-oauthlib>=1.2.0
7google-auth>=2.23.0
8google-api-python-client>=2.100.0
9pandas>=2.1.0credentials.json)1# Clone the repository
2git clone [repository-url]
3
4# Install dependencies
5pip install -r requirements.txt
6
7# Set up Google Drive credentials
8# Place credentials.json in the root directory
9
10# Run the application
11streamlit run app.py1@software{document_chat_drive,
2 title = {Document Chat with Google Drive},
3 year = {2024},
4 url = {[repository-url]},
5 version = {1.0.0}
6}