This repository contains a collection of Jupyter notebooks exploring various applications of Large Language Models (LLMs). The research focuses on implementing and experimenting with different LLM techniques and frameworks.
llm-research/
├── RAG/
│ └── docling-langchain-rag.ipynb
- docling-langchain-rag.ipynb: Implementation of a RAG system with the help of Docling using LangChain framework for document-based question answering.
- Python 3.8+
- Jupyter Notebook/Lab
- Clone the repository:
git clone https://github.com/shivanshkaushikk/llm-research.git cd llm-research
- Start Jupyter Lab/Notebook:
jupyter lab
- Navigate to the desired notebook and run the cells.