Commit History

Increase QUEUE_THRESHOLD from 10 to 100 to allow for larger batch processing in the sync loop
a077ad9
Running

eli02 commited on

Reduce QUEUE_THRESHOLD to 10 for more frequent batch processing and update logging for queue status in sync loop
e093343

eli02 commited on

Update .gitignore to include .env, add model download script, enhance save_data endpoint for batch processing, and modify model_type formatting in index.html
4fd6d11

eli02 commited on

Update save_data function to directly append confidence_score from item
adb7467

eli02 commited on

Add confidence_score field to save_data function for enhanced data tracking
69c140a

eli02 commited on

Enhance SaveInput model with Literal type for model_type and add confidence_score field
5317411

eli02 commited on

Add Literal type to imports for enhanced type hinting
ce4ab01

eli02 commited on

Refactor embedding model integration and update API documentation for search response format
3d69062

eli02 commited on

Implement token blacklisting and logout functionality
f0a8151

eli02 commited on

Import timezone from datetime for improved time handling
d53f72d

eli02 commited on

Update main.py
7eb3af3
verified

eli02 commited on

Update main.py
923ee7a
verified

eli02 commited on

Update model type in embedding generation to 'text-embedding-3-small' for consistency
d708832

eli02 commited on

Rename login function to login_app for clarity and consistency
b385b1e

eli02 commited on

Add async lifespan context manager to preload model and update requirements for flexibility
8a81462

eli02 commited on

Remove unused parquet file and update requirements with specific package versions for better dependency management
8c23c78

eli02 commited on

Update database file path resolution to use Path for improved portability
2d6fe2b

eli02 commited on

Refactor index endpoint to use Path for file path resolution and adjust static file mount point name
986afef

eli02 commited on

Rename mount point for static files from 'home' to 'static'
e8df1d7

eli02 commited on

Update index endpoint to serve HTML from static directory
d27470b

eli02 commited on

Update index endpoint to serve HTML from new file path
a04b514

eli02 commited on

Fix static file path in index endpoint
09a99e8

eli02 commited on

Update static file serving path and adjust database file location
3500a11

eli02 commited on

Add logging for user login attempts and token issuance
de5d7fa

eli02 commited on

Initial commit.
3145903

eli02 commited on