summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53d90b6..3010524 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,12 @@ streamlit run rag/ui.py
Yes, it is inefficient/dumb to use ollama when you can just load the models with python
in the same process.
+### TODO
+
+-[ ] Rerank history if it is relevant.
+-[ ] message ollama/cohere
+-[ ] create db script
+
### Inspiration
I took some inspiration from these tutorials: