Skip to content

Commit 9cd0e94

Browse files
committed
documentation
1 parent 0b2ec6d commit 9cd0e94

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ docker run -d -p 80:80 -p 3000:3000 -e GOOGLE_APPLICATION_CREDENTIALS=xxx -e AZU
233233
234234
If you are not running with Docker, you can run the individual components of the Harmony API separately.
235235
236-
Architecture of the Harmony implementation on Azure with FastAPI:
236+
Architecture of the Harmony implementation as it runs with FastAPI on an on-premises server (the current setup) or on an alternative e.g. a cloud server such as Azure or EC2:
237237
238-
![Screenshot](images/harmony_architecture_azure.png)
238+
![Screenshot](images/harmony_architecture.png)
239239
240240
# Getting started with the Harmony Python library
241241
@@ -443,13 +443,6 @@ the matrix of matches between all items), and `query_similarity` (the degree of
443443
}
444444
```
445445
446-
## Alternative serverless deployment on AWS Lambda
447-
448-
This repository also contains code for an alternative serverless deployment on AWS Lambda. The deployment has been
449-
divided into four AWS Lambda functions, managed by Terraform. Please refer to folder `serverless_deployment` for
450-
details.
451-
452-
![Screenshot](images/deployed_harmony_architecture.png)
453446
454447
# License
455448

images/harmony_architecture.png

61.8 KB
Loading

0 commit comments

Comments
 (0)