Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -121,6 +121,12 @@ This project uses `uv` for environment and package management and `pytest` for t
|
|
121 |
- UI layout and event wiring are in `app.py`.
|
122 |
- Add or update tests in the `tests/` directory for any new or modified functionality.
|
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
## License
|
125 |
|
126 |
BSD 2-Clause License
|
|
|
121 |
- UI layout and event wiring are in `app.py`.
|
122 |
- Add or update tests in the `tests/` directory for any new or modified functionality.
|
123 |
|
124 |
+
## TODO
|
125 |
+
|
126 |
+
- [ ] Edit columns /fields
|
127 |
+
- [ ] Improve crawler / RAG(?)
|
128 |
+
- [ ] Chain of thought / reasoning, recurse for better questions
|
129 |
+
|
130 |
## License
|
131 |
|
132 |
BSD 2-Clause License
|