Commit History

Loosen langchain and langgraph version constraints to fix dependency conflicts
020f001
Running

Madhesh4124 commited on

Update README with Groq and evaluation metrics definitions
f74312a

Madhesh4124 commited on

Fix NameError by importing os in pipeline_factory.py
cd00a59

Madhesh4124 commited on

Add langchain-groq to requirements
554b1e9

Madhesh4124 commited on

Switch to Groq LLM provider (llama-3.3-70b-versatile)
cb82003

Madhesh4124 commited on

Fix evaluation metrics zero display, document picker stale count, and auto-save evaluation reports
12304e2

Madhesh4124 commited on

Fix import warnings and pdfplumber parsing error in test files
8f7f1be

Madhesh4124 commited on

Optimize RAG evaluation to unified single LLM call, increase timeouts, and handle 429 quota limits
1d7b287

Madhesh4124 commited on

fix: persistent storage detection and document visibility
0752cd0

Madhesh4124 commited on

fix: remove document_id constraint from config lookup in stream and chat endpoints
3d0af33

Madhesh4124 commited on

fix: resolve POST /api/chat/prepare 404 errors
b384d7f

Madhesh4124 commited on

fix: fall back to writable upload dir when /data/uploads is not writable
15809b2

Madhesh4124 commited on

fix: capture admin_user.id before await to prevent MissingGreenlet error
f6297fa

Madhesh4124 commited on

Fix concurrent bootstrap user seeding race
fdc6841

Madhesh4124 commited on

Make initial migration safe for fresh SQLite databases
cc0e0a8

Madhesh4124 commited on

Stabilize HF startup DB path and async Alembic URL
131f959

Madhesh4124 commited on

Make startup chown best-effort for HF mounted volumes
cbf1317

Madhesh4124 commited on

Fix Dockerfile COPY path for start.sh
898d8e2

Madhesh4124 commited on

Add start script to run migrations and ensure writable DB dir; run it as CMD
dea62e3

Madhesh4124 commited on

Add gunicorn and make adduser non-interactive in Dockerfile
e839063

Madhesh4124 commited on

Resolve OpenAI dependency conflict
7c1e885

Madhesh4124 commited on

fix: remove aider runtime dependency
52ebf7b

Madhesh4124 commited on

fix: make hf build cross-platform
f9ebedc

Madhesh4124 commited on

chore: sync project updates
39f90be

Madhesh4124 commited on

Major Chunking,Retrieval and Ranking Updates
e907a44

Madhesh4124 commited on

Fixed file upload issues
41f203f

Madhesh4124 commited on

fixed cross-site cookie behavior
03df01f

Madhesh4124 commited on

Refactored the codebase and implemented stateless
e8cd7a9

Madhesh4124 commited on

CI: harden HF ping workflow for private spaces and optional auth token
2f80d64

Madhesh4124 commited on

Docs: remove unimplemented evaluation and analytics claims
dbbc033

Madhesh4124 commited on

Add sample test account and show credentials in login UI
f37b505

Madhesh4124 commited on

Fix admin visibility: persist is_admin, migrate existing DBs, and enforce seed admin privileges
588aa9e

Madhesh4124 commited on

Fix cross-site session auth: SameSite=None cookies and proper CORS regex origins
da83661

Madhesh4124 commited on

Fix session cookie security: use secure=True for HTTPS (HF Spaces/Vercel) with override option for local dev; improve CORS for deployments
6c7049a

Madhesh4124 commited on

Add smart defaults for DATABASE_URL and AUTH_SECRET_KEY for HF Space deployment
4b1e4d1

Madhesh4124 commited on

Add pypdf dependency for PDF file processing
6380a4a

Madhesh4124 commited on

Add missing itsdangerous dependency for password reset tokens
deef5b4

Madhesh4124 commited on

Remove unused deps: supabase, qdrant-client, langchain-qdrant, sentence-transformers (not needed for bucket-only HF Space)
9c6dfe8

Madhesh4124 commited on

Fix HF build: align posthog with chromadb 1.x
3dea049

Madhesh4124 commited on

Updated requirements.txt
3dacadb

Madhesh4124 commited on

Update README Space metadata and consolidate env templates
9459dec

Madhesh4124 commited on

Add Dockerfile for HF Spaces backend deployment
3c59e71

Madhesh4124 commited on

Add auth reset flow, rate limiting, and frontend fixes
65f5dac

Madhesh4124 commited on

feat: add auth-gated 3-mode workflow with admin chroma controls
7ac3a44

Madhesh4124 commited on

Implemented Compare feature and fixed other chunking strats
30b1aef

Madhesh4124 commited on

Fixed Chat function bugs and internal bugs related to UI
5f1da59

Madhesh4124 commited on

Merge branch 'main' of https://github.com/Madhesh4124/RAG_LAB
d1e3afa

SAbhinav04 commited on

feat: all phases complete, real backend data working
2d857a9

SAbhinav04 commited on

Implemented Chapter and Recursive based Chunking strats
57f0e9f

Madhesh4124 commited on