Build Laravel 13 ticket assistant with Docker, Livewire admin, and helpdesk scraper command
This commit is contained in:
11
app/Repositories/Contracts/ArticleRepositoryInterface.php
Normal file
11
app/Repositories/Contracts/ArticleRepositoryInterface.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Repositories\Contracts;
|
||||
|
||||
use App\DTOs\ArticleCandidateDTO;
|
||||
|
||||
interface ArticleRepositoryInterface
|
||||
{
|
||||
/** @return array<ArticleCandidateDTO> */
|
||||
public function findSimilarByEmbedding(array $embedding, int $limit = 5): array;
|
||||
}
|
||||
Reference in New Issue
Block a user