Skip to main content
Version 1.5.7
Released February 2026

New Features

Fetch Text Data API

  • New GET /documents/fetch-text-data endpoint - Retrieve text and summary chunks from a text-type namespace via the public API
  • List stored chunks - Use for display, export, or RAG; response includes statistics, metadata, and up to 100 items per request
  • Text namespaces only - Supports namespaces with type === "text"; authenticate with x-api-key
See Fetch Text Data in the API reference.

Python SDK v1.3.3

  • Direct AI without namespace - Direct AI mode no longer requires a namespace, simplifying general AI generation workflows
  • Structured response parameter - Define and enforce structured output formats for more reliable integration with downstream applications (see Structured output)
  • Improved validation and tests - Better input validation and test coverage for AI generation requests
For full release notes and details, see moorcheh-python-sdk v1.3.3.

Other

Moorcheh Console

  • Security updates - Security improvements applied to the Moorcheh Console.
  • View data items in namespaces - The console shows up to 100 data items from your namespace. Open a namespace to see its contents at console.moorcheh.ai/namespaces.