Skip to content

Releases: datasciencecampus/classifai

Release 0.2.0

03 Feb 10:13

Choose a tag to compare

[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

04 Nov 17:21
9d40cf0

Choose a tag to compare

v0.1.0 pre-release Pre-release
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.