Increase QUEUE_THRESHOLD from 10 to 100 to allow for larger batch processing in the sync loop a077ad9 eli02 commited on 19 days ago
Reduce QUEUE_THRESHOLD to 10 for more frequent batch processing and update logging for queue status in sync loop e093343 eli02 commited on 19 days ago
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 19 days ago
Update save_data function to directly append confidence_score from item adb7467 eli02 commited on Apr 5
Add confidence_score field to save_data function for enhanced data tracking 69c140a eli02 commited on Apr 5
Enhance SaveInput model with Literal type for model_type and add confidence_score field 5317411 eli02 commited on Apr 5
Add search endpoint documentation with cURL and Flutter implementation examples 811aa4a eli02 commited on Apr 5
Refactor embedding model integration and update API documentation for search response format 3d69062 eli02 commited on Apr 5
Refactor API documentation for search and logout endpoints; enhance styling for code blocks and navigation items 2abc9f5 eli02 commited on Apr 5
Update model type in embedding generation to 'text-embedding-3-small' for consistency d708832 eli02 commited on Feb 3
Add save data functionality and enhance search result model with model type 64d2561 eli02 commited on Feb 1
Add async lifespan context manager to preload model and update requirements for flexibility 8a81462 eli02 commited on Feb 1
Remove unused parquet file and update requirements with specific package versions for better dependency management 8c23c78 eli02 commited on Feb 1
Update database file path resolution to use Path for improved portability 2d6fe2b eli02 commited on Jan 28
Add pyarrow to requirements for enhanced data processing capabilities 8eca04c eli02 commited on Jan 28
Refactor index endpoint to use Path for file path resolution and adjust static file mount point name 986afef eli02 commited on Jan 28