diff options
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) |