Skip to content

Commit

Permalink
gh-4764 Remove duplicate CONTEXTIONARY_URL variables in dev setup (#4806
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aminst committed May 14, 2024
1 parent 257b2d3 commit bf46c3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/dev/run_dev_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ case $CONFIG in
RAFT_INTERNAL_RPC_PORT="8303" \
RAFT_JOIN="weaviate-0:8300,weaviate-1:8302,weaviate-2:8304" \
RAFT_BOOTSTRAP_EXPECT=3 \
CONTEXTIONARY_URL=localhost:9999 \
DEFAULT_VECTORIZER_MODULE=text2vec-contextionary \
ENABLE_MODULES="text2vec-contextionary,backup-filesystem" \
go_run ./cmd/weaviate-server \
Expand All @@ -114,7 +113,6 @@ case $CONFIG in
RAFT_INTERNAL_RPC_PORT="8305" \
RAFT_JOIN="weaviate-0:8300,weaviate-1:8302,weaviate-2:8304" \
RAFT_BOOTSTRAP_EXPECT=3 \
CONTEXTIONARY_URL=localhost:9999 \
DEFAULT_VECTORIZER_MODULE=text2vec-contextionary \
ENABLE_MODULES="text2vec-contextionary" \
go_run ./cmd/weaviate-server \
Expand All @@ -137,7 +135,6 @@ case $CONFIG in
CLUSTER_JOIN="localhost:7100" \
RAFT_PORT="8306" \
RAFT_INTERNAL_RPC_PORT="8307" \
CONTEXTIONARY_URL=localhost:9999 \
DEFAULT_VECTORIZER_MODULE=text2vec-contextionary \
ENABLE_MODULES="text2vec-contextionary" \
go_run ./cmd/weaviate-server \
Expand Down

0 comments on commit bf46c3d

Please sign in to comment.