ChallengeCup Installation create a virtual environment conda create -n rag python=3.10 conda activate rag Install Scrapegraph-ai cd Scrapegraph-ai pip install -e . cd .. playwright install Install LightRAG cd LightRAG pip install -e . cd ..