Skip to content

pradanaadn/chatbot-bank

Repository files navigation

│
├── config/
│   ├── __init__.py
│   └── config.yaml          # Configuration settings for the project
│
├── data/
│   ├── raw/                 # Original, unprocessed data
│   ├── processed/           # Cleaned and preprocessed data
│   └── embeddings/          # Cached embedding files
│
├── docs/
│   ├── README.md            # Project documentation
│   └── usage_examples.md    # Example usage and tutorials
│
├── models/
│   ├── __init__.py
│   ├── embedding_model.py   # Embedding generation logic
│   ├── retrieval_model.py   # Document retrieval mechanisms
│   └── generation_model.py  # Response generation model
│
├── notebooks/
│
├── scripts/
│
│
├── src/

│
├── tests/

│
├── requirements.txt         # Project dependencies
├── setup.py                 # Package setup file
├── .gitignore
├── LICENSE
└── main.py                  # Main entry point for the RAG application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published