English
中文(简体)
中文(繁体)
한국어
日本語
English
Português
Español
Русский
العربية
Indonesia
Deutsch
Français
ภาษาไทย
Complete Sitemap
Latest Updates
Home
Source Code
Programming Related
Website Building Resources
Web Design Tutorials
Network Programming Tutorials
Home
>
Programming related
>
Other source code
RAG System
Other source code
1.0.0
Download
Requirements
Python 3.8 or later
Install Python using MiniConda
Download and install MiniConda from here
Create a new environment using the following command:
$ conda create -n mini-rag python=3.8
Activate the environment:
$ conda activate mini-rag
(Optional) Setup you command line interface for better readability