Update Dockerfile to clarify exposure of GROQ_API_KEY only
8be03d9
Jatin Mehracommited on
Add sync badge for Hugging Face Space in README
6f5446f
Jatin Mehracommited on
Updated Readme for HF Spaces
b1fb255
Jatin Mehracommited on
Add comprehensive documentation including API reference, development guide, and index
535ca47
Jatin Mehracommited on
Enhance README with detailed project overview, features, usage guide, and technical details
f255569
Jatin Mehracommited on
renamed test folder to tests
8fc3b18
Jatin Mehracommited on
Add comprehensive README for RAG API testing suite, detailing test files, execution methods, and troubleshooting steps
3647d91
Jatin Mehracommited on
Add test runner script for RAG API endpoints with multiple testing options
680c8dc
Jatin Mehracommited on
Add pytest-based test suite for RAG API endpoints
ff040f1
Jatin Mehracommited on
Add test dependencies for RAG API testing
21e6037
Jatin Mehracommited on
Refactor requirements: Pin package versions for consistency and stability
8bad9c9
Jatin Mehracommited on
Enhance dark theme: Update styles for improved readability and aesthetics, including background colors, text colors, and button styles across the application.
3399b78
Jatin Mehracommited on
Enhance mobile experience: Add mobile menu and close buttons, improve sidebar functionality, and adjust styles for better responsiveness
c4a2100
Jatin Mehracommited on
Refactor: Remove '/api' prefix from route paths for consistency across backend and frontend
9a2da40
Jatin Mehracommited on
Fix: Update embedding model description for improved accuracy guidance
a8dbd59
Jatin Mehracommited on
Refactor Dockerfile to run FastAPI server using uvicorn; add empty __init__.py files for package initialization
8ce008a
Jatin Mehracommited on
Update API base URL to use relative path for consistency
d65eddf
Jatin Mehracommited on
Add workflow to sync README to Hugging Face Space on push to main
9a827b7
Jatin Mehracommited on
Delete Corroupted workflows
c73a7a4
Jatin Mehracommited on
Update embedding model description to include accuracy guidance
a774526
Jatin Mehracommited on
Update embedding model description for improved accuracy guidance
521cf1d
Jatin Mehracommited on
Update API base URL and server port for consistency across backend and frontend
2fcd192
Jatin Mehracommited on
Add comprehensive README for Wasserstoff AiInternTask detailing features, installation, usage, and architecture
81856af
Jatin Mehracommited on
Add GitHub Actions workflow to sync README to Hugging Face Space
5bd48e4
Jatin Mehracommited on
Add Dockerfile for application setup with dependencies and environment configuration
15696a6
Jatin Mehracommited on
Add .dockerignore file to exclude environment and data files from Docker context
afcb44e
Jatin Mehracommited on
Update README.md to enhance clarity and detail on application features, installation, and architecture
51af4f9
Jatin Mehracommited on
Update copyright year and owner in LICENSE file
227cd48
Jatin Mehracommited on
Refactor configuration handling in EnhancedDocumentProcessor to use centralized Config class for model and logging settings
d67ce94
Jatin Mehracommited on
Add configuration file for Enhanced Vector Database with model, logging, and processing settings
b0ce8b2
Jatin Mehracommited on
Refactor main.py by removing unused imports and code related to file processing and chat functionality
f4d8c72
Jatin Mehracommited on
Implement chat and file upload routes; add vector store management and processing utilities
214abd9
Jatin Mehracommited on
Add models and routes initialization for chat functionality
e07bb41
Jatin Mehracommited on
Enhance clear chat functionality with confirmation dialog and session reset; update UI and statistics display
d615a43
Jatin Mehracommited on
Add clear chat functionality with confirmation dialog and UI updates
fe2a6cb
Jatin Mehracommited on
Add uvicorn import for ASGI server support
43444be
Jatin Mehracommited on
Refactor FastAPI app initialization and clean up unused imports in enhanced_vectordb.py; remove vectordb.py file
851134e
Jatin Mehracommited on
Update .gitignore to include additional file types: *.pkl, *.json, and *.faiss
a0bb83f
Jatin Mehracommited on
Remove run.bat and run.sh scripts for application launch
8eb0491
Jatin Mehracommited on
Rename metric labels for clarity: "Documents" to "Pages" and update main title
bc7f16a
Jatin Mehracommited on
Add frontend styles, backend setup scripts, and update requirements
ee0697f
Jatin Mehracommited on
Rename metric label from "Total Documents" to "Total Pages" for clarity
ae95c07
Jatin Mehracommited on
Add DocumentProcessor and Streamlit RAG Chat Application