Updates
This commit is contained in:
@@ -1161,7 +1161,13 @@ export type ServerQueryObject<
|
||||
__query?: {
|
||||
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
|
||||
};
|
||||
vector?: Float32Array<ArrayBuffer>;
|
||||
vector?: boolean;
|
||||
/**
|
||||
* ### The Function to be used to generate the vector.
|
||||
* Eg. `vec_f32`. This will come out as `vec_f32(?)`
|
||||
* instead of just `?`
|
||||
*/
|
||||
vectorFunction?: string;
|
||||
};
|
||||
|
||||
export type ServerQueryQueryObject<
|
||||
|
||||
Reference in New Issue
Block a user