From 0ef2f1bef50779b49159908e43f7040bf542c9b0 Mon Sep 17 00:00:00 2001 From: admin-charitygroup Date: Thu, 28 Nov 2024 09:08:42 -0800 Subject: [PATCH] Update rest_api.md (#601) --- workflows/rest_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/rest_api.md b/workflows/rest_api.md index 2a88d721d..b735fbe51 100644 --- a/workflows/rest_api.md +++ b/workflows/rest_api.md @@ -16,7 +16,7 @@ make -j Starting an index hosting service --------------------------------- -Follow the instructions for [building an in-memory DiskANN index](/workflows/in_memory_index.md) or [building an SSD DiskANN index](/workflows/SSD_index.md). Then start a service bound at the appropriate IP:port. For querying from the local machine, you may want to use `http://127.0.0.1:port`. For serving queries origniating from remote machines, you may want to use `http://0.0.0.0:port`. +Follow the instructions for [building an in-memory DiskANN index](/workflows/in_memory_index.md) or [building an SSD DiskANN index](/workflows/SSD_index.md). Then start a service bound at the appropriate IP:port. For querying from the local machine, you may want to use `http://127.0.0.1:port`. For serving queries originating from remote machines, you may want to use `http://0.0.0.0:port`. ```bash # To start serving an in-memory index