cookiecutter-spacy-fastapi icon indicating copy to clipboard operation
cookiecutter-spacy-fastapi copied to clipboard

Cookiecutter API for creating Custom Skills for Azure Search using Python and Docker

Results 9 cookiecutter-spacy-fastapi issues
Sort by recently updated
recently updated
newest added

* Simplify and remove outdated items * Remove deployment scripts/azure pipelines file that were outdated * Fix Dockerfile so builds work properly

Hi, On line 7-11 in the Dockerfile the requirements specified in /requirements/spacy.txt should be installed in the docker image, but this file does not exist in the project. The comment...

Python 3.9 clean install Ubuntu 21.04 Paths redacted for clarity Uvicorn works for a simple app ``` Traceback (most recent call last): File ".../main.py", line 2, in from app.api import...

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.42.0 to 0.65.2. Release notes Sourced from fastapi's releases. 0.65.2 Security fixes 🔒 Check Content-Type request header before assuming JSON. Initial PR #2118 by @​patrickkwang. This change...

dependencies

I think it's nice to have annotation for return values :) I'd liked to use something instead of `List[dict]` but it feels kinda confusing to use `List[Dict[str, Union[str, list]]`. I'd...

There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...

Hi, when building the container `RUN spacy download MODEL_NAME` won't work. By extending `requirements.txt` with `numpy < 2` everything will work again