iBlueprint’s Knowledge Base feature lets you ingest documents, web pages, and cloud files, then query that content inside Blueprint nodes using keyword or semantic (RAG) search. When an AI node needs to answer questions grounded in your own data — a product manual, a support knowledge base, or a set of internal policies — attaching a knowledge base gives it accurate, up-to-date context rather than relying on the model’s training data alone.Documentation Index
Fetch the complete documentation index at: https://docs.iblueprint.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create a knowledge base
Name your knowledge base
Give it a descriptive name (for example,
Product Documentation – v3). The name helps you identify it when attaching it to Blueprint nodes later.Add content
Choose one or more of the ingestion methods below. You can mix methods within the same knowledge base.
Add content
Upload documents
Drag and drop files or use the file picker to upload:- PDF (
.pdf) - Microsoft Word (
.docx,.doc) - Plain text (
.txt) - Markdown (
.md)
Crawl a website
Enter the starting URL
Paste the URL you want to crawl (for example,
https://docs.your-company.com).Configure the crawl
Set the maximum depth and any URL path filters to control which pages get ingested. The crawler follows internal links starting from your URL.
Sync from cloud storage
iBlueprint can pull files directly from Google Drive or OneDrive.- Google Drive
- OneDrive
- Click Add cloud source → Google Drive.
- Authorize iBlueprint to access your Drive.
- Select a folder or individual files to sync.
- iBlueprint downloads the files, converts them where necessary, and indexes the content.
Cloud sync creates a snapshot at the time of ingestion. Re-sync manually or set up a scheduled Blueprint trigger to keep the knowledge base current as your files change.
Use a knowledge base in a Blueprint
Once your knowledge base contains indexed content, attach it to a Blueprint node:- Open a Blueprint and add or select a Knowledge base search node (or an AI node that supports RAG).
- In the node settings, choose your knowledge base from the Knowledge base dropdown.
- Select a search mode (see below).
- Connect the node’s output to whatever comes next in your workflow — typically an AI node that uses the retrieved chunks as context.
Search modes
Keyword search
Keyword search
Matches documents based on exact or fuzzy word overlap. Keyword search is fast and works well when the query terms are likely to appear verbatim in your documents — for example, searching for a specific product SKU or error code.
Semantic search (RAG)
Semantic search (RAG)
Converts the query into a vector embedding and retrieves the chunks whose embeddings are closest in meaning, even if they use different words. Semantic search requires that the knowledge base has been fully embedded (status Complete) and an embedding-capable AI connection is configured.This mode is the best choice for natural-language questions where the exact phrasing in the documents is unknown.
Monitor embedding status
The knowledge base detail page shows the current embedding status for each document set:| Status | Meaning |
|---|---|
none | Content added but not yet embedded |
partial | Some chunks have been embedded; others are pending |
complete | All chunks are embedded and ready for semantic search |
