Parameters
Option 1: Dictionary Format
Parameter | Type | Default | Description |
---|---|---|---|
items | List[Dict] | - | List of dictionaries containing vector data |
Option 2: Separate Arrays
Parameter | Type | Default | Description |
---|---|---|---|
ids | List[str] | - | List of unique vector identifiers |
vectors | List[List[float]] or np.ndarray | - | Vector data as 2D array |
Returns
None