diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-08-25 00:06:19 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-08-25 00:06:19 +0200 |
commit | 28a1f5d4eddab6eb7c9ca77346c6fa9608856dd5 (patch) | |
tree | 563ffd32f1a6f5705c1fbf6230d5d226fd0e0e48 /README.md | |
parent | 6afba9079eebe867ac4f1b6073b5277513e7491b (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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) |