diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-06 01:50:12 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-06 01:50:12 +0200 |
commit | 606f3259a07b5dda7271daadc29e8525344152a1 (patch) | |
tree | 2d4a1cfe99965b4db48045674efae533c9dca615 | |
parent | 3afc466d29e759d96d36a3d4a383a0a4635e78a4 (diff) |
Update README
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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) |