From 3fd5dcdfbecc450f0ea51471277730b430e6f627 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Sat, 16 Aug 2025 16:58:51 +0200 Subject: [PATCH] Add fitment details for L-21 Wolf and update vehicle compatibility for Polaris and Idris --- llm_rag_knowledge/verhicle_fitment_index.json | 49 +++++++++++++++++-- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/llm_rag_knowledge/verhicle_fitment_index.json b/llm_rag_knowledge/verhicle_fitment_index.json index 9204b7b..a980e68 100644 --- a/llm_rag_knowledge/verhicle_fitment_index.json +++ b/llm_rag_knowledge/verhicle_fitment_index.json @@ -247,7 +247,8 @@ { "vehicle": "ROC", "fitment": "Comfortable fit" }, { "vehicle": "Cyclone", "fitment": "Comfortable fit" }, { "vehicle": "ROC-DS", "fitment": "Comfortable fit" }, - { "vehicle": "Ursa", "fitment": "Comfortable fit" } + { "vehicle": "Ursa", "fitment": "Comfortable fit" }, + { "vehicle": "L-21 Wolf", "fitment": "Technically fits, not recommended" } ], "doesNotFit": [ "Ballista", "Nova" @@ -284,7 +285,9 @@ { "vehicle": "Cyclone", "fitment": "Comfortable fit" }, { "vehicle": "ROC-DS", "fitment": "Comfortable fit" }, { "vehicle": "Ursa", "fitment": "Comfortable fit" }, - { "vehicle": "Ballista", "fitment": "Comfortable fit" } + { "vehicle": "Ballista", "fitment": "Comfortable fit" }, + { "vehicle": "Centurion", "fitment": "Comfortable fit" }, + { "vehicle": "L-21 Wolf", "fitment": "Comfortable fit" } ], "doesNotFit": [ "Nova" @@ -304,7 +307,45 @@ { "vehicle": "ROC-DS", "fitment": "Comfortable fit" }, { "vehicle": "Ursa", "fitment": "Comfortable fit" }, { "vehicle": "Ballista", "fitment": "Comfortable fit" }, - { "vehicle": "Nova", "fitment": "Comfortable fit" } + { "vehicle": "Nova", "fitment": "Comfortable fit" }, + { "vehicle": "L-21 Wolf", "fitment": "Comfortable fit" } + ] + }, + { + "name": "Polaris", + "fits": [ + { "vehicle": "HoverQuad", "fitment": "Comfortable fit" }, + { "vehicle": "Nox", "fitment": "Comfortable fit" }, + { "vehicle": "Dragonfly", "fitment": "Comfortable fit" }, + { "vehicle": "PTV", "fitment": "Comfortable fit" }, + { "vehicle": "STV", "fitment": "Comfortable fit" }, + { "vehicle": "Mule", "fitment": "Comfortable fit" }, + { "vehicle": "ROC", "fitment": "Comfortable fit" }, + { "vehicle": "Cyclone", "fitment": "Comfortable fit" }, + { "vehicle": "ROC-DS", "fitment": "Comfortable fit" }, + { "vehicle": "Ursa", "fitment": "Comfortable fit" }, + { "vehicle": "L-21 Wolf", "fitment": "Comfortable fit" } + ], + "doesNotFit": [ + "Ballista", "Centurion" + ] + }, + { + "name": "Idris", + "fits": [ + { "vehicle": "HoverQuad", "fitment": "Comfortable fit" }, + { "vehicle": "Nox", "fitment": "Comfortable fit" }, + { "vehicle": "Dragonfly", "fitment": "Comfortable fit" }, + { "vehicle": "PTV", "fitment": "Comfortable fit" }, + { "vehicle": "STV", "fitment": "Comfortable fit" }, + { "vehicle": "Mule", "fitment": "Comfortable fit" }, + { "vehicle": "ROC", "fitment": "Comfortable fit" }, + { "vehicle": "Cyclone", "fitment": "Comfortable fit" }, + { "vehicle": "ROC-DS", "fitment": "Comfortable fit" }, + { "vehicle": "Ursa", "fitment": "Comfortable fit" }, + { "vehicle": "Ballista", "fitment": "Comfortable fit" }, + { "vehicle": "Nova", "fitment": "Comfortable fit" }, + { "vehicle": "L-21 Wolf", "fitment": "Comfortable fit" } ] } ], @@ -316,4 +357,4 @@ "Fits, but can't enter/exit comfortably": "Caterpillar's elevator doors aren't implemented yet.", "Not confirmed": "Inferred from vehicles of similar dimensions fitting/not fitting." } -} \ No newline at end of file +}