Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for devops (0.24 sec)

  1. docs/de/docs/project-generation.md

    * **spaCy** NER-Modellintegration.
    * **Azure Cognitive Search**-Anforderungsformat integriert.
    * **Produktionsbereit** Python-Webserver, verwendet Uvicorn und Gunicorn.
    * **Azure DevOps** Kubernetes (AKS) CI/CD-Deployment integriert.
    * **Mehrsprachig** Wählen Sie bei der Projekteinrichtung ganz einfach eine der integrierten Sprachen von spaCy aus.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:14:36 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  2. docs/pt/docs/project-generation.md

    * Integração com modelo NER **spaCy**.
    * Formato de requisição **Busca Cognitiva Azure** acoplado.
    * Servidor Python _web_ **Pronto para Produção** usando Uvicorn e Gunicorn.
    * Implantação **Azure DevOps** Kubernetes (AKS) CI/CD acoplada.
    * **Multilingual** facilmente escolhido como uma das linguagens spaCy acopladas durante a configuração do projeto.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Oct 17 05:50:32 GMT 2020
    - 6.3K bytes
    - Viewed (0)
  3. docs/fr/docs/project-generation.md

    * Intégration d'un modèle NER **spaCy**.
    * Formatage de requête pour **Azure Cognitive Search**.
    * Serveur Python web **prêt à utiliser en production** utilisant Uvicorn et Gunicorn.
    * Déploiement CI/CD Kubernetes pour **Azure DevOps** (AKS).
    * **Multilangues**. Choisissez facilement l'une des langues intégrées à spaCy durant la mise en place du projet.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Jul 02 14:18:06 GMT 2021
    - 6.7K bytes
    - Viewed (0)
  4. docs/tr/docs/project-generation.md

    * **spaCy** NER model entegrasyonu.
    * **Azure Cognitive Search** yerleşik istek biçimi.
    * Uvicorn ve Gunicorn ile **Production ready** Python web server'ı.
    * Dahili **Azure DevOps** Kubernetes (AKS) CI/CD deployment.
    * **Multilingual**, Proje kurulumu sırasında spaCy'nin yerleşik dillerinden birini kolayca seçin.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Jan 22 19:55:41 GMT 2024
    - 6K bytes
    - Viewed (0)
  5. docs/ru/docs/project-generation.md

    * Интеграция с моделями **spaCy** NER.
    * Встроенный формат запросов к **когнитивному поиску Azure**.
    * **Готовый к реальной работе** веб-сервер Python использующий Uvicorn и Gunicorn.
    * Встроенное развёртывание на основе **Azure DevOps** Kubernetes (AKS) CI/CD.
    * **Многоязычность**. Лёгкий выбор одного из встроенных в spaCy языков во время настройки проекта.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 13 18:00:47 GMT 2023
    - 10.5K bytes
    - Viewed (0)
  6. docs/ja/docs/project-generation.md

    ### spaCyとFastAPIを使用した機械学習モデル - 機能
    
    * **spaCy** のNERモデルの統合。
    * **Azure Cognitive Search** のリクエストフォーマットを搭載。
    * **リリース可能な** UvicornとGunicornを使用したPythonウェブサーバ。
    * **Azure DevOps** のKubernetes (AKS) CI/CD デプロイを搭載。
    * **多言語** プロジェクトのために、セットアップ時に言語を容易に選択可能 (spaCyに組み込まれている言語の中から)。
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Oct 18 05:47:45 GMT 2020
    - 7.1K bytes
    - Viewed (0)
  7. tests/test_ws_dependencies.py

    async def index(websocket: WebSocket, deps: DepList):
        await websocket.accept()
        await websocket.send_text(json.dumps(deps))
        await websocket.close()
    
    
    @router.websocket("/router", dependencies=[create_dependency("routerindex")])
    async def routerindex(websocket: WebSocket, deps: DepList):
        await websocket.accept()
        await websocket.send_text(json.dumps(deps))
        await websocket.close()
    
    
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Jun 11 20:35:39 GMT 2023
    - 2.1K bytes
    - Viewed (0)
  8. docs/pt/docs/deployment/https.md

        * Para que isso funcione, um único componente (programa) em execução no servidor, ouvindo no endereço IP público, deve ter todos os certificados HTTPS no servidor.
    * Depois de obter uma conexão segura, o protocolo de comunicação ainda é HTTP.
        * Os conteúdos são criptografados, embora sejam enviados com o protocolo HTTP.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 05 10:40:05 GMT 2021
    - 3.9K bytes
    - Viewed (0)
  9. docs/fr/docs/tutorial/query-params-str-validations.md

    Construisez ensuite la valeur par défaut de votre paramètre avec `Query`, en choisissant 50 comme `max_length` :
    
    ```Python hl_lines="9"
    {!../../../docs_src/query_params_str_validations/tutorial002.py!}
    ```
    
    Comme nous devons remplacer la valeur par défaut `None` dans la fonction par `Query()`, nous pouvons maintenant définir la valeur par défaut avec le paramètre `Query(default=None)`, il sert le même objectif qui est de définir cette valeur par défaut.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jul 27 18:53:21 GMT 2023
    - 9.8K bytes
    - Viewed (0)
  10. docs/zh/docs/project-generation.md

    ### FastAPI + spaCy 机器学习模型 - 功能
    
    * 集成 **spaCy** NER 模型
    * 内置 **Azure 认知搜索**请求格式
    * **生产可用**的 Python 网络服务器,使用 Uvicorn 与 Gunicorn
    * 内置 **Azure DevOps** Kubernetes (AKS) CI/CD 开发
    * **多语**支持,可在项目设置时选择 spaCy 内置的语言
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jan 28 18:03:58 GMT 2024
    - 5.1K bytes
    - Viewed (0)
Back to top