SDK v1 (Deprecated)

Overview

Smart Search v1 represents the initial version of the Smart Search platform — a monolithic design that bundled multiple intelligent retrieval capabilities into a single service. It was built to help users search across authenticated sources and perform deep information retrieval with minimal setup.

While it successfully demonstrated the foundation of intelligent search, v1 is now deprecated and has been fully replaced by Smart Search v2.


Core Functionalities

  1. Get Authenticated Emails Securely retrieves user emails from integrated accounts using authenticated access tokens.

  2. Search Performs keyword-based or simple semantic search across configured internal and external data sources.

  3. Deep Research Executes multi-step, agent-like exploration to generate summarized insights from multiple search and retrieval steps.


Limitations

  • Monolithic design — tightly coupled functionalities made maintenance and scaling difficult.

  • Limited extensibility — new data sources or tools could only be added by modifying the core service.

  • No modular tool interface — each function was bound to internal logic, with no reusable components.


Deprecation Notice

Smart Search v1 is no longer maintained or supported for new development. Users and teams are strongly encouraged to migrate to Smart Search v2, which provides a fully modular architecture, improved scalability, and MCP compatibility.

Last updated