vk_hackathon/index
q bd4c7c24a3 Port index and search logic from working Lotus reference implementation
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>
2026-04-18 18:32:41 +03:00
..
__init__.py Refactor index and search services 2026-04-18 13:57:15 +03:00
chunking.py Filter is_system and is_hidden messages in chunking (align with Lotus reference) 2026-04-18 17:02:11 +03:00
cleaning.py Refactor index and search services 2026-04-18 13:57:15 +03:00
Dockerfile Port index and search logic from working Lotus reference implementation 2026-04-18 18:32:41 +03:00
index_schemas.py Add logviewer project and fix Docker imports 2026-04-18 15:26:11 +03:00
main.py Port index and search logic from working Lotus reference implementation 2026-04-18 18:32:41 +03:00
Makefile Fix date_range filter: use DatetimeRange for RFC3339 strings; set TEAM_ID=35230 in Makefiles, add release target 2026-04-18 16:26:14 +03:00
rendering.py Add logviewer project and fix Docker imports 2026-04-18 15:26:11 +03:00
requirements.txt Source VK code 2026-04-18 10:51:43 +03:00
sparse.py Add logviewer project and fix Docker imports 2026-04-18 15:26:11 +03:00