Skip to main content

Knowledge Base Ingestion

Everest ingests content through native connectors for Confluence, Jira, and Heretto CCMS, alongside website crawl and direct file upload. Sync frequency is configurable per source: hourly, daily, weekly, or manual. When the same topic exists in multiple sources, the newest revision wins by default, and administrators can set a per-source priority override to pin an authoritative source.

HTML and PDF Manual Ingestion

Everest parses and indexes HTML pages, PDF manuals, and product documentation, including multi-page PDFs, embedded tables, and deeply nested HTML structures. Extracted content is chunked with structure preserved so that table rows and section hierarchy remain intact at retrieval time. Images inside documents are processed with OCR so text in screenshots and diagrams is searchable.

Website Crawl and Sitemap Ingestion

Public sites such as product and support portals are indexed via sitemap-driven or URL-scoped crawls.
  • Scope controls: restrict crawls by sitemap, URL prefix, or explicit include and exclude rules.
  • Crawl frequency: configurable per source (hourly, daily, weekly, or manual).
  • Freshness: each recrawl re-indexes changed pages so the newest published revision is what retrieval returns.

RAG Accuracy and Hallucination Controls

Retrieval uses embeddings-based vector search scoped by product line, so answers never mix content across products. Retrieval confidence thresholds gate answering: when confidence is low, the agent asks a clarifying question or hands off to a human instead of guessing. Every answer carries source citations (article name and URL), with a per-deployment toggle controlling end-user visibility. An automated quality judge scores groundedness and answer quality on every conversation and flags low-scoring sessions for human review.

File Type Support Beyond PDF and Images

Everest ingests PDF, HTML, Markdown, DOCX, XLSX, CSV, PPTX, and TXT files, plus images with OCR. All formats are parsed into the same indexed knowledge store, so retrieval, citations, and confidence scoring behave identically regardless of the original file type.