Rememberizer Docs
Sign inSign upContact us
English
English
  • Why Rememberizer?
  • Background
    • What are Vector Embeddings and Vector Databases?
    • Glossary
    • Standardized Terminology
  • Personal Use
    • Getting Started
      • Search your knowledge
      • Mementos Filter Access
      • Common knowledge
      • Manage your embedded knowledge
  • Integrations
    • Rememberizer App
    • Rememberizer Slack integration
    • Rememberizer Google Drive integration
    • Rememberizer Dropbox integration
    • Rememberizer Gmail integration
    • Rememberizer Memory integration
    • Rememberizer MCP Servers
    • Manage third-party apps
  • Developer Resources
    • Developer Overview
  • Integration Options
    • Registering and using API Keys
    • Registering Rememberizer apps
    • Authorizing Rememberizer apps
    • Creating a Rememberizer GPT
    • LangChain integration
    • Vector Stores
    • Talk-to-Slack the Sample Web App
  • Enterprise Integration
    • Enterprise Integration Patterns
  • API Reference
    • API Documentation Home
    • Authentication
  • Core APIs
    • Search for documents by semantic similarity
    • Retrieve documents
    • Retrieve document contents
    • Retrieve Slack content
    • Memorize content to Rememberizer
  • Account & Configuration
    • Retrieve current user account details
    • List available data source integrations
    • Mementos
    • Get all added public knowledge
  • Vector Store APIs
    • Vector Store Documentation
    • Get vector store information
    • Get a list of documents in a Vector Store
    • Get document information
    • Add new text document to a Vector Store
    • Upload files to a Vector Store
    • Update file content in a Vector Store
    • Remove a document in Vector Store
    • Search for Vector Store documents by semantic similarity
  • Additional Resources
    • Notices
      • Terms of Use
      • Privacy Policy
      • B2B
        • About Reddit Agent
  • Releases
    • Release Notes Home
  • 2025 Releases
    • Apr 25th, 2025
    • Apr 18th, 2025
    • Apr 11th, 2025
    • Apr 4th, 2025
    • Mar 28th, 2025
    • Mar 21st, 2025
    • Mar 14th, 2025
    • Jan 17th, 2025
  • 2024 Releases
    • Dec 27th, 2024
    • Dec 20th, 2024
    • Dec 13th, 2024
    • Dec 6th, 2024
  • Nov 29th, 2024
  • Nov 22nd, 2024
  • Nov 15th, 2024
  • Nov 8th, 2024
  • Nov 1st, 2024
  • Oct 25th, 2024
  • Oct 18th, 2024
  • Oct 11th, 2024
  • Oct 4th, 2024
  • Sep 27th, 2024
  • Sep 20th, 2024
  • Sep 13th, 2024
  • Aug 16th, 2024
  • Aug 9th, 2024
  • Aug 2nd, 2024
  • Jul 26th, 2024
  • Jul 12th, 2024
  • Jun 28th, 2024
  • Jun 14th, 2024
  • May 31st, 2024
  • May 17th, 2024
  • May 10th, 2024
  • Apr 26th, 2024
  • Apr 19th, 2024
  • Apr 12th, 2024
  • Apr 5th, 2024
  • Mar 25th, 2024
  • Mar 18th, 2024
  • Mar 11th, 2024
  • Mar 4th, 2024
  • Feb 26th, 2024
  • Feb 19th, 2024
  • Feb 12th, 2024
  • Feb 5th, 2024
  • Jan 29th, 2024
  • Jan 22nd, 2024
  • Jan 15th, 2024
  • LLM Documentation
    • Rememberizer LLM Ready Documentation
Powered by GitBook
On this page
  • Preferred Terms and Definitions
  • API Conventions
  • API Documentation Directory
  • API Headers
  • API Endpoint Styling
  • Feature Naming Conventions
  • Integration Names
  • MCP Server Naming
  • Document Title Conventions
  • Using This Guide
  1. Background

Standardized Terminology

Standardized terminology and naming conventions for Rememberizer documentation

This document provides a reference for the preferred terminology to use when discussing Rememberizer features and concepts. Following these standards helps maintain consistency across documentation.

Preferred Terms and Definitions

Preferred Term
Alternate Terms
Definition

Vector Store

Vector Database

The preferred term for Rememberizer's vector database implementation is "Vector Store." While "Vector Database" is technically accurate, "Vector Store" should be used for consistency.

Vector Embeddings

Embeddings

The full term "Vector Embeddings" is preferred in educational content, while "Embeddings" is acceptable in technical contexts and code examples.

Data Source

Knowledge Source, Integration

"Data Source" is the preferred term for referring to the origins of data (Slack, Google Drive, etc.).

Common Knowledge

Shared Knowledge

Use "Common Knowledge" when referring to the feature that allows sharing knowledge with other users and applications.

Memento

Memento Filter

Use "Memento" as the primary term, though "Memento Filter" is acceptable in UI contexts.

Memory Integration

Shared Memory, Memory

"Memory Integration" is the preferred full name of the feature; "Shared Memory" is acceptable in user-facing content.

OAuth2 Authentication

OAuth

Use the full term "OAuth2 Authentication" in formal documentation, though "OAuth" is acceptable in less formal contexts.

Search Your Knowledge

Search in Rememberizer

"Search Your Knowledge" should be used when referring to the feature name in titles and navigation.

Memorize

Store

Use "Memorize" for the API endpoint and functionality name, while "Store" can be used in explanatory contexts.

X-API-Key

x-api-key

Use capitalized "X-API-Key" in documentation, though lowercase is acceptable in code examples.

API Conventions

API Documentation Directory

The official API documentation path is /en/developer/api-docs/. The legacy path /en/developer/api-documentations/ should be phased out.

API Headers

The following header conventions should be used consistently:

  • Authorization Header: Authorization: Bearer YOUR_JWT_TOKEN

  • API Key Header: X-API-Key: YOUR_API_KEY

  • Content-Type Header: Content-Type: application/json

API Endpoint Styling

API endpoints should be styled consistently:

  • Base URL: https://api.rememberizer.ai/api/v1/

  • Endpoint paths in lowercase with hyphens as needed: /documents/search/

  • Vector store paths with parameter placeholder: /vector-stores/{vector_store_id}/documents/search

Feature Naming Conventions

Integration Names

Integration names should follow the pattern:

  • Rememberizer {Integration Name} integration (e.g., "Rememberizer Slack integration")

MCP Server Naming

MCP server types should be clearly distinguished:

  • Rememberizer MCP Server: General-purpose server

  • Rememberizer Vector Store MCP Server: Server specifically for vector store operations

Document Title Conventions

Document titles should follow these conventions:

  • Capitalize important words (Title Case)

  • Use consistent terminology for features

  • Avoid acronyms in titles unless widely recognized (e.g., API)

  • Keep titles concise and descriptive

Using This Guide

When creating or updating documentation, refer to this guide to ensure consistent terminology. When encountering variant terms in the documentation, prioritize updating to the preferred terms listed here when making other changes to those documents.

Remember that maintaining link integrity and file names is crucial, so focus on updating terminology within the text while preserving URLs and file structures.

PreviousGlossaryNextGetting Started

Last updated 1 month ago