Basic RAG Pipeline This is a rudimentary in-memory RAG pipeline. Data is fetched from Wikipedia in fetchTxt.py, and prompts are generated and asked in rag.py.