LLM Projects

a diagram of a RAG application deployed on GKE
a diagram of a RAG application deployed on GKE
Scalable RAG with GKE and LlamaIndex

Implemented a Q&A Pipeline using the LlamaIndex framework, Qdrant as a vector database, and deployment on Google Kubernetes Engine using a FastAPI app and Dockerfile. Python files from GitHub repositories are loaded into the vector database, and the FastAPI app processes requests within an interactive Streamlit app

a diagram of a RAG application deployed on AWS
a diagram of a RAG application deployed on AWS
AWS RAG Qdrant

Developed a Serverless Application with AWS Lambda and Qdrant for Semantic Search. Utilized AWS API Gateway for API development, Docker for containerization, and created additionally an interactive Streamlit app

a diagram of a RAG application using crewAI agents
a diagram of a RAG application using crewAI agents
CrewAI RAG LangChain Qdrant

Implemented a Retrieval-Augmented Generation (RAG) project for Question-Answering (QA) retrieval, using LangChain and Qdrant as vector store, together with a Research and Writer agent from CrewAI to analyze and summarize research papers

a diagram of an LLM model fine-tuning
a diagram of an LLM model fine-tuning
Fine-Tuning Gemma 2B

Fine tuning of Gemma 2B model using quantization and LoRA Adapters (QLoRA) and hosting the model/adapters in a private repo in Hugging Face

a photo of a robot
a photo of a robot
Agentic RAG LangChain Pinecone

Implemented a Retrieval-Augmented Generation (RAG) project for Question-Answering (QA) retrieval, using LangChain and Pinecone as vector store. Explored the concept of multi-tenancy and multi-agents workflows including memory

a photo of a llama
a photo of a llama
RAG Llama Index

Implemented a Retrieval-Augmented Generation (RAG) project for Question-Answering (QA) retrieval, utilizing Llama Index and Deep Lake vector database

a photo of hallucinations
a photo of hallucinations
RAG LangChain Ragas

Implemented a RAG Q&A Pipeline project, using LangChain as Framework, FAISS vector database and evaluating the performance of the RAG model using Ragas metrics such as Faithfulness, Answer Relevancy, Context Precision, Context Recall, and Answer Correctness

a photo of a detective
a photo of a detective
Q&A and Summarization

Developed a LLM project for Question-Answering and Summarization, employing Whisper ASR (Automatic Speech Recognition) system and Langchain. Implemented an app using Streamlit for local deployment, facilitating the extraction of audio and text information

RAG App with AWS CDK, Qdrant and LlamaIndex

Implemented a RAG Pipeline using AWS CDK as IaC, LlamaIndex framework, Qdrant as a vector database, and deployment on AWS using a FastAPI app and Dockerfile

Agentic RAG Using Claude, LlamaIndex, and Milvus

Implemented an agentic RAG pipeline for Question-Answering retrieval, using LlamaIndex and Milvus as vector store, together with a critic reflection agent

Azure RAG Qdrant

Developed a Serverless Application with LangChain framework, Qdrant as vector database and Azure Function with HttpTrigger