- कंपनी के भीतर इस्तेमाल होने वाले विभिन्न ऐप्स की जानकारी को एकीकृत रूप से प्रबंधित करने वाला AI-आधारित सर्च और असिस्टेंट प्लेटफ़ॉर्म
- Unified Search फीचर के जरिए Google Drive, Gmail, Slack, Confluence, Jira जैसे प्रमुख सहयोगी टूल्स को कनेक्ट करता है, और BM25 तथा pgvector आधारित फुल-टेक्स्ट और semantic search को सपोर्ट करता है
- AI Agent और चैट इंटरफ़ेस के माध्यम से जुड़े हुए ऐप्स में खोज करता है, दस्तावेज़ पढ़ता है, और sandbox environment में Python/bash code चलाकर डेटा विश्लेषण करता है
- Self-hosted होने के कारण सारा डेटा अपनी ही इंफ्रास्ट्रक्चर के भीतर प्रोसेस होता है। डेटा बाहर नहीं जाता
- Permission Inheritance: मूल सिस्टम के access permissions को ज्यों का त्यों लागू करता है, जिससे उपयोगकर्ता-आधारित डेटा access control संभव होता है
- Anthropic, OpenAI, Gemini, vLLM आदि विभिन्न LLM models के चयन का समर्थन
- Docker Compose के माध्यम से single-server deployment और Terraform आधारित AWS/GCP production deployment environment प्रदान करता है
आर्किटेक्चर
- Postgres(ParadeDB) एक ही सिस्टम में एकीकृत, जहाँ BM25 फुल-टेक्स्ट सर्च, pgvector semantic search, और application data management को एक single DB में संभाला जाता है
- अलग Elasticsearch या vector DB के बिना tuning, backup, monitoring को सरल बनाता है
- मुख्य सेवाएँ Rust में लिखी गई हैं: searcher, indexer, connector manager
AI/LLM orchestration Python में, और web frontend SvelteKit में
- प्रत्येक data source connector independent container में चलता है, इसलिए language/dependency interference नहीं होता
- AI agent, आंतरिक सेवाओं और बाहरी access से कटे हुए isolated Docker network के भीतर code execute करता है
- Landlock filesystem restrictions, resource limits, और read-only root filesystem के जरिए सुरक्षा मजबूत की गई है
- कनेक्ट किए जा सकने वाले सर्विसेज़:
- Google Workspace: Drive, Gmail
- Slack: messages, files, public channels
- Confluence: Pages, attachments, Spaces
- Jira: issues, projects
- Web: public websites, documents, और help pages
- Fireflies: meeting transcripts
- HubSpot: contacts, companies, Deals & Tickets
- Local Files: file system indexing
- Apache 2.0 लाइसेंस
अभी कोई टिप्पणी नहीं है.