Nishanth CV's starred repositories
RAG-on-PDF-LLM
A repository for setting up and initializing LLM using langcahain and HuggingFace, generating document embeddings, and connecting to Pinecone for vector database operations. Includes an example of using a Retrieval-Augmented Generation (RAG) model.
SQL-and-LLM-Integration
This repository contains a project that integrates SQL databases with language models. The project demonstrates how to establish database connection (with MySQL), and utilize language model (with LLaMa 3) utilities from the langchain_community library.