Metadata-Version: 2.4
Name: neuroembed
Version: 0.1.0
Summary: Model-agnostic semantic embedding enrichment framework
Author: Umeshkumar Pal
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: sentence-transformers

# NeuroEmbed

NeuroEmbed is a model-agnostic embedding enrichment framework that injects
semantic context into vector representations.

## Features
- Encoder-agnostic
- Fully local
- Context-aware embeddings
- Drop-in for RAG and memory systems

## Example
```python
ne.embed("bank interest rate", context=["RBI policy", "repo rate"])
