Initial commit
This commit is contained in:
40
packages/leann-backend-diskann/third_party/DiskANN/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
40
packages/leann-backend-diskann/third_party/DiskANN/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Bug reports help us improve! Thanks for submitting yours!
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Expected Behavior
|
||||
Tell us what should happen
|
||||
|
||||
## Actual Behavior
|
||||
Tell us what happens instead
|
||||
|
||||
## Example Code
|
||||
Please see [How to create a Minimal, Reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) for some guidance on creating the best possible example of the problem
|
||||
```bash
|
||||
|
||||
```
|
||||
|
||||
## Dataset Description
|
||||
Please tell us about the shape and datatype of your data, (e.g. 128 dimensions, 12.3 billion points, floats)
|
||||
- Dimensions:
|
||||
- Number of Points:
|
||||
- Data type:
|
||||
|
||||
## Error
|
||||
```
|
||||
Paste the full error, with any sensitive information minimally redacted and marked $$REDACTED$$
|
||||
|
||||
```
|
||||
|
||||
## Your Environment
|
||||
* Operating system (e.g. Windows 11 Pro, Ubuntu 22.04.1 LTS)
|
||||
* DiskANN version (or commit built from)
|
||||
|
||||
## Additional Details
|
||||
Any other contextual information you might feel is important.
|
||||
|
||||
2
packages/leann-backend-diskann/third_party/DiskANN/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
2
packages/leann-backend-diskann/third_party/DiskANN/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
blank_issues_enabled: false
|
||||
|
||||
25
packages/leann-backend-diskann/third_party/DiskANN/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
25
packages/leann-backend-diskann/third_party/DiskANN/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Is your feature request related to a problem? Please describe.
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
## Describe the solution you'd like
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
## Describe alternatives you've considered
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
## Provide references (if applicable)
|
||||
If your feature request is related to a published algorithm/idea, please provide links to
|
||||
any relevant articles or webpages.
|
||||
|
||||
## Additional context
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
11
packages/leann-backend-diskann/third_party/DiskANN/.github/ISSUE_TEMPLATE/usage-question.md
vendored
Normal file
11
packages/leann-backend-diskann/third_party/DiskANN/.github/ISSUE_TEMPLATE/usage-question.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: Usage Question
|
||||
about: Ask us a question about DiskANN!
|
||||
title: "[Question]"
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
This is our forum for asking whatever DiskANN question you'd like! No need to feel shy - we're happy to talk about use cases and optimal tuning strategies!
|
||||
|
||||
Reference in New Issue
Block a user