Features
Knowledge Base
Knowledge Base - Opulent documentation
Knowledge Base
Equip your agents with instant access to your company's deepest documentation and data.
What is the Knowledge Base?
General-purpose agents rely on pre-trained data that is often outdated or irrelevant to your specific business constraints. The Opulent Knowledge Base gives you the ability to tightly couple your proprietary documents directly to an agent's workspace.
When you upload files, Opulent securely processes, chunks, and vector-indexes the content. Utilizing advanced Retrieval-Augmented Generation (RAG), the agent mathematically searches the indexing space to pull the exact paragraphs, code snippets, or policies required to answer your prompt, guaranteeing ground-truth accuracy.
Supported Formats
You can upload a wide variety of static context directly to a workspace:
- PDFs: Internal playbooks, product manuals, investor pitches.
- Text & Markdown: Codebase READMEs, engineering guidelines, API specifications.
- Spreadsheets & CSVs: Static pricing matrices, locale mappings, demographic datasets.
How it Upgrades Agent Workflows
Engineering Support
Upload your entire architectural decision record (ADR) and API documentation.
"Write a new authentication endpoint."The agent will seamlessly check the Knowledge Base, discover your company mandates OAuth2 with specific header formats, and write the code correctly on the first try.
Sales Enablement
Upload your latest competitive battlecards and pricing tiers.
"Draft a cold email to Acme Corp highlighting why we are better than Competitor X."The agent retrieves the specific messaging pillars regarding Competitor X from your uploaded battlecards, ensuring the tone and claims are 100% accurate and brand-aligned.
Human Resources
Upload your employee handbook and benefits policies.
"How many PTO days roll over internally?"Instead of a hallucinated answer, the agent cites the exact page and section of the uploaded HR PDF.
Managing Your Knowledge Space
- Dynamic Updates: If your API changes or your Q3 goals shift, simply delete the old file and upload the new one. The vector index is rebuilt instantly, and all future tasks executed in that Workspace instantly inherit the updated facts.
- Workspace Isolation: Files uploaded to the "Finance Workspace" are completely invisible to the "Engineering Workspace." This strict sandboxing prevents context pollution and enforces security boundaries between agent personas.