├── LICENSE ├── README.md ├── app.py ├── rag_deep.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Gen-AI-With-Deep-Seek-R1/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Gen-AI-With-Deep-Seek-R1 -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Gen-AI-With-Deep-Seek-R1/HEAD/app.py -------------------------------------------------------------------------------- /rag_deep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Gen-AI-With-Deep-Seek-R1/HEAD/rag_deep.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Gen-AI-With-Deep-Seek-R1/HEAD/requirements.txt --------------------------------------------------------------------------------