summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-05 14:28:14 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-05 14:28:14 +0200
commitcced84ad56dd986673b9d3cb466d1f0b2561b65d (patch)
treef2a4686982ffe39f04251a5685b8564ad5035383
parent4ba4b79cfd0bb4a8236bb7b7abb300f365be4c96 (diff)
Update README
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index a717b63..d89cf45 100644
--- a/README.md
+++ b/README.md
@@ -100,15 +100,17 @@ in the same process.
### TODO
-- [ ] Rerank history if it is relevant.
+- [x] Rerank history if it is relevant.
-- [ ] message ollama/cohere
+- [x] message ollama/cohere
-- [ ] create db script
+- [x] create db script
-- [ ] write a general model for cli/ui
+- [x] write a general model for cli/ui
-- [ ] use huggingface like ollama
+- [ ] use huggingface instead of ollama
+
+- [ ] Refactor messages
### Inspiration
@@ -117,5 +119,4 @@ 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)
[building-rag-application-using-langchain-openai-faiss](https://medium.com/@solidokishore/building-rag-application-using-langchain-openai-faiss-3b2af23d98ba)
-
[knowledge_gpt](https://github.com/mmz-001/knowledge_gpt)