├── bot.php # Main entry point (webhook + polling) ├── migrate.php # Database migration script ├── scheduler.php # Scheduled tasks runner ├── composer.json # Dependencies & autoloading ├── ...
pg_semantic_cache enables semantic query result caching in PostgreSQL. Unlike traditional caching that requires exact query matches, this extension uses vector embeddings to find and retrieve cached ...