- To prepare your environment
wget https://elephantscale-public.s3.amazonaws.com/downloads/Anaconda3-2023.03-Linux-x86_64.sh
chmod +x Anaconda3-2023.03-Linux-x86_64.sh
./Anaconda3-2023.03-Linux-x86_64.sh```shell
conda create --name MosesAI python=3.9
- Setup the environment
conda activate MosesAI
pip install -r requirements.txtThe only think is that it often does not work and I install the packages mentioned in the requirements.txt manually
./requirements.sh-
Langchain_Semantic_Search_Pinecone.ipynbis for storing the Pinecone index (done once and run locally) -
Run on port 8080
./run_fastapi.sh