summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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)