diff --git a/data_process.ipynb b/notebooks/data_process.ipynb similarity index 100% rename from data_process.ipynb rename to notebooks/data_process.ipynb diff --git a/rag_chat.ipynb b/notebooks/rag_chat.ipynb similarity index 100% rename from rag_chat.ipynb rename to notebooks/rag_chat.ipynb diff --git a/LLM.py b/src/LLM.py similarity index 100% rename from LLM.py rename to src/LLM.py diff --git a/rag_chat.py b/src/rag_chat.py similarity index 100% rename from rag_chat.py rename to src/rag_chat.py