Skip to content

Commit

Permalink
Run pre-commit script
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Morin <[email protected]>
  • Loading branch information
cameronmorin committed Nov 28, 2024
1 parent 6b7e75e commit 969cd79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions tests/dataprep/test_dataprep_opensearch_langchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function start_service() {
-p 9200:9200 \
-p 9600:9600 \
opensearchproject/opensearch:latest

# Start OpenSearch dataprep container
OPENSEARCH_URL="http://${ip_address}:9200"
echo $(OPENSEARCH_URL)
Expand All @@ -52,7 +52,7 @@ function start_service() {
-e OPENSEARCH_URL=$OPENSEARCH_URL \
-e INDEX_NAME=$INDEX_NAME \
opea/dataprep-opensearch:latest

sleep 2m
}

Expand Down Expand Up @@ -172,4 +172,3 @@ function main() {
}

main

3 changes: 1 addition & 2 deletions tests/retrievers/test_retrievers_opensearch_langchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function start_service() {
-p 9200:9200 \
-p 9600:9600 \
opensearchproject/opensearch:latest

# tei endpoint
tei_endpoint=6060
model="BAAI/bge-base-en-v1.5"
Expand Down Expand Up @@ -109,4 +109,3 @@ function main() {
}

main

0 comments on commit 969cd79

Please sign in to comment.