We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9288262 commit 1775619Copy full SHA for 1775619
service/backend/Controllers/EmbeddingsController.cs
@@ -15,8 +15,7 @@ namespace backend.Controllers;
15
public class EmbeddingsController(
16
IEmbeddingService embeddingService,
17
IQdrantService qdrantService,
18
- ApplicationDbContext dbContext,
19
- IConfiguration configuration)
+ ApplicationDbContext dbContext)
20
: ControllerBase
21
{
22
[HttpPost("embed")]
0 commit comments