librarian-bots/dataset-column-search-api
Update create_collections.py
refactor: Remove commented out code for creating collections
feat: Add scheduled collections refresh
schedule collections refresh
function calling example
feat: Add Hugging Face Hub integration for uploading database file
Update README.md
feat: Add Hugging Face Hub integration for uploading database file
refactor: Update main.py with scheduled data refresh and background task
chore: Update requirements with apscheduler dependency
chore: Update Python base image to version 3.12 in Dockerfile
refactor: Update index creation in main.py
improve db
add caching with cashews
Update README.md
chore: Update MAX_DATASETS value in data_loader.py
chore: Update data_loader.py with Hugging Face Hub integration
refactor: Remove unnecessary uvicorn import and commented code in main.py
refactor: Remove unnecessary uvicorn import and commented code in main.py
chore: Update data_loader.py with Hugging Face Hub integration
clean imports
refactor: Remove unnecessary imports and update data_loader.py
chore: Add redirect from root URL to /docs
ignore __pycache__
chore: Add pyproject.toml for Ruff configuration
chore: Add logging to main.py for error handling and debugging
chore: Update requirements.txt with new dependencies
chore: Add main.py for dataset search functionality
chore: Add log_conf.yaml for logging configuration
chore: Add Dockerfile for containerization and dependency management
chore: Add data_loader.py for dataset loading and processing
chore: Add .env and .DS_Store to .gitignore
initial commit
