Commit History

Update DocRetriever to adjust k value and score threshold; add debug print for email subject
2bf1ef6

gavinzli commited on

Refactor Dockerfile to create cache directory and update DocRetriever to filter by user_id
7097576

gavinzli commited on

Add error handling to collect function in mail router
5a42f57

gavinzli commited on

Update Dockerfile to change NLTK data download directory to /usr/local/nltk_data
8e239c7

gavinzli commited on

Update collect function to reference pickle files in cache directory
bef73e4

gavinzli commited on

Move pickle files to cache directory for better organization
f5ee9cf

gavinzli commited on

Update requirements.txt to add new dependencies and adjust existing ones
d465d96

gavinzli commited on

Refactor Dockerfile permissions and remove unnecessary print statements; update email parameter in collect function
4fe2f95

gavinzli commited on

Implement OAuth 2.0 authentication flow and session management; remove token.pickle file
db83efb

gavinzli commited on

Set permissions for the /app directory in Dockerfile
ea7d339

gavinzli commited on

Add NLTK data directory creation and download in Dockerfile; log credentials in Gmail service
3d29524

gavinzli commited on

Remove unnecessary logs directory creation from Dockerfile
57aa417

gavinzli commited on

Fix cache directory permissions and update NLTK data path in Dockerfile
82700a7

gavinzli commited on

Fix cache directory path for NLTK data in Dockerfile
a5cc316

gavinzli commited on

Update Dockerfile and refactor FastAPI routers for consistency
f06d4d5

gavinzli commited on

Remove commented-out code and unnecessary dependencies from Chroma model
5b954ed

gavinzli commited on

Update attachments directory to use cache and simplify embeddings model initialization
83747e9

gavinzli commited on

Add cache directory to Dockerfile and update embeddings model to use cache folder
44b626e

gavinzli commited on

Remove SQLite installation steps from Dockerfile
38c5c69

gavinzli commited on

Refactor mail and retriever modules to use the new database model; add FAISS dependency for vector storage
9a73c5d

gavinzli commited on

Remove redundant SQLite version verification from Dockerfile
82f1c93

gavinzli commited on

Refactor Dockerfile to install SQLite directly via package manager; update mail controller to retrieve user ID correctly
309c5cc

gavinzli commited on

Enhance Dockerfile to build and install SQLite from source; update mail controller to retrieve and store user ID
0ca6462

gavinzli commited on

Add SQLite installation to Dockerfile
c986d9a

gavinzli commited on

Migrate requirements from root to app directory
c6c4099

gavinzli commited on

Ignore binary and sqlite3 files
f9e31e6

gavinzli commited on

Ignore large sqlite3 files
b18144f

gavinzli commited on

Update GitHub Actions workflow to use force push for main branch
8eaa879

gavinzli commited on

Refactor GitHub Actions workflow; update push command and ignore large sqlite3 files
a2ed7c5

gavinzli commited on

Update token.pickle binary file with new data
7ac471a

gavinzli commited on

Refactor GitHub Actions workflow for Hugging Face sync; simplify LFS handling and update push command
f6720be

gavinzli commited on

Ensure correct LFS tracking in .gitattributes and update push strategy in GitHub Actions workflow
b2a84a5

gavinzli commited on

Update GitHub Actions workflow; replace rebase with force push for main branch
da948b9

gavinzli commited on

Enhance GitHub Actions workflow; add rebase step before pushing to Hugging Face Hub
d9bf0cf

gavinzli commited on

Refactor GitHub Actions workflow for Hugging Face sync; improve Git LFS handling and streamline large file commits
da6fc10

gavinzli commited on

Configure Git user identity in GitHub Actions workflow for Hugging Face sync
8da4dd1

gavinzli commited on

Enhance GitHub Actions workflow for Hugging Face sync; add Git LFS support and improve email MIME type handling in mail.py
0c62c4d

gavinzli commited on

Remove obsolete router and controller files; update application structure and dependencies
af08824

gavinzli commited on

No code changes made; skipping commit.
0d660bd

gavinzli commited on

Comment out the call to get_documents in test.py
b5a92b5

gavinzli commited on

Refactor API routing to integrate new mail and content modules; remove obsolete main router
e3a12d5

gavinzli commited on

Update email search query in collect function to use dynamic input instead of hardcoded subject
8470dde

gavinzli commited on

Enhance email processing in mail.py to support additional file types, including Excel and ICS; update document handling and metadata extraction; modify collect function to search for specific email subjects.
09dea95

gavinzli commited on

Refactor email processing in mail.py, enhance document handling, and remove obsolete binary files; update embedding model integration in llm module.
ad04a72

gavinzli commited on

Add new test script, update email processing, and adjust retriever settings
1031c5b

gavinzli commited on

Remove unused binary files and refactor main application structure to integrate FastAPI with new routing and utility functions.
c7426d8

gavinzli commited on

Refactor model initialization and update query handling in main.py; add new playground script for text generation
a4e857f

gavinzli commited on

Enhance model integration and error handling in retriever module
e83b975

gavinzli commited on

Add initial binary files and update environment loading in main.py
c529966

gavinzli commited on

commit
593e9ef

OxbridgeEconomics commited on