create
Function
Creates a MindFAISS object.
Prototype
@staticmethod def create(**kwargs)
Parameters
Parameter |
Data Type |
Required/Optional |
Description |
|---|---|---|---|
kwargs |
dict |
Required |
Keyword parameter. For details, see Class Introduction. The parameter must be passed; otherwise, KeyError is reported. |
Return Value
Data Type |
Description |
|---|---|
MindFAISS |
MindFAISS object. |
Parent topic: MindFAISS