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