Views
No views yet
1git clone <your-repo-url>
2cd credittrust_complaint_chatbot1python -m venv venv
2source venv/bin/activatepip install -r requirements.txtjupyter notebook notebooks/eda_preprocessing.ipynbpython src/eda_preprocessing.pycomplaints.csv is in the data/ directory or update the script path.)python src/chunk_embed_indexing.pydata/filtered_complaints.csv and save the vector store to vector_store/.)python src/rag_application.pyNote on API Quota:
If you encounter ResourceExhausted errors, your Google Gemini API free-tier quota might be temporarily exceeded. Please wait and try again later, or consider upgrading your Google Cloud project.
python app.py