Skip to content

Commit 9290f52

Browse files
amul1umtxwu2intel
andauthored
A few Geti reference corrections (open-edge-platform#130)
Co-authored-by: Xintian Wu <75466671+xwu2intel@users.noreply.github.com>
1 parent 5bde9f4 commit 9290f52

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

microservices/model-registry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Below, you'll find links to detailed documentation to help you get started, conf
2222
- [How to Deploy with Helm](docs/user-guide/how-to-deploy-with-helm.md): Guide for deploying the microservice using Helm.
2323

2424
- **Integration**
25-
- [How to Interface with Intel® Geti™ Platform](docs/user-guide/how-to-interface-with-intel-geti-platform.md): Instructions for integrating with the Intel® Geti™ platform.
25+
- [How to Interface with Intel® Geti™ software](docs/user-guide/how-to-interface-with-intel-geti-platform.md): Instructions for integrating with the Intel® Geti™ software.
2626

2727
- **API Reference**
2828
- [API Reference](docs/user-guide/api-reference.md): Comprehensive reference for the available REST API endpoints.

microservices/model-registry/docs/user-guide/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ The Relational Database is responsible for storing structured data related to th
4343

4444
The Object Storage solution is used to store unstructured data, such as model binaries and other files.
4545

46-
**Intel® Geti™ Platform**
46+
**Intel® Geti™ Software**
4747

48-
The Intel® Geti™ platform is accessible via optional configurations within the model registry. Once configured, the model registry is able to access the projects and models hosted within a remote Geti platform.
48+
The Intel® Geti™ software is accessible via optional configurations within the model registry. Once configured, the model registry is able to access the projects and models hosted within a remote Geti platform.
4949

5050
## Key Features
5151
* **Feature 1**: Provides a comprehensive set of REST API endpoints for operations such as registering, updating, retrieving, and deleting models.
5252
* **Feature 2**: Utilizes a relational database to store structured data related to models, ensuring data integrity.
5353
* **Feature 3**: Leverages an object storage solution for scalable storage and retrieval of unstructured data, including model binaries and artifacts.
54-
* **Feature 4**: Offers optional configurations to integrate with the Intel® Geti™ platform, enabling access to projects and models hosted on a remote Geti platform.
54+
* **Feature 4**: Offers optional configurations to integrate with the Intel® Geti™ software, enabling access to projects and models hosted on a remote Geti platform.
5555

5656
## Supporting Resources
5757

microservices/model-registry/docs/user-guide/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ For alternative ways to set up the microservice, see:
323323

324324
## Next Steps
325325

326-
- [How to interface with a remote Intel® Geti™ Platform using the Model Registry microservice](./how-to-interface-with-intel-geti-platform.md)
326+
- [How to interface with a remote Intel® Geti™ Software using the Model Registry microservice](./how-to-interface-with-intel-geti-platform.md)
327327

328328
## Troubleshooting
329329

microservices/model-registry/docs/user-guide/how-to-interface-with-intel-geti-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to Interface with Intel® Geti™ Platform
1+
# How to Interface with Intel® Geti™ Software
22

33
These steps demonstrate how to interact with a remote Intel Geti server such as accessing projects and storing OpenVINO optimized models in the Model Registry microservice using `curl` commands on a Linux system.
44

microservices/model-registry/docs/user-guide/overview-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The model registry addresses several key problems:
1616
* **Feature 1**: Provides a comprehensive set of REST API endpoints for operations such as registering, updating, retrieving, and deleting models.
1717
* **Feature 2**: Utilizes a relational database to store structured data related to models, ensuring data integrity.
1818
* **Feature 3**: Leverages an object storage solution for scalable storage and retrieval of unstructured data, including model binaries and artifacts.
19-
* **Feature 4**: Offers optional configurations to integrate with the Intel® Geti™ platform, enabling access to projects and models hosted on a remote Geti platform.
19+
* **Feature 4**: Offers optional configurations to integrate with the Intel® Geti™ software, enabling access to projects and models hosted on a remote Geti platform.
2020

2121
## Architecture Overview
2222

0 commit comments

Comments
 (0)