✨ Major Features: - Complete RAG system for hotel website analysis - Hybrid audit with BGE-M3 embeddings + Natasha NER - Universal horizontal Excel reports with dashboards - Multi-region processing (SPb, Orel, Chukotka, Kamchatka) 📊 Completed Regions: - Орловская область: 100% (36/36) - Чукотский АО: 100% (4/4) - г. Санкт-Петербург: 93% (893/960) - Камчатский край: 87% (89/102) 🔧 Infrastructure: - PostgreSQL with pgvector extension - BGE-M3 embeddings API - Browserless for web scraping - N8N workflows for automation - S3/Nextcloud file storage 📝 Documentation: - Complete DB schemas - API documentation - Setup guides - Status reports
13 lines
200 B
Python
13 lines
200 B
Python
#!/usr/bin/env python3
|
|
import subprocess
|
|
import sys
|
|
|
|
# Прямой вызов
|
|
print(subprocess.check_output(['python3', 'quick_check.py'], cwd='/root/engine/public_oversight/hotels').decode())
|
|
|
|
|
|
|
|
|
|
|
|
|