build
API Definition
def build() -> scann.scann_ops.ScannSearcher
Function
Index construction (consistent with the open source algorithm).
Parameters
None
Return Value
Data Type |
Description |
|---|---|
scann.scann_ops.ScannSearcher |
The build starts and the built ScannSearcher is returned. |
Parent topic: Python APIs