Added vector search
This commit is contained in:
@@ -6,4 +6,5 @@ public interface IRecipeService
|
||||
{
|
||||
Task<RecipeResponseDto> ParseRecipeImageAsync(IFormFile image);
|
||||
Task<ChefConsultResponseDto> ConsultChefAsync(string userPrompt);
|
||||
Task<Pgvector.Vector> GetEmbeddingAsync(string text);
|
||||
}
|
||||
Reference in New Issue
Block a user