Skip to content

anishk12345/portfolio_with_RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio with RAG based chatbot using llama 3.2

This project implements a customizable AI Chatbot API using the Llama model and LangChain to retrieve relevant data from predefined knowledge chunks.

Arguments: --model_name: Path or name of the model folder to use "Llama-3.2-3B-Instruct" --api_key: Static api key to route to localhost ( You can use ngrok)

Ex:

python api.py --model_name "Llama-3.2-3B-Instruct" --api_key "https://my-ngrok-url.app"

About

Personal Portfolio with RAG chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published