Dongjin1203/QLoRA_RAG_test
컨텍스트 윈도우 값 수정, top_k 파라미터 수정
잘못된 repo, model file 명 변경
베이스 모델 repo, 파일명 수정
Add Base model GGUF support
Skip Base model temporarily (will convert to GGUF later)
Fix: Install PyTorch CPU version to avoid CUDA dependency
Add missing LangChain packages (langchain-openai, langsmith)
fix: requirements.txt
Switch to GPU version for HuggingFace Space compatibility
Fix: Upgrade pip and change install order to avoid resolver bug
Fix: Use prebuilt llama-cpp-python wheel for faster build
Fix: Dockerfile
Fix: Dockerfile
Fix: Docker + Streamlit setup with proper CMD
Fix: Remove Dockerfile and update for Streamlit SDK
메인 앱 streamlit으로 교체, app.py.old 제거
Add ResultAnalyzer and fix import paths
라우터, 프롬프트 추가
Add ChromaDB with Git LFS
Add Git LFS tracking for ChromaDB
Initial commit - RFPilot experiment
