forked from zovos/vk_hackathon
- embed_dense_multi now sends one batch request (N texts → 1 API call) instead of N parallel requests, avoiding rate-limit errors when question has variants/hyde - Extra dense embeddings (variants/hyde) wrapped in try/except so primary query always succeeds - Reranker now retries up to 5 times with exponential backoff on 429, matching Lotus reference 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 | ||