This repo will showcase how to use vector RAG and use other techniques to overcome its weaknesses.
- Get text of some domain
- store in vector DB
- Fastest to use openAI API with a small model
- ANN or other similarity measure with vector DB
- Append context to prompt
- Produce output