Commit 214481a
committed
fix: cap search/graph extras to client versions compatible with the shipped compose
Live smoke against docker-compose.full.yml (Elasticsearch 8.14, Neo4j 5.22)
found the 'search' extra 'elasticsearch>=8.0' resolves to the 9.x client, which
refuses an 8.x server (major-version/product check) — so uv sync --extra search
then MEMTRACE_RETRIEVAL_HYBRID_BACKEND=elasticsearch silently degraded. Cap
elasticsearch>=8.0,<9 (and neo4j>=5.0,<7 defensively) to match the shipped
services. Verified end-to-end: smoke passes all three checks (ES BM25 ranking,
Neo4j distance-weighted neighbors, and the full RetrievalController routing
through ES with max bm25=1.0).1 parent 642a1ae commit 214481a
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments