Skip to main content

get_embedding_context_handler

Function get_embedding_context_handler 

Source
async fn get_embedding_context_handler(
    __arg0: State<Arc<AppState>>,
    headers: HeaderMap,
    __arg2: Json<GetEmbeddingContextHttpRequest>,
) -> Result<Json<RetrieveResultDto>, (StatusCode, Json<ErrorResponse>)>