Releases: cmnemoi/emush_rag
v0.1.1
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
v0.0.1
v0.0.1 (2025-01-08)
Bug Fixes
-
Add Traefik reverse proxy configuration for HTTPS (
9fe15c4
) -
Allow CORS requests to the API (
407157b
)
Chores
-
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
-
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