@@ -0,0 +1,9 @@
|
||||
using Api.Models.Rag;
|
||||
|
||||
namespace api.Services.Contracts.Rag;
|
||||
|
||||
public interface ICvRagService
|
||||
{
|
||||
Task<CvIngestResponse> IngestCvAsync(IFormFile file, bool gdprConsent, CancellationToken ct);
|
||||
Task<JobMatchResponse> MatchJobAsync(JobMatchRequest request, CancellationToken ct);
|
||||
}
|
||||
Reference in New Issue
Block a user