mirror of
https://github.com/run-llama/notebookllama.git
synced 2026-07-01 22:14:04 -04:00
Merge pull request #24 from run-llama/AstraBert-patch-1
Update issue templates
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: Bug or Help Request Report
|
||||
about: This template is intended for bug or help request reports
|
||||
title: "[REPORT]"
|
||||
labels: bug, help wanted
|
||||
assignees: AstraBert
|
||||
---
|
||||
|
||||
### Checklist
|
||||
|
||||
Before reporting bugs or help requests, please fill out the following checklist:
|
||||
|
||||
- [ ] I set the `.env` file with the necessary keys, including OPENAI_API_KEY, LLAMACLOUD_API_KEY, ELEVENLABS_API_KEY
|
||||
- [ ] My API keys are all functioning and have at least some credit balance
|
||||
- [ ] I ran both the scripts in the `tools` directory
|
||||
- [ ] I checked that my LlamaCloud Extract Agent and my LlamaCloud Index has been correctly created and are functioning (using the playground functionality in the [UI](https://cloud.llamaindex.ai)
|
||||
- [ ] I activated the virtual environment and ensured that all the dependencies are installed properly
|
||||
- [ ] As a first step, I launched the docker services through `docker compose up -d`
|
||||
- [ ] As a second step, I launched the MCP server through `uv run src/notebookllama/server.py`
|
||||
- [ ] As a third and last step, I launched the Streamlit app through `strealit run src/notebookllama/Home.py`
|
||||
|
||||
### Issue Description
|
||||
|
||||
My issue is...
|
||||
|
||||
### Relevant Traceback
|
||||
|
||||
```text
|
||||
|
||||
```
|
||||
|
||||
### Other details
|
||||
|
||||
**OS**:
|
||||
**uv version**:
|
||||
**streamlit version**:
|
||||
**fastmcp version**:
|
||||
**llama-index-workflows version**:
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ""
|
||||
labels: enhancement, triage
|
||||
assignees: AstraBert
|
||||
---
|
||||
|
||||
**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.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Reference in New Issue
Block a user