Implement GMAIL RAG assistant

This commit is contained in:
Mogbeyi
2025-10-30 05:37:27 +01:00
parent ba929c7ed4
commit f49d93fc87
5 changed files with 536 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Secrets - NEVER commit these!
.env
credentials.json
token.json
# Vector Database (contains your emails)
chroma/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# IDE
.vscode/
.idea/
.DS_Store
# Logs
*.log