brickfrog commited on
Commit
ee05e09
·
verified ·
1 Parent(s): 100024e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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