@exulu/backend 1.48.2 → 1.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/dist/index.cjs +351 -42
  2. package/dist/index.d.cts +96 -1
  3. package/dist/index.d.ts +96 -1
  4. package/dist/index.js +340 -38
  5. package/ee/{markdown.ts → chunking/markdown.ts} +2 -2
  6. package/ee/python/README.md +295 -0
  7. package/ee/python/documents/processing/README.md +155 -0
  8. package/ee/{documents → python/documents}/processing/doc_processor.ts +25 -17
  9. package/ee/{documents/processing/pdf_to_markdown.py → python/documents/processing/document_to_markdown.py} +3 -10
  10. package/ee/python/setup.sh +180 -0
  11. package/package.json +14 -3
  12. package/scripts/postinstall.cjs +149 -0
  13. package/.agents/skills/mintlify/SKILL.md +0 -347
  14. package/.editorconfig +0 -15
  15. package/.eslintrc.json +0 -52
  16. package/.github/workflows/release-backend.yml +0 -38
  17. package/.husky/commit-msg +0 -1
  18. package/.jscpd.json +0 -18
  19. package/.mcp.json +0 -25
  20. package/.nvmrc +0 -1
  21. package/.prettierignore +0 -5
  22. package/.prettierrc.json +0 -12
  23. package/CHANGELOG.md +0 -8
  24. package/SECURITY.md +0 -5
  25. package/commitlint.config.js +0 -4
  26. package/devops/documentation/patch-older-releases.md +0 -42
  27. package/ee/documents/processing/build_pdf_processor.sh +0 -35
  28. package/ee/documents/processing/chunk_markdown.py +0 -263
  29. package/ee/documents/processing/pdf_processor.spec +0 -115
  30. package/eslint.config.js +0 -88
  31. package/jest.config.ts +0 -25
  32. package/mintlify-docs/.mintignore +0 -7
  33. package/mintlify-docs/AGENTS.md +0 -33
  34. package/mintlify-docs/CLAUDE.MD +0 -50
  35. package/mintlify-docs/CONTRIBUTING.md +0 -32
  36. package/mintlify-docs/LICENSE +0 -21
  37. package/mintlify-docs/README.md +0 -55
  38. package/mintlify-docs/ai-tools/claude-code.mdx +0 -43
  39. package/mintlify-docs/ai-tools/cursor.mdx +0 -39
  40. package/mintlify-docs/ai-tools/windsurf.mdx +0 -39
  41. package/mintlify-docs/api-reference/core-types/agent-types.mdx +0 -110
  42. package/mintlify-docs/api-reference/core-types/analytics-types.mdx +0 -95
  43. package/mintlify-docs/api-reference/core-types/configuration-types.mdx +0 -83
  44. package/mintlify-docs/api-reference/core-types/evaluation-types.mdx +0 -106
  45. package/mintlify-docs/api-reference/core-types/job-types.mdx +0 -135
  46. package/mintlify-docs/api-reference/core-types/overview.mdx +0 -73
  47. package/mintlify-docs/api-reference/core-types/prompt-types.mdx +0 -102
  48. package/mintlify-docs/api-reference/core-types/rbac-types.mdx +0 -163
  49. package/mintlify-docs/api-reference/core-types/session-types.mdx +0 -77
  50. package/mintlify-docs/api-reference/core-types/user-management.mdx +0 -112
  51. package/mintlify-docs/api-reference/core-types/workflow-types.mdx +0 -88
  52. package/mintlify-docs/api-reference/core-types.mdx +0 -585
  53. package/mintlify-docs/api-reference/dynamic-types.mdx +0 -851
  54. package/mintlify-docs/api-reference/endpoint/create.mdx +0 -4
  55. package/mintlify-docs/api-reference/endpoint/delete.mdx +0 -4
  56. package/mintlify-docs/api-reference/endpoint/get.mdx +0 -4
  57. package/mintlify-docs/api-reference/endpoint/webhook.mdx +0 -4
  58. package/mintlify-docs/api-reference/introduction.mdx +0 -661
  59. package/mintlify-docs/api-reference/mutations.mdx +0 -1012
  60. package/mintlify-docs/api-reference/openapi.json +0 -217
  61. package/mintlify-docs/api-reference/queries.mdx +0 -1154
  62. package/mintlify-docs/backend/introduction.mdx +0 -218
  63. package/mintlify-docs/changelog.mdx +0 -387
  64. package/mintlify-docs/community-edition.mdx +0 -304
  65. package/mintlify-docs/core/exulu-agent/api-reference.mdx +0 -894
  66. package/mintlify-docs/core/exulu-agent/configuration.mdx +0 -690
  67. package/mintlify-docs/core/exulu-agent/introduction.mdx +0 -552
  68. package/mintlify-docs/core/exulu-app/api-reference.mdx +0 -481
  69. package/mintlify-docs/core/exulu-app/configuration.mdx +0 -319
  70. package/mintlify-docs/core/exulu-app/introduction.mdx +0 -117
  71. package/mintlify-docs/core/exulu-authentication.mdx +0 -810
  72. package/mintlify-docs/core/exulu-chunkers/api-reference.mdx +0 -1011
  73. package/mintlify-docs/core/exulu-chunkers/configuration.mdx +0 -596
  74. package/mintlify-docs/core/exulu-chunkers/introduction.mdx +0 -403
  75. package/mintlify-docs/core/exulu-context/api-reference.mdx +0 -911
  76. package/mintlify-docs/core/exulu-context/configuration.mdx +0 -648
  77. package/mintlify-docs/core/exulu-context/introduction.mdx +0 -394
  78. package/mintlify-docs/core/exulu-database.mdx +0 -811
  79. package/mintlify-docs/core/exulu-default-agents.mdx +0 -545
  80. package/mintlify-docs/core/exulu-eval/api-reference.mdx +0 -772
  81. package/mintlify-docs/core/exulu-eval/configuration.mdx +0 -680
  82. package/mintlify-docs/core/exulu-eval/introduction.mdx +0 -459
  83. package/mintlify-docs/core/exulu-logging.mdx +0 -464
  84. package/mintlify-docs/core/exulu-otel.mdx +0 -670
  85. package/mintlify-docs/core/exulu-queues/api-reference.mdx +0 -648
  86. package/mintlify-docs/core/exulu-queues/configuration.mdx +0 -650
  87. package/mintlify-docs/core/exulu-queues/introduction.mdx +0 -474
  88. package/mintlify-docs/core/exulu-reranker/api-reference.mdx +0 -630
  89. package/mintlify-docs/core/exulu-reranker/configuration.mdx +0 -663
  90. package/mintlify-docs/core/exulu-reranker/introduction.mdx +0 -516
  91. package/mintlify-docs/core/exulu-tool/api-reference.mdx +0 -723
  92. package/mintlify-docs/core/exulu-tool/configuration.mdx +0 -805
  93. package/mintlify-docs/core/exulu-tool/introduction.mdx +0 -539
  94. package/mintlify-docs/core/exulu-variables/api-reference.mdx +0 -699
  95. package/mintlify-docs/core/exulu-variables/configuration.mdx +0 -736
  96. package/mintlify-docs/core/exulu-variables/introduction.mdx +0 -511
  97. package/mintlify-docs/development.mdx +0 -94
  98. package/mintlify-docs/docs.json +0 -248
  99. package/mintlify-docs/enterprise-edition.mdx +0 -538
  100. package/mintlify-docs/essentials/code.mdx +0 -35
  101. package/mintlify-docs/essentials/images.mdx +0 -59
  102. package/mintlify-docs/essentials/markdown.mdx +0 -88
  103. package/mintlify-docs/essentials/navigation.mdx +0 -87
  104. package/mintlify-docs/essentials/reusable-snippets.mdx +0 -110
  105. package/mintlify-docs/essentials/settings.mdx +0 -318
  106. package/mintlify-docs/favicon.svg +0 -3
  107. package/mintlify-docs/frontend/introduction.mdx +0 -39
  108. package/mintlify-docs/getting-started.mdx +0 -267
  109. package/mintlify-docs/guides/custom-agent.mdx +0 -608
  110. package/mintlify-docs/guides/first-agent.mdx +0 -315
  111. package/mintlify-docs/images/admin_ui.png +0 -0
  112. package/mintlify-docs/images/contexts.png +0 -0
  113. package/mintlify-docs/images/create_agents.png +0 -0
  114. package/mintlify-docs/images/evals.png +0 -0
  115. package/mintlify-docs/images/graphql.png +0 -0
  116. package/mintlify-docs/images/graphql_api.png +0 -0
  117. package/mintlify-docs/images/hero-dark.png +0 -0
  118. package/mintlify-docs/images/hero-light.png +0 -0
  119. package/mintlify-docs/images/hero.png +0 -0
  120. package/mintlify-docs/images/knowledge_sources.png +0 -0
  121. package/mintlify-docs/images/mcp.png +0 -0
  122. package/mintlify-docs/images/scaling.png +0 -0
  123. package/mintlify-docs/index.mdx +0 -411
  124. package/mintlify-docs/logo/dark.svg +0 -9
  125. package/mintlify-docs/logo/light.svg +0 -9
  126. package/mintlify-docs/partners.mdx +0 -558
  127. package/mintlify-docs/products.mdx +0 -77
  128. package/mintlify-docs/snippets/snippet-intro.mdx +0 -4
  129. package/mintlify-docs/styles.css +0 -207
  130. package/ngrok.bash +0 -1
  131. package/ngrok.md +0 -6
  132. package/ngrok.yml +0 -10
  133. package/release.config.cjs +0 -15
  134. package/skills-lock.json +0 -10
  135. package/types/context-processor.ts +0 -45
  136. package/types/enums/eval-types.ts +0 -5
  137. package/types/enums/field-types.ts +0 -1
  138. package/types/enums/jobs.ts +0 -11
  139. package/types/enums/statistics.ts +0 -13
  140. package/types/exulu-table-definition.ts +0 -79
  141. package/types/file-types.ts +0 -18
  142. package/types/models/agent-session.ts +0 -27
  143. package/types/models/agent.ts +0 -68
  144. package/types/models/context.ts +0 -53
  145. package/types/models/embedding.ts +0 -17
  146. package/types/models/eval-run.ts +0 -40
  147. package/types/models/exulu-agent-tool-config.ts +0 -11
  148. package/types/models/item.ts +0 -21
  149. package/types/models/job.ts +0 -8
  150. package/types/models/project.ts +0 -16
  151. package/types/models/rate-limiter-rules.ts +0 -7
  152. package/types/models/test-case.ts +0 -25
  153. package/types/models/tool.ts +0 -9
  154. package/types/models/user-role.ts +0 -12
  155. package/types/models/user.ts +0 -20
  156. package/types/models/variable.ts +0 -8
  157. package/types/models/vector-methods.ts +0 -7
  158. package/types/provider-config.ts +0 -21
  159. package/types/queue-config.ts +0 -16
  160. package/types/rbac-rights-modes.ts +0 -1
  161. package/types/statistics.ts +0 -20
  162. package/types/workflow.ts +0 -31
  163. /package/ee/{documents → python/documents}/THIRD_PARTY_LICENSES/docling.txt +0 -0
  164. /package/ee/{documents/processing → python}/requirements.txt +0 -0
