Spaces:
Running
Running
File size: 790 Bytes
7d9087b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
rag_chatbot/ βββ app.py # Main Streamlit app βββ components/ β βββ sidebar.py # Sidebar UI (model selection, upload, user info) β βββ chat_ui.py # Chat UI styling and history βββ services/ β βββ pdf_processing.py # PDF loading and text splitting β βββ vector_store.py # Vector database (FAISS) setup β βββ llm.py # Model initialization and QA chain βββ utils/ β βββ helpers.py # Helper functions (e.g., get_file_size) βββ docs/ # Folder for storing uploaded PDFs (created dynamically) βββ requirements.txt # Dependencies βββ README.md # Project documentation |