Releases: datasciencecampus/classifai
Releases · datasciencecampus/classifai
Release 0.2.0
[v0.2.0] - 2026-01-28
Added
- Improved Vectorisers - More ways to use GcpVectoriser.
- Hooks - User defined hook functions for custom input and output VectorStore logic.
- Dataclasses - Data objects for interfacing with core VectorStore methods.
- Documentation and Demo - README updates, Jupyter Notebooks for running server, hooks and more.
v0.1.0 pre-release
[v0.1.0] - 2025-11-04
Added
- Vectoriser Class - Abstract base class, and GCP, HuggingFace, Ollama Vectorisers
- Vector Store Class
- REST API - FastAPI served with Uvicorn
- Documentation and Demo - README and Jupyter Notebook minimal demo with fake dataset.