Skip to content
← 所有使用案例
Engineering

Turn Your Website Into an AI Knowledge Base

Crawl your entire website and convert it into a searchable AI knowledge base with automatic vector embeddings and incremental refresh.

問題

Your website contains the most up-to-date information about your products, pricing, documentation, and policies — but your AI workflows can't access it. Teams manually copy-paste web content into documents, which go stale immediately. Support agents answer questions from outdated knowledge bases. Sales reps reference pricing pages that changed last week.

解決方案

JieGou's website crawl pipeline automatically discovers, crawls, and indexes your entire website into a searchable knowledge base. Point it at your sitemap, configure crawl rules, and the pipeline handles the rest — extracting content, chunking for optimal retrieval, generating vector embeddings, and storing everything in Firestore with sub-second search. Incremental refresh keeps your knowledge base current without re-crawling unchanged pages.

工作流程步驟

Sitemap Discovery

配方步驟

Fetches your sitemap.xml and discovers all indexable pages. Supports sitemap index files, nested sitemaps, and URL-based discovery fallback.

Smart Filtering

條件

Applies exclusion patterns (e.g., /admin/*, /staging/*), URL canonicalization, and depth limits. Pre-crawl estimation shows page count and estimated processing time.

Crawl & Extract

平行處理

Crawls pages in parallel with configurable concurrency. Opt-in headless Chromium for JavaScript-rendered SPAs. Extracts clean text content, stripping navigation, footers, and boilerplate.

Chunk & Embed

配方步驟

Splits content into optimal chunks using heading-based splitting with paragraph fallback. Generates vector embeddings via OpenAI text-embedding-3-small and stores in Firestore.

Incremental Refresh

迴圈

Scheduled re-crawl checks for changed pages using content hashes. Only re-processes pages that have actually changed — saving compute and embedding costs.

Vector Search Ready

配方步驟

Knowledge base is immediately available for all recipes and workflows. Firestore-native vector search with Redis caching delivers sub-second retrieval.

觀看 Engineering 工作流程實際運作

預期成果

  • Your entire website becomes a searchable AI knowledge base in minutes
  • Support workflows reference the latest product docs automatically
  • Incremental refresh keeps knowledge current without manual intervention
  • Sub-second vector search retrieves relevant content for every AI interaction
  • No external vector database required — Firestore handles everything

學習迴圈實戰

第 1 週

Website is fully indexed. Recipes and workflows start retrieving web content via RAG. Retrieval relevance is good for well-structured pages.

第 4 週

Incremental refresh has run multiple cycles — knowledge base tracks website changes automatically. Teams stop manually updating FAQ documents.

第 8 週

Knowledge base covers 100% of website content. Redis caching delivers sub-second retrieval for repeat queries. Support accuracy improves measurably from always-current web content.

試用此工作流程

安裝 Engineering 套件即可獲得此工作流程及更多內容,隨時可執行。