blob: eb12cabd8229cce88708bc619ef49e3613319859 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Retrieval Augmented Generation
RAG with ollama and qdrant.
tbd
### TODO
Build script/or FE for adding pdfs or retrieve information
### Frontend (Low priority)
[streamlit](https://github.com/streamlit/streamlit)
### 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)
[building-rag-application-using-langchain-openai-faiss](https://medium.com/@solidokishore/building-rag-application-using-langchain-openai-faiss-3b2af23d98ba)
|