embedcache 0.1.0

High-performance text embedding service with caching capabilities
Documentation
1
2
3
4
5
6
7
8
9
10
# Server Configuration
SERVER_HOST=127.0.0.1
SERVER_PORT=8081

# Database Configuration
DB_PATH=cache.db
DB_JOURNAL_MODE=wal

# Model Configuration
ENABLED_MODELS=AllMiniLML6V2