We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76913a commit f693113Copy full SHA for f693113
scripts/startup_app.sh
@@ -52,6 +52,8 @@ done
52
trap cleanup EXIT
53
54
export RAG_DATABASES_DIR=$(pwd)/databases
55
+export LLM_SERVICE_URL="http://localhost:8081"
56
+export API_URL="http://localhost:8080"
57
58
# start Qdrant vector DB
59
qdrant/qdrant & 2>&1
0 commit comments