summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2025-08-25 00:06:19 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2025-08-25 00:06:19 +0200
commit28a1f5d4eddab6eb7c9ca77346c6fa9608856dd5 (patch)
tree563ffd32f1a6f5705c1fbf6230d5d226fd0e0e48 /README.md
parent6afba9079eebe867ac4f1b6073b5277513e7491b (diff)
Broken stateHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index d89cf45..97f255f 100644
--- a/README.md
+++ b/README.md
@@ -108,12 +108,20 @@ in the same process.
- [x] write a general model for cli/ui
-- [ ] use huggingface instead of ollama
+- [ ] ~~use huggingface instead of ollama~~
+ - Huggingface is too slow...
- [ ] Refactor messages
+- [ ] Rewrite in functional style
+
+- [ ] Try out nemotron-mini
+
+- [ ] Try out llama3-chatqa
+
### Inspiration
+
I took some inspiration from these tutorials:
[rag-openai-qdrant](https://colab.research.google.com/github/qdrant/examples/blob/master/rag-openai-qdrant/rag-openai-qdrant.ipynb)