| 123456789101112131415161718192021222324 |
- name: Api Feature Request
- description: Propose a new feature to the embedding api
- title: '[Api]: '
- labels:
- - APIs
- - Feature Request
- body:
- - type: textarea
- attributes:
- label: Description
- description: A clear and concise description of the problem or missing capability
- validations:
- required: true
- - type: textarea
- attributes:
- label: Describe the solution you'd like
- description: If you have a solution in mind, please describe it.
- - type: textarea
- attributes:
- label: Describe alternatives you've considered
- description: Have you considered any alternative solutions or workarounds?
- - type: textarea
- attributes:
- label: Additional context
|