We discuss the use of open source Hugging Face Embeddings and delve in the world of doing Q&A over our documents.
We learn to use the Azure OpenAI chat and embeddings model to Q&A our documents. More so, this method is special since Azure models guarantee privacy of our data that we send to the LLM.
We discuss the various methods of splitting our document text. More so we would focus on Recursive Text Splitting Technique.
We finetune Llama 2 7Billion Parameter model to excel at the task of SQL Query Creation.