File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export async function initializeQdrant(): Promise<QdrantClient> {
5050 } ) ) as unknown as QdrantClient [ 'getCollection' ] ,
5151 // Add other methods if server startup or critical paths strictly depend on them.
5252 // For example, if upsert or search are called immediately and unconditionally:
53- upsert : ( ( collectionName : string , params : { wait ?: boolean , points : Schemas [ 'PointStruct' ] [ ] } ) => {
53+ upsert : ( ( collectionName : string , params : { wait ?: boolean , points : any [ ] } ) => {
5454 logger . info ( `[MOCK_QDRANT_UPSERT] Called for collection: ${ collectionName } , points: ${ params . points . length } ` ) ;
5555 return Promise . resolve ( { status : 'ok' , result : { operation_id : 0 , status : 'completed' } } ) ;
5656 } ) as unknown as QdrantClient [ 'upsert' ] ,
You can’t perform that action at this time.
0 commit comments