Skip to content

ammarmuflih/WRKMC_REFACTOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure:

ee4ea89 (first commit) your_project/ │ ├── app/ │ ├── init.py # Flask app initialization │ ├── routes/ │ │ ├── init.py │ │ └── api.py # API endpoints │ │ │ ├── services/ │ │ ├── init.py │ │ ├── rag_service.py # RAG logic │ │ └── llm_service.py # LLM integration │ │ │ ├── database/ │ │ ├── init.py │ │ ├── handlers.py # Your existing databaseHandler.py │ │ └── models.py # Database models if needed │ │ │ ├── utils/ │ │ ├── init.py │ │ ├── initializer.py # Your existing initializer.py │ │ └── tools.py # Your existing tools.py │ │ │ └── config/ │ ├── init.py │ └── settings.py # Your existing config.py │ ├── tests/ # Unit tests │ ├── init.py │ └── test_rag.py │ ├── logs/ # Log files │ ├── .env # Environment variables ├── requirements.txt # Dependencies ├── run.py # Application entry point └── README.md # Documentation

HEAD

WRKMC_REFACTOR

4d897c5 (first commit)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages