fastembed

Форк
0
56 строк · 1.6 Кб
1
name: Bug/New Model Request
2
description: File a bug report/Request a new Model
3
title: "[Bug/Model Request]: "
4
body:
5
  - type: markdown
6
    attributes:
7
      value: |
8
        Thanks for taking the time to fill out this bug report!
9
  - type: textarea
10
    id: what-happened
11
    attributes:
12
      label: What happened?
13
      description: Also tell us, what did you expect to happen?
14
      placeholder: Tell us what you see!
15
      value: "A bug happened!"
16
    validations:
17
      required: true
18
  - type: textarea
19
    id: Python version
20
    attributes:
21
      label: What Python version are you on? e.g. python --version
22
      description: Also tell us, what package manager are you using e.g. conda, pip, poetry?
23
      placeholder: Python3.10
24
    validations:
25
      required: true
26
  - type: dropdown
27
    id: version
28
    attributes:
29
      label: Version
30
      description: What version of FastEmbed are you running? python -c "import fastembed; print(fastembed.__version__)". If you're not on the latest, please upgrade and see if the problem persists.
31
      options:
32
        - 0.2.6 (Latest)
33
        - 0.2.5
34
        - 0.2.4 
35
        - 0.2.3 
36
        - 0.2.2
37
        - 0.2.1
38
        - 0.1.x 
39
      default: 0
40
    validations:
41
      required: true
42
  - type: dropdown
43
    id: os
44
    attributes:
45
      label: What os are you seeing the problem on?
46
      multiple: true
47
      options:
48
        - Linux
49
        - MacOS
50
        - Windows
51
  - type: textarea
52
    id: logs
53
    attributes:
54
      label: Relevant stack traces and/or logs
55
      description: Please copy and paste any relevant raised exceptions. This will be automatically formatted into code, so no need for backticks.
56
      render: shell
57

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.