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