|
| 1 | +{ |
| 2 | + "schema_version": 1, |
| 3 | + "projects": [ |
| 4 | + { |
| 5 | + "code": "SEMANTIC", |
| 6 | + "name": "Semantic-MR", |
| 7 | + "url": null, |
| 8 | + "role": "Semantic and graph processing", |
| 9 | + "summary": "Deterministic semantic aggregation over telemetry and evolving records.", |
| 10 | + "stage": "PRIVATE INCUBATION" |
| 11 | + }, |
| 12 | + { |
| 13 | + "code": "LINK", |
| 14 | + "name": "Wiki-Link Retrieval", |
| 15 | + "url": "https://github.com/RIDE-Lab/wiki-link-retrieval", |
| 16 | + "role": "Semantic and graph processing", |
| 17 | + "summary": "Graph-backed retrieval over evolving linked corpora with reproducible corpus and query provenance.", |
| 18 | + "stage": "PUBLIC INCUBATION" |
| 19 | + }, |
| 20 | + { |
| 21 | + "code": "ANNS", |
| 22 | + "name": "NewGammaFresh", |
| 23 | + "url": "https://github.com/intellistream/NewGammaFresh", |
| 24 | + "role": "Dynamic vector indexes", |
| 25 | + "summary": "Continuous ANNS under update and query pressure, including delete absorption and rebuild boundaries.", |
| 26 | + "stage": "PRIVATE INCUBATION" |
| 27 | + }, |
| 28 | + { |
| 29 | + "code": "TIME", |
| 30 | + "name": "TA-RAG", |
| 31 | + "url": "https://github.com/intellistream/TA-RAG", |
| 32 | + "role": "Temporal retrieval", |
| 33 | + "summary": "Time-aware retrieval contracts, temporal splits, baselines, and reproducible evaluation.", |
| 34 | + "stage": "PRIVATE INCUBATION" |
| 35 | + }, |
| 36 | + { |
| 37 | + "code": "LIFECYCLE", |
| 38 | + "name": "Temporal RAG", |
| 39 | + "url": "https://github.com/intellistream/sage-temporal-memory", |
| 40 | + "role": "Temporal data lifecycle", |
| 41 | + "summary": "Temporal visibility, versions, updates, expiry semantics, and matched retrieval evaluation.", |
| 42 | + "stage": "PRIVATE INCUBATION" |
| 43 | + }, |
| 44 | + { |
| 45 | + "code": "GRAPH", |
| 46 | + "name": "GRACE", |
| 47 | + "url": "https://github.com/DataSysResearch/GRACE", |
| 48 | + "role": "Dynamic graph systems", |
| 49 | + "summary": "Property-guided reconstruction and rebalancing for efficient dynamic graph processing.", |
| 50 | + "stage": "GRADUATED" |
| 51 | + }, |
| 52 | + { |
| 53 | + "code": "BENCH", |
| 54 | + "name": "BriskSeed", |
| 55 | + "url": "https://github.com/DataSysResearch/CANDOR-Bench/tree/BriskSeed", |
| 56 | + "role": "Continuous ANNS evaluation", |
| 57 | + "summary": "A governed CANDOR-Bench research branch for continuous ANNS seeding and evaluation.", |
| 58 | + "stage": "GRADUATED BRANCH" |
| 59 | + } |
| 60 | + ] |
| 61 | +} |
0 commit comments