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.5.1 - 2024-12-20
0.5.0 - 2024-12-19
Added
- Created new pipeline flow for testing, linting, security (with
bandit
andpip-audit
) and docker image publishing on tags.
0.4.0 - 2024-12-18
- updated dependencies (FastAPI, Langchain, OpenAI)
Added
- add endpoint
POST /embeddings/generateFromFile
for embedding generation - add support for Azure OpenAI provider for embedding generation and LLM usage
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
andGET /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