Developer Overview
Overview of Rememberizer's developer tools, APIs, and integration options
Welcome to the Rememberizer developer documentation. This section provides comprehensive information about the tools, APIs, and integration options available to developers working with Rememberizer's semantic search and knowledge management capabilities.
Overview of Rememberizer's Developer Features
Rememberizer offers a robust set of developer tools designed to help you integrate powerful semantic search capabilities into your applications. As a developer, you can:
Access semantic search through RESTful APIs with vector embedding technology
Integrate Rememberizer with your own applications using OAuth2 or API keys
Build custom applications that leverage users' knowledge bases
Create vector stores for specialized semantic search databases
Connect with AI models including OpenAI GPTs and LangChain
Core Components
Rememberizer's architecture consists of several key components that work together to provide a comprehensive knowledge management and semantic search system:
API Service
RESTful endpoints providing access to Rememberizer's features
Authentication System
OAuth2 and API key management for secure access
Vector Stores
Specialized databases optimized for semantic search
Mementos
Configurable access filters for knowledge sources
Integrations
Connectors to external data sources (Slack, Google Drive, etc.)
Document Processing
Systems for chunking, embedding, and indexing content
Authentication Options
Rememberizer supports two primary authentication methods:
OAuth2 Authentication: For applications requiring access to specific user data and documents. This flow allows users to authorize your application to access their knowledge through configurable mementos.
API Key Authentication: For accessing vector stores or common knowledge bases directly, without the OAuth flow. This provides a simpler integration path for applications that don't need user-specific data.
Developer Documentation Roadmap
This documentation is organized to help you quickly find the information you need:
Getting Started
Core Features
API Reference
Authentication, search, document management, and more specialized endpoints
Examples and Sample Code
Example Integration Flow
Here's a typical flow for integrating Rememberizer with your application:
Register an application in the Rememberizer developer portal
Implement OAuth2 authorization in your application
Request access to user mementos
Make API calls to search and retrieve knowledge
Process and display results in your application
Next Steps
Last updated