summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-06 01:50:12 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-06 01:50:12 +0200
commit606f3259a07b5dda7271daadc29e8525344152a1 (patch)
tree2d4a1cfe99965b4db48045674efae533c9dca615 /README.md
parent3afc466d29e759d96d36a3d4a383a0a4635e78a4 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index d36533b..eb12cab 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Retrieval Augmented Generation
+RAG with ollama and qdrant.
+
tbd
### TODO
@@ -11,6 +13,9 @@ Build script/or FE for adding pdfs or retrieve information
[streamlit](https://github.com/streamlit/streamlit)
-### Tutorial
+### 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)
-[link](https://medium.com/@solidokishore/building-rag-application-using-langchain-openai-faiss-3b2af23d98ba)
+[building-rag-application-using-langchain-openai-faiss](https://medium.com/@solidokishore/building-rag-application-using-langchain-openai-faiss-3b2af23d98ba)