forked from zovos/vk_hackathon
Both services are now single-file (main.py only), exactly matching the Lotus solution structure that passes the test stand: - index: char-based sliding window chunking (256/128), is_system+is_hidden filter, render_message consistent with Lotus, UVICORN_WORKERS=8 - search: validate_required_env at module level, embed_dense_batch for HyDE, 429 retry on reranker, RRF fusion without per-query filter - Dockerfiles: COPY main.py . (no extra modules to import) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| aggregation.py | ||
| config.py | ||
| Dockerfile | ||
| main.py | ||
| Makefile | ||
| query_builder.py | ||
| requirements.txt | ||
| rerank.py | ||
| retrieval.py | ||
| schemas.py | ||