npc0's picture
Update run.sh
a31bdf3 verified
raw
history blame
280 Bytes
#!/bin/bash
uvicorn /dep/claude-proxy-api/server_openai:app --host localhost --port 8000 &
infinity_emb v2 --model-id mixedbread-ai/mxbai-embed-large-v1 --port 7997 &
python -m graphrag.index --init --root ./ragtest
streamlit run app.py --server.port=7860 --server.address=0.0.0.0