Skip to content

DarrelFW321/KnowledgeQA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 AI Knowledge Base RAG Assistant

A full-stack Retrieval-Augmented Generation system with:

  • βœ… Multi-workspace knowledge bases
  • πŸ“„ PDF ingestion + citation viewer
  • 🌐 URL ingestion
  • πŸ” Semantic vector search (Qdrant)
  • 🧠 Llama-3 via Ollama
  • ⚑ FastAPI backend
  • 🎨 Next.js frontend
  • 🐳 Docker production stack

πŸ”Œ Tech Stack

Layer Tech
Frontend Next.js + Tailwind + Shadcn + React PDF
Backend FastAPI + Sentence Transformers
Vector DB Qdrant
LLM Ollama (Llama-3)
Deployment Docker Compose

πŸš€ Running in Dev

npm run dev             # frontend
uvicorn api:app --reload  # backend
docker compose up qdrant # db

🐳 Production

docker compose -f docker-compose.prod.yml up -d --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published