smart_ide/docs/repo/service-pageindex.md
4NK 14c974f54c Add smart-ide-tools-bridge API for submodule tools + central local env
- New service: tools bridge (port 37147) registry + Carbonyl/PageIndex/Chandra POST jobs
- config/services.local.env.example and gitignore for services.local.env
- .env.example for repos-devtools, regex-search, ia-dev-gateway, orchestrator, claw proxy, langextract
- Orchestrator intents: tools.registry, tools.carbonyl.plan, tools.pageindex.run, tools.chandra.ocr
- Docs: API + repo service fiche, architecture index; do not commit dist/
2026-04-03 22:35:57 +02:00

1.3 KiB
Raw Blame History

Service PageIndex (services/pageindex/)

Indexation sémantique structurée de documents longs (PDF, Markdown) via le projet amont VectifyAI/PageIndex : arbre hiérarchique (sections, résumés) et RAG sans vecteurs fondé sur le raisonnement LLM sur cet index.

Rôle dans smart_ide

  • Pilotage de la définition sémantique des documents : produire ou exploiter un index arborescent traçable (titres, pages, nœuds), distinct du RAG par embeddings AnythingLLM.
  • CLI : services/pageindex/run-pageindex.sh (Python sous upstream/).
  • API pour lIDE : services/smart-ide-tools-bridge/POST /v1/pageindex/runAPI/smart-ide-tools-bridge-api.md.

Exploitation

Voir services/pageindex/README.md et features/pageindex-semantic-documents.md.

Secrets : fichier upstream/.env (non versionné) ou variables denvironnement, selon lamont — gabarit services/pageindex/.env.example.

Voir aussi