Skip to content

Releases: cmnemoi/emush_rag

v0.1.1

14 May 21:28
Compare
Choose a tag to compare

v0.1.1 (2025-05-14)

This release is published under the AGPL-3.0-or-later License.

Bug Fixes

  • Update CORS middleware configuration (79efcb4)

  • Restrict allowed origins to "https://askneron.netlify.app".

  • Add support for OPTIONS method and expose headers.

  • Set max age for preflight requests to 3600 seconds.

Chores

  • Allow to get started more easily (31b5ded)

  • Add make commands to run the API with docker compose ;

  • Add a make command to index new documents in the vector store ;

  • Update README.

  • Remove unused dependencies (8daa35f)

  • Update dependencies (466b7c2)

Documentation

  • Fix broken link in README (fe1620c)

  • Update README with missing infos about stack and corrected typos (d30dd3f)

Refactoring

  • Use config class to setup rate limiting (3c6a1a1)

Detailed Changes: v0.1.0...v0.1.1

v0.1.0

09 Jan 00:04
Compare
Choose a tag to compare

v0.1.0 (2025-01-09)

Features

  • Add a version endpoint (34a83f4)

  • Implement rate limiting and update API to enforce limits (c525c78)


Detailed Changes: v0.0.1...v0.1.0

v0.0.1

08 Jan 20:46
Compare
Choose a tag to compare

v0.0.1 (2025-01-08)

Bug Fixes

  • Add Traefik reverse proxy configuration for HTTPS (9fe15c4)

  • Allow CORS requests to the API (407157b)

Chores

  • First functional endpoint (#3, 89a910b)

  • Fix indentation in production Docker Compose file (91a4df2)

  • Run Chroma vector store into a container (6bbae19)

  • Update dependencies (624c863)

  • Update production Docker Compose to use overlay network and add volume for Chroma (b412bd2)

Continuous Integration

  • Add Continous Delivery to deploy the API (#1, 893c5f4)
  • chore: Add .dockerignore file

  • chore: Add basic endpoint

  • chore: Add Dockerfile and update .dockerignore for containerization

  • ci: Add a workflow to build API Docker image

  • Add OpenAI API key environment variable to production Docker Compose file (#5, 5a92b88)

  • Update deployment script to include environment variables for OpenAI API key (#4, 7f600fc)

  • Update deployment script to use secrets for environment variables in API deployment (c32d8c2)

  • Update deployment workflow to launch API on the server and add docker compose file (#2, 34e25d0)


Detailed Changes: v0.0.0...v0.0.1

v0.0.0

24 Dec 16:18
Compare
Choose a tag to compare

v0.0.0 (2024-12-24)