Retrieval-augmented-generation

RAG_prototype.ipynb A prototype to explore the RAG framework. Interacts with an embedding model and the GPT LLM for generation. Creates a vector database from scratch for basic get and insert functionality.