You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Use this template to report Neo4j GraphRAG related issues'
3
+
title: '[BUG]: <short description of the issue>'
4
+
labels:
5
+
- bug
6
+
body:
7
+
- type: checkboxes
8
+
id: preliminary-checks
9
+
attributes:
10
+
label: Before You Report a Bug, Please Confirm You Have Done The Following...
11
+
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
12
+
options:
13
+
- label: I have updated to the latest version of the packages.
14
+
required: true
15
+
- label: I have searched for both [existing issues](https://github.com/neo4j/neo4j-graphrag-python/issues) and [closed issues](https://github.com/neo4j/neo4j-graphrag-python/issues?q=is%3Aissue+is%3Aclosed) and found none that matched my issue.
16
+
required: true
17
+
- type: input
18
+
id: neo4j-graphrag-python-version
19
+
attributes:
20
+
label: neo4j-graphrag-python's version
21
+
description: |
22
+
Please provide your neo4j-graphrag-python version with calling the command `python -c "import neo4j_graphrag; print(neo4j_graphrag.__version__)"` in your terminal
23
+
placeholder: e.g. 1.10.0
24
+
validations:
25
+
required: true
26
+
- type: input
27
+
id: python-version
28
+
attributes:
29
+
label: Python version
30
+
description: |
31
+
Please provide your python programming language's version with calling `python --version` in your terminal
32
+
placeholder: e.g. 3.11.13
33
+
validations:
34
+
required: true
35
+
- type: input
36
+
id: os
37
+
attributes:
38
+
label: Operating System
39
+
description: |
40
+
Please provide your operation system's details
41
+
placeholder: e.g. Windows 10 or Ubuntu 20.04
42
+
validations:
43
+
required: false
44
+
- type: textarea
45
+
id: dependencies
46
+
attributes:
47
+
label: Dependencies
48
+
description: |
49
+
Please provide python dependencies with calling `pip freeze` in your terminal (or `poetry show` if you are using Poetry).
50
+
validations:
51
+
required: true
52
+
- type: textarea
53
+
id: repro-code
54
+
attributes:
55
+
label: Reproducible example
56
+
description: A ***minimal*** code sample which reproduces the issue
57
+
render: Python
58
+
validations:
59
+
required: true
60
+
- type: textarea
61
+
id: exception-message
62
+
attributes:
63
+
label: Relevant Log Output
64
+
description: Please share the exception message from your terminal if your program is failing
0 commit comments