text
llms.txt
Fichier de référence rapide pour les assistants IA (similaire à robots.txt)
https://vectisconsilium.com/llms.txtNotre documentation est conçue pour être consommée par les assistants IA, permettant à votre équipe d'utiliser leurs outils IA préférés pour l'apprentissage et le support.
AI-access posture
Give internal assistants, retrieval pipelines, and training tools stable documents that match the actual product model.
Manifest entrypoint
/llms.txt
Structured JSON
/api/docs
Seeded knowledge lanes
11 topics
Human + model readable
Markdown
Machine-readable docs
AI-accessible documentation is only useful when it mirrors the real entities, investigations, evidence, and report objects present in the platform.
text
Fichier de référence rapide pour les assistants IA (similaire à robots.txt)
https://vectisconsilium.com/llms.txtmarkdown
Documentation complète en format Markdown pour un contexte complet
https://vectisconsilium.com/llms-full.txtjson
Documentation structurée avec métadonnées pour l'accès programmatique
https://vectisconsilium.com/api/docsjson
Thèmes individuels avec sections détaillées et exemples
https://vectisconsilium.com/api/docs/{topic}Object model
Topic documentation should describe the same statuses, fields, and actions the operator sees in the product.
Retrieval context
Topic docs work best when they cover both the core objects and the derived analytics layered on top of them.
Usage flow
Vous pouvez utiliser ces points d'accès pour entraîner votre assistant IA sur Public Safety :
Pointez votre IA vers https://vectisconsilium.com/llms.txt pour un contexte rapide
Pour la documentation complète, utilisez https://vectisconsilium.com/llms-full.txt
Pour des thèmes spécifiques, utilisez https://vectisconsilium.com/api/docs/{topic}
Votre IA peut récupérer les mises à jour automatiquement pour rester à jour
Example
Use the manifest for discovery, then pull the full corpus or topic endpoints based on the workflow.
# Quick context
curl https://vectisconsilium.com/llms.txt
# Full corpus for model grounding
curl https://vectisconsilium.com/llms-full.txt
# Structured topic docs
curl https://vectisconsilium.com/api/docs/investigations | jq .
# Markdown export for a single topic
curl https://vectisconsilium.com/api/docs/investigations.mdKnowledge lanes
Start with the topic that matches the question. Pull only what the assistant needs when you are grounding a narrow retrieval workflow.
RAG support
Chunk boundaries are already arranged for downstream embedding pipelines.
RAG support
Filter by topic, format, and document lineage before content is retrieved.
RAG support
Use a retrieval endpoint when you need fresh topic content without copying the full corpus.
RAG support
Keep assistants aligned with the latest published guidance instead of static training snapshots.
Contactez-nous pour un support d'intégration IA personnalisée ou des solutions RAG entreprise.