github agentic-box/memora v0.2.7
v0.2.7 - Semantic Search with Embeddings Support

latest releases: v0.2.24, v0.2.23, v0.2.22...
3 months ago

This release adds optional semantic search capabilities powered by embeddings.

What's New

🔍 Semantic Search & Embeddings

  • Added optional [embeddings] dependency with sentence-transformers
  • New embedding backends support for semantic similarity search
  • Comprehensive documentation for all embedding-related environment variables
  • Clear guidance on when manual embedding rebuild is required

Installation

For basic usage:
pip install memora

With semantic search capabilities:
pip install memora[embeddings]

Documentation

See the README for detailed information about:

  • Semantic search configuration
  • Available embedding backends
  • Environment variable settings
  • When and how to rebuild embeddings

Don't miss a new memora release

NewReleases is sending notifications on new releases.