* Get a single vector by ID
(params: {
id: string;
namespace?: string;
})
| 48 | * Get a single vector by ID |
| 49 | */ |
| 50 | get(params: { |
| 51 | id: string; |
| 52 | namespace?: string; |
| 53 | }): Promise<Embedding | null>; |
no outgoing calls
no test coverage detected