Skip to main content
Version: 13.x (Current)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 - 2024-09-05

0.3.0 - 2024-09-05

Added

  • Automatic creation/update of the Vector Index
  • add endpoints POST /embeddings/generate and GET /embeddings/status for embedding generation

0.2.0 - 2024-08-21

Updated

  • updated dependencies (FastAPI, Langchain, OpenAI)
  • the application is now using Python version 3.12.3
  • improved documentation

0.1.1 - 2024-05-09

Added

  • first template implementation