Oracle¶
Oracle is Minnova's internal AI assistant and automation platform.
Overview¶
Oracle provides:
- AI Chat Interface - Internal ChatGPT-like experience with access to company knowledge
- Document Processing - Extract and analyze information from documents
- Workflow Automation - Automate repetitive tasks
Architecture¶
graph TD
A[User] --> B[Oracle API]
B --> C[LLM Provider]
B --> D[Vector DB]
B --> E[Document Store]
Getting Started¶
See the API documentation for integration details.