Skip to main content
unreleased
v1.0.0-beta.10
  • Added support for user-supplied embeddings
2026-01-14
v1.0.0-beta.9
  • Dropped support for Python 3.9 and below
  • Fixed keyword search not functioning correctly after load_index()
2025-12-15
v1.0.0-beta.8
  • Updated inferedge-moss-core dependency to version 0.2.3 for new ARM64 wheel support
2025-12-01
v1.0.0-beta.7
  • Added IntelliSense support in all IDEs
2025-11-29
v1.0.0-beta.6
  • Added support for keyword search
  • Added alpha blending between keyword and semantic search
2025-10-23
v1.0.0-beta.5
  • Removed Pipecat integration and MossContextRetriever from the SDK
  • Will be offered as a separate Pipecat extension soon
2025-10-09
v1.0.0-beta.4
  • Performance improvements for query() calls
2025-10-09
v1.0.0-beta.3
New Features & Updates:
  • Integrations:
    • Added MossContextRetriever for Pipecat integration in real-time voice AI applications
    • Automatically enhances LLM conversations with semantic search results from Moss indexes
    • Seamless integration with OpenAI LLM context frames
2025-09-14
v1.0.0-beta.1
New Features & Updates:
  • Core:
    • Initial release of inferedge-moss
    • Multi-index support for isolated search spaces
    • API key validation with secure host access
    • Performance metrics tracking
  • Search:
    • Semantic search using transformer-based embeddings
    • Query interface with configurable result count
    • Add, update, and remove items across indexes
  • Embeddings:
    • Lightweight embedding models for edge computing
    • Support for proprietary “moss-minilm” model
    • Cloudflare CDN support for fast model loading