@@ -1,538 +0,0 @@
1
- ---
2
- title: Enterprise Edition
3
- description: Production-Ready AI Infrastructure for Teams that Scale. Exulu Enterprise Edition unlocks advanced capabilities for teams building mission-critical AI applications. Get enterprise-grade features including RBAC, advanced document processing, evaluation frameworks, and background job orchestration.
4
- mode: 'wide'
5
- ---
6
-
7
- <div style={{ textAlign: 'center', padding: '1rem 0 3rem' }}>
8
- <div style={{
9
- display: 'flex',
10
- gap: '1rem',
11
- justifyContent: 'center',
12
- flexWrap: 'wrap',
13
- }}>
14
- <a href="https://exulu.com/contact" className="cta-primary">
15
- Request License →
16
- </a>
17
- <a href="/partners" className="cta-secondary">
18
- Work with a Partner
19
- </a>
20
- </div>
21
- </div>
22
-
23
- ---
24
-
25
- ## What's Included in Enterprise Edition
26
-
27
- <div style={{
28
- display: 'grid',
29
- gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))',
30
- gap: '2rem',
31
- margin: '3rem 0'
32
- }}>
33
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
34
- <div className="feature-icon">🔐</div>
35
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Role-Based Access Control</h3>
36
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
37
- Fine-grained permission management with user and role-based access control. Control who can access which knowledge bases, agents, and resources across your organization. Essential for multi-tenant and enterprise deployments.
38
- </p>
39
- </div>
40
-
41
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
42
- <div className="feature-icon">📄</div>
43
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Advanced Document Processing</h3>
44
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
45
- Enterprise-grade document processing with support for complex formats including PDFs, DOCX, spreadsheets, and more. Intelligent extraction, table parsing, and structure preservation for accurate RAG applications.
46
- </p>
47
- </div>
48
-
49
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
50
- <div className="feature-icon">📝</div>
51
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Advanced Markdown Chunker</h3>
52
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
53
- Sophisticated markdown chunking that preserves document structure, headers, code blocks, and semantic boundaries. Optimized for technical documentation and knowledge bases with complex formatting.
54
- </p>
55
- </div>
56
-
57
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
58
- <div className="feature-icon">🎯</div>
59
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Agentic Retrieval</h3>
60
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
61
- Intelligent, multi-step retrieval that goes beyond simple vector search. Agents can iteratively refine queries, explore multiple search strategies, and intelligently combine results for more accurate answers.
62
- </p>
63
- </div>
64
-
65
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
66
- <div className="feature-icon">⚙️</div>
67
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Production Queue Management</h3>
68
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
69
- Built on BullMQ with full API and UI for managing embedding generation, chunk processing, and background jobs. Configure rate limits, retries, priorities, and monitoring for production workloads at scale.
70
- </p>
71
- </div>
72
-
73
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
74
- <div className="feature-icon">✅</div>
75
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Evaluation Framework</h3>
76
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
77
- Comprehensive evaluation and testing tools for measuring agent performance. Create test cases, run evaluation sets, use LLM-as-a-judge, and track quality metrics over time to ensure consistent AI behavior.
78
- </p>
79
- </div>
80
-
81
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
82
- <div className="feature-icon">🔄</div>
83
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Template Conversations</h3>
84
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
85
- Design complex multi-step workflows by chatting with an AI agent, then save as reusable templates. Schedule automated executions with cron expressions for recurring tasks and standardized reasoning patterns.
86
- </p>
87
- </div>
88
-
89
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
90
- <div className="feature-icon">💬</div>
91
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Agent Feedback System</h3>
92
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
93
- Built-in user feedback collection for agent responses with thumbs up/down, comments, and ratings. Track user satisfaction, identify problem areas, and build evaluation datasets from real user interactions.
94
- </p>
95
- </div>
96
-
97
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
98
- <div className="feature-icon">🤖</div>
99
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Multi-Agent Tooling</h3>
100
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
101
- Advanced orchestration for complex multi-agent systems. Enable agents to delegate tasks, collaborate on problems, and intelligently route requests to specialized agents for sophisticated workflows.
102
- </p>
103
- </div>
104
-
105
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem', border: '2px solid #8B5CF6' }}>
106
- <div className="feature-icon">🎨</div>
107
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Custom Branding</h3>
108
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
109
- White-label the admin UI and frontend with your own branding, colors, logos, and styling. Deliver a seamless experience to your customers without any Exulu branding visible.
110
- </p>
111
- </div>
112
- </div>
113
-
114
- ---
115
-
116
- ## Activation & Licensing
117
-
118
- <div style={{
119
- background: 'linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%)',
120
- borderRadius: '1rem',
121
- padding: '2rem',
122
- margin: '2rem 0'
123
- }}>
124
-
125
- ### How to activate Enterprise Edition
126
-
127
- Enterprise Edition is activated with an environment variable:
128
-
129
- ```bash
130
- # .env file
131
- EXULU_ENTERPRISE_LICENSE=EXULU_EE_your_license_key_here
132
- ```
133
-
134
- Once activated, Enterprise features become available across your Exulu application.
135
-
136
- ### Getting a license
137
-
138
- Contact our sales team to discuss your needs and get an Enterprise license. For implementation help, consider working with one of our [certified implementation partners](/partners).
139
-
140
- <div style={{ textAlign: 'center', margin: '2rem 0', display: 'flex', gap: '1rem', justifyContent: 'center', flexWrap: 'wrap' }}>
141
- <a href="https://exulu.com/contact" className="cta-primary">
142
- Request Enterprise License →
143
- </a>
144
- <a href="/partners" className="cta-secondary">
145
- View Partners
146
- </a>
147
- </div>
148
-
149
- </div>
150
-
151
- ---
152
-
153
- ## Enterprise Features Deep Dive
154
-
155
- <AccordionGroup>
156
- <Accordion title="🔐 Role-Based Access Control (RBAC)">
157
- ### Complete access control system
158
-
159
- Enterprise RBAC provides fine-grained permission management for multi-user and multi-tenant deployments:
160
-
161
- **User Management**
162
- - Create and manage users with unique credentials
163
- - Assign users to multiple roles
164
- - Control access at the resource level
165
-
166
- **Role-Based Permissions**
167
- - Define custom roles with specific permissions
168
- - Grant read/write access to contexts and agents
169
- - Support for private and public resources
170
-
171
- **Context-Level Security**
172
- - Control who can read/write to knowledge bases
173
- - Set default permissions for new contexts
174
- - Override permissions per user or role
175
-
176
- **Use Cases**
177
- - **Multi-tenant SaaS**: Isolate customer data
178
- - **Enterprise teams**: Different departments access different knowledge bases
179
- - **Client services**: Separate agent access per client
180
- - **Compliance**: Meet data access audit requirements
181
-
182
- ```typescript
183
- // RBAC is configured at the ExuluApp level
184
- await app.create({
185
- config: {
186
- authentication: {
187
- enabled: true,
188
- jwt: {
189
- secret: process.env.JWT_SECRET!
190
- }
191
- }
192
- }
193
- });
194
- ```
195
-
196
- [Learn more about RBAC →](/core/exulu-authentication)
197
- </Accordion>
198
-
199
- <Accordion title="⚙️ Queue Management">
200
- ### Production-grade background processing
201
-
202
- Built on BullMQ with complete API and UI:
203
-
204
- **Queue Features**
205
- - Embedding generation queues
206
- - Document processing pipelines
207
- - Rate limiting and throttling
208
- - Priority queues
209
- - Automatic retries with backoff
210
- - Dead letter queues
211
- - Job scheduling and cron
212
-
213
- **Monitoring & Management**
214
- - Real-time queue dashboard
215
- - Job status tracking
216
- - Performance metrics
217
- - Worker health monitoring
218
- - Manual job retry/cancel
219
-
220
- **Use Cases**
221
- - Processing thousands of documents
222
- - Batch embedding generation
223
- - Scheduled data updates
224
- - Asynchronous agent tasks
225
- - Resource-intensive operations
226
-
227
- ```typescript
228
- await app.create({
229
- config: {
230
- workers: {
231
- enabled: true,
232
- concurrency: 5,
233
- telemetry: {
234
- enabled: true
235
- }
236
- }
237
- }
238
- });
239
- ```
240
-
241
- [Learn more about Queues →](/core/exulu-queues/introduction)
242
- </Accordion>
243
-
244
- <Accordion title="✅ Evaluation Framework">
245
- ### Test and measure agent quality
246
-
247
- Comprehensive evaluation system for maintaining AI quality:
248
-
249
- **Evaluation Capabilities**
250
- - Create test cases and golden datasets
251
- - Run evaluation sets against agents
252
- - LLM-as-a-judge evaluation
253
- - Custom evaluation functions
254
- - Compare agent versions
255
- - Track metrics over time
256
-
257
- **Quality Metrics**
258
- - Accuracy and correctness
259
- - Hallucination detection
260
- - Response relevance
261
- - Tool usage correctness
262
- - Latency and performance
263
-
264
- **Workflow Integration**
265
- - CI/CD integration
266
- - Regression testing
267
- - A/B testing
268
- - Performance benchmarking
269
-
270
- ```typescript
271
- import { ExuluEval } from "@exulu/backend";
272
-
273
- const evaluation = new ExuluEval({
274
- id: "customer-support-eval",
275
- name: "Customer Support Quality",
276
- testCases: [
277
- {
278
- input: "How do I reset my password?",
279
- expectedOutput: "Contains password reset steps"
280
- }
281
- ]
282
- });
283
- ```
284
-
285
- [Learn more about Evaluations →](/core/exulu-eval/introduction)
286
- </Accordion>
287
-
288
- <Accordion title="🔄 Template Conversations">
289
- ### Reusable multi-step workflows
290
-
291
- Design workflows by chatting, then reuse them:
292
-
293
- **Key Features**
294
- - Save any conversation as a template
295
- - Parameterized inputs and outputs
296
- - Multi-step reasoning patterns
297
- - Scheduled execution with cron
298
- - Template versioning
299
- - Share across teams
300
-
301
- **Use Cases**
302
- - Standardized report generation
303
- - Recurring analysis tasks
304
- - Multi-step data processing
305
- - Customer onboarding flows
306
- - Automated quality checks
307
-
308
- **How it works**
309
- 1. Have a conversation with your agent
310
- 2. Save it as a template
311
- 3. Define input parameters
312
- 4. Schedule or trigger on-demand
313
- 5. Collect outputs automatically
314
-
315
- Unlike traditional automation tools, template conversations let you design complex workflows naturally by chatting with AI, then codify them for reuse.
316
- </Accordion>
317
-
318
- <Accordion title="🎯 Agentic Retrieval">
319
- ### Intelligent multi-step search
320
-
321
- Go beyond simple vector search with agentic retrieval:
322
-
323
- **Advanced Capabilities**
324
- - Query preprocessing and expansion
325
- - Multi-strategy search (vector + keyword + hybrid)
326
- - Iterative query refinement
327
- - Result reranking and fusion
328
- - Context-aware filtering
329
- - Source attribution
330
-
331
- **Intelligence Features**
332
- - Automatic query decomposition
333
- - Ambiguity detection and clarification
334
- - Temporal and entity awareness
335
- - Cross-reference resolution
336
-
337
- **Performance Benefits**
338
- - Higher accuracy on complex queries
339
- - Better handling of ambiguous questions
340
- - Improved recall for multi-faceted topics
341
- - More relevant context for RAG
342
-
343
- ```typescript
344
- // Agentic retrieval is automatically enabled when licensed
345
- // Configure search strategies in your context
346
- const context = new ExuluContext({
347
- id: "docs",
348
- embedder: openAIEmbedder,
349
- reranker: cohereReranker,
350
- // Agentic retrieval uses multiple search strategies
351
- });
352
- ```
353
- </Accordion>
354
-
355
- <Accordion title="📄 Advanced Document Processing">
356
- ### Enterprise document parsing
357
-
358
- Handle complex document formats with precision:
359
-
360
- **Supported Formats**
361
- - PDFs (text and image-based)
362
- - Microsoft Office (DOCX, XLSX, PPTX)
363
- - Spreadsheets with table extraction
364
- - HTML with structure preservation
365
- - Markdown with formatting
366
- - Source code with syntax awareness
367
-
368
- **Processing Features**
369
- - Table detection and extraction
370
- - Image and diagram extraction
371
- - Header/footer handling
372
- - Multi-column layouts
373
- - OCR for scanned documents
374
- - Metadata extraction
375
-
376
- **Output Quality**
377
- - Structure-preserving chunking
378
- - Semantic boundary detection
379
- - Reference link preservation
380
- - Source attribution
381
-
382
- Perfect for building RAG systems over technical documentation, legal contracts, financial reports, and research papers.
383
- </Accordion>
384
-
385
- <Accordion title="💬 Agent Feedback System">
386
- ### Collect user feedback at scale
387
-
388
- Built-in feedback collection and analysis:
389
-
390
- **Feedback Collection**
391
- - Thumbs up/down on responses
392
- - Written comments and notes
393
- - Rating scales (1-5 stars)
394
- - Custom feedback fields
395
- - Session-level feedback
396
-
397
- **Analytics & Insights**
398
- - Aggregate feedback scores
399
- - Identify problem patterns
400
- - Track improvement over time
401
- - Export feedback data
402
- - Build golden datasets from positive examples
403
-
404
- **Integration**
405
- - GraphQL API for feedback
406
- - UI components for feedback collection
407
- - Webhook notifications
408
- - Export to evaluation framework
409
-
410
- Use real user feedback to continuously improve your agents and build better evaluation datasets.
411
- </Accordion>
412
-
413
- <Accordion title="🤖 Multi-Agent Tooling">
414
- ### Orchestrate complex agent systems
415
-
416
- Advanced capabilities for multi-agent workflows:
417
-
418
- **Orchestration Features**
419
- - Agent-to-agent delegation
420
- - Intelligent routing
421
- - Parallel agent execution
422
- - Result aggregation
423
- - Failure handling and fallbacks
424
-
425
- **Communication Patterns**
426
- - Request/response
427
- - Publish/subscribe
428
- - Broadcast
429
- - Sequential pipelines
430
- - Parallel fan-out
431
-
432
- **Use Cases**
433
- - Specialized expert agents
434
- - Research and synthesis workflows
435
- - Multi-perspective analysis
436
- - Verification and validation chains
437
- - Complex decision-making systems
438
-
439
- Build sophisticated systems where agents collaborate, each contributing their expertise to solve complex problems.
440
- </Accordion>
441
-
442
- <Accordion title="🎨 Custom Branding">
443
- ### White-label your deployment
444
-
445
- Complete customization of the Exulu UI:
446
-
447
- **Branding Options**
448
- - Custom logos and favicons
449
- - Color scheme customization
450
- - Typography and fonts
451
- - Custom CSS and styling
452
- - Powered-by attribution removal
453
-
454
- **Application Areas**
455
- - Admin UI
456
- - Frontend interface
457
- - Email templates
458
- - PDF exports
459
- - Error pages
460
-
461
- Deliver a seamless, branded experience to your customers and team members without any Exulu branding visible.
462
- </Accordion>
463
- </AccordionGroup>
464
-
465
- ---
466
-
467
- ## Who Should Use Enterprise Edition?
468
-
469
- <CardGroup cols={2}>
470
- <Card title="Production Applications" icon="rocket">
471
- Teams deploying AI applications to production that require enterprise-grade features like RBAC, queue management, and monitoring
472
- </Card>
473
- <Card title="Multi-Tenant SaaS" icon="users">
474
- Companies building SaaS products that need to isolate customer data and provide role-based access control
475
- </Card>
476
- <Card title="Enterprise Teams" icon="building">
477
- Organizations with multiple departments or teams that need granular access control and custom branding
478
- </Card>
479
- <Card title="High-Volume Processing" icon="brick-wall-shield">
480
- Applications processing large volumes of documents or requiring sophisticated queue management and background jobs
481
- </Card>
482
- <Card title="Quality-Critical Systems" icon="shield-alert">
483
- Teams that need comprehensive evaluation frameworks to maintain and measure AI quality over time
484
- </Card>
485
- <Card title="Complex Workflows" icon="replace-all">
486
- Projects requiring template conversations, multi-agent orchestration, and sophisticated retrieval strategies
487
- </Card>
488
- </CardGroup>
489
-
490
- ---
491
-
492
- <div style={{
493
- padding: '4rem 2rem',
494
- background: 'linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%)',
495
- borderRadius: '1rem',
496
- margin: '3rem 0',
497
- color: 'white'
498
- }}>
499
- <h2 style={{ fontSize: '2.5rem', fontWeight: '800', marginBottom: '1rem', color: 'white' }}>
500
- Ready for Enterprise?
501
- </h2>
502
- <p style={{ fontSize: '1.25rem', marginBottom: '2rem', opacity: 0.9 }}>
503
- Get started with an Enterprise license or work with one of our certified implementation partners
504
- </p>
505
- <div style={{ display: 'flex', gap: '1rem', flexWrap: 'wrap' }}>
506
- <a
507
- href="https://exulu.com/contact"
508
- style={{
509
- background: 'white',
510
- color: '#8B5CF6',
511
- padding: '1rem 2rem',
512
- borderRadius: '0.5rem',
513
- fontWeight: '600',
514
- textDecoration: 'none',
515
- display: 'inline-block',
516
- transition: 'all 0.3s ease'
517
- }}
518
- >
519
- Request License →
520
- </a>
521
- <a
522
- href="/partners"
523
- style={{
524
- background: 'transparent',
525
- color: 'white',
526
- padding: '1rem 2rem',
527
- borderRadius: '0.5rem',
528
- fontWeight: '600',
529
- textDecoration: 'none',
530
- display: 'inline-block',
531
- border: '2px solid white',
532
- transition: 'all 0.3s ease'
533
- }}
534
- >
535
- Work with a Partner →
536
- </a>
537
- </div>
538
- </div>
@@ -1,35 +0,0 @@
1
- ---
2
- title: 'Code blocks'
3
- description: 'Display inline code and code blocks'
4
- icon: 'code'
5
- ---
6
-
7
- ## Inline code
8
-
9
- To denote a `word` or `phrase` as code, enclose it in backticks (`).
10
-
11
- ```
12
- To denote a `word` or `phrase` as code, enclose it in backticks (`).
13
- ```
14
-
15
- ## Code blocks
16
-
17
- Use [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) by enclosing code in three backticks and follow the leading ticks with the programming language of your snippet to get syntax highlighting. Optionally, you can also write the name of your code after the programming language.
18
-
19
- ```java HelloWorld.java
20
- class HelloWorld {
21
- public static void main(String[] args) {
22
- System.out.println("Hello, World!");
23
- }
24
- }
25
- ```
26
-
27
- ````md
28
- ```java HelloWorld.java
29
- class HelloWorld {
30
- public static void main(String[] args) {
31
- System.out.println("Hello, World!");
32
- }
33
- }
34
- ```
35
- ````
@@ -1,59 +0,0 @@
1
- ---
2
- title: 'Images and embeds'
3
- description: 'Add image, video, and other HTML elements'
4
- icon: 'image'
5
- ---
6
-
7
- <img
8
- style={{ borderRadius: '0.5rem' }}
9
- src="https://mintlify-assets.b-cdn.net/bigbend.jpg"
10
- />
11
-
12
- ## Image
13
-
14
- ### Using Markdown
15
-
16
- The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code
17
-
18
- ```md
19
- ![title](/path/image.jpg)
20
- ```
21
-
22
- Note that the image file size must be less than 5MB. Otherwise, we recommend hosting on a service like [Cloudinary](https://cloudinary.com/) or [S3](https://aws.amazon.com/s3/). You can then use that URL and embed.
23
-
24
- ### Using embeds
25
-
26
- To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images
27
-
28
- ```html
29
- <img height="200" src="/path/image.jpg" />
30
- ```
31
-
32
- ## Embeds and HTML elements
33
-
34
- <iframe
35
- width="560"
36
- height="315"
37
- src="https://www.youtube.com/embed/4KzFe50RQkQ"
38
- title="YouTube video player"
39
- frameBorder="0"
40
- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
41
- allowFullScreen
42
- style={{ width: '100%', borderRadius: '0.5rem' }}
43
- ></iframe>
44
-
45
- <br />
46
-
47
- <Tip>
48
-
49
- Mintlify supports [HTML tags in Markdown](https://www.markdownguide.org/basic-syntax/#html). This is helpful if you prefer HTML tags to Markdown syntax, and lets you create documentation with infinite flexibility.
50
-
51
- </Tip>
52
-
53
- ### iFrames
54
-
55
- Loads another HTML page within the document. Most commonly used for embedding videos.
56
-
57
- ```html
58
- <iframe src="https://www.youtube.com/embed/4KzFe50RQkQ"> </iframe>
59
- ```