Skip to content

Commit

Permalink
Update rest_api.md (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-charitygroup authored Nov 28, 2024
1 parent 7d08e50 commit 0ef2f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/rest_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ef2f1b

Please sign in to comment.