Skip to content

v0.1.0

@jovandyaz jovandyaz tagged this 27 May 00:22
First public release. Production-grade RAG primitives:
- Protocol-based design (Chunker, Embedder, VectorStore, Retriever)
- Multi-tenant by construction (namespace required at protocol level)
- Multilingual embedders (Voyage AI voyage-3, Cohere embed-multilingual-v3)
- Production storage (PgVectorStore with transactional upsert, idempotent
  migrations, configurable HNSW)
- mypy --strict, py.typed, 85% coverage
- Apache 2.0 license

PyPI package: cenote-core. Import: `import cenote`.
Assets 2
Loading