Open TobeTek opened 2 months ago
Notebook showing a example using advance rag techniques such has auto retrieval and hybrid search on the LPI Dataset using Llama Index, Gemini and weaviate vector database
Findings: Rag is able to provide the correct courses from a users query but the Gemma2b model struggles on returning a desired output as seen in the the notebook. Copying the fewshot templates inputting infomation instead of using the contextual infomation Next Steps:
2nd version
Create a pipeline that integrates Retrieval-Augmented Generation (RAG) based on the LPI dataset, a vector database, and a Large Language Model (LLM).