EMBEDDINGS
Hugging Face
Multilingual sentence transformers produce language-agnostic embeddings, enabling cross-lingual semantic search.
VECTOR STORE
Pinecone
Per-language namespaces with metadata filtering. Handles millions of vectors with sub-10ms p95 query latency.
ORCHESTRATION
LangChain
RAG chain with custom chunk reranking. Contextual compression ensures only the most relevant passages reach GPT-4.
SYNTHESIS
OpenAI GPT-4
Structured report generation from retrieved context. Output schema enforced via function calling for consistent report format.
TRANSLATION
DeepL API
High-fidelity translation into FR, DE, ES, PT, NL. Outperforms GPT-4 on domain-specific financial and legal terminology.
AUTOMATION
n8n + AWS S3
n8n orchestrates the full workflow trigger-to-export loop. S3 handles document storage and report distribution.