This commit is contained in:
Kabir Khan 2019-10-21 14:16:50 -07:00
Родитель 588e5a8a79
Коммит 17d0a88473
1 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -4,9 +4,6 @@
For instructions on adding your API as a Custom Cognitive Skill in Azure Search see:
https://docs.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-interface
## FastAPI
This sample is based on the FastAPI Web Framework. Documentation and User Guide: https://fastapi.tiangolo.com
## Requirements
- Python >= 3.6 with pip installed
@ -25,6 +22,14 @@ cookiecutter https://github.com/Microsoft/cookiecutter-azure-search-cognitive-sk
View the README.md of your new project for instructions on next steps
## Resources
This project has two key dependencies:
| Dependency Name | Documentation | Description |
|-----------------|------------------------------|----------------------------------------------------------------------------------------|
| spaCy | https://spacy.io | Industrial-strength Natural Language Processing (NLP) with Python and Cython |
| FastAPI | https://fastapi.tiangolo.com | FastAPI framework, high performance, easy to learn, fast to code, ready for production |
# Contributing