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 +}