Skip to content

Web Page Scraping + RAG System This project demonstrates how to build a Retrieval-Augmented Generation (RAG) pipeline by combining web page scraping with LLM-powered question answering.

ankit-variya/Scraping_AI_with_RAG_Tune

Repository files navigation

Run Project

python -m venv venv venv\Scripts\activate

  • npm i
  • start python server for chromadb
  • pip install chromadb
  • chroma run --host 127.0.0.1 --port 8000
  • npm run dev

About

Web Page Scraping + RAG System This project demonstrates how to build a Retrieval-Augmented Generation (RAG) pipeline by combining web page scraping with LLM-powered question answering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published