docs: update `TODO.md`
Browse files
TODO.md
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# To do
|
2 |
+
|
3 |
+
### fastf1-predictions
|
4 |
+
|
5 |
+
- [ ] Update `environment.yml` to reflect the new llama env along with `poetry`
|
6 |
+
|
7 |
+
### multi-agents-analysis
|
8 |
+
|
9 |
+
- [x] Add poetry as a package manager https://python-poetry.org/docs/basic-usage/
|
10 |
+
- [ ] Create a toy db with formula 1 data
|
11 |
+
- [ ] Connect `NLSQLRetriever` and `RetrieverQueryEngine` on this toy db
|