Skip to content

DSoftwareArtist/DjangoRagAgents

Repository files navigation

Django RAG System

A Django-based Retrieval-Augmented Generation (RAG) system using PostgreSQL with pgvector, LangChain, Sentence-Transformers, and Groq (Llama).

Screenshot 2026-03-19 at 6 01 46 PM

Tech Stack

  • Django 4.2 - Web framework
  • PostgreSQL + pgvector - Vector database
  • LangChain - LLM orchestration
  • Sentence-Transformers - Embeddings (all-MiniLM-L6-v2)
  • Groq - LLM for answer generation (Llama 3.1 8B)
  • PyPDF2 - PDF text extraction

About

A Django-based Retrieval-Augmented Generation (RAG) system using PostgreSQL with pgvector, LangChain, Sentence-Transformers, and Groq (Llama).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors