Skip to content

Commit 1775619

Browse files
committed
fix build error
1 parent 9288262 commit 1775619

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service/backend/Controllers/EmbeddingsController.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ namespace backend.Controllers;
1515
public class EmbeddingsController(
1616
IEmbeddingService embeddingService,
1717
IQdrantService qdrantService,
18-
ApplicationDbContext dbContext,
19-
IConfiguration configuration)
18+
ApplicationDbContext dbContext)
2019
: ControllerBase
2120
{
2221
[HttpPost("embed")]

0 commit comments

Comments
 (0)