Skip to content

Commit 2a1631f

Browse files
committed
Add top level list of links
Signed-off-by: Rohan Chitale <[email protected]>
1 parent 8b221bd commit 2a1631f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Request Response:
4141
* The top two parameters are derived by the KNN plugin from the customer's repo setting. `container_name` is used to specifically refer to the "bucket" (or non-S3 equivalent), rather than the name of the repository itself.
4242
* Tenant ID is included to be used for billing, authorization, etc
4343
* Dimension, doc count, and data type are specifically placed on the first JSON level so the build service can quickly use them first to calculate workload size
44-
* Doc count must be greater than 4, since doc counts of 1, 3, and 4 have been observed to consistently fail during index builds
44+
* Doc count must be greater than 4, since doc counts of 1, 3, and 4 have been observed to consistently fail during index builds. There is currently an issue open with faiss for this: https://github.com/facebookresearch/faiss/issues/4260
4545
* Engine: If in the future we have different workers hosting different engines, like Lucene etc. this parameter will act as an extension point. This is not a required parameter.
4646
* Space type is inside `index_parameters` since it is only used in index creation
4747
* By including an `algorithm` field in index parameters, we leave the door open for IVF, future algorithms

DEVELOPER_GUIDE.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
- [Building Docker Images](#building-docker-images)
1010
- [Faiss Base Image](#faiss-base-image)
1111
- [Core Image](#core-image)
12+
- [API Image](#api-image)
13+
- [Running Docker Images](#running-docker-images)
14+
- [Run the API Image as a standalone container](#run-the-api-image-as-standalone-container)
1215
- [Provisioning an Instance for Development](#provisioning-an-instance-for-development)
1316
- [Memory Profiling](#memory-profiling)
1417
- [GPU Memory Profiling with NVIDIA SMI](#gpu-memory-profiling-with-nvidia-smi)

0 commit comments

Comments
 (0)