1 instantiation of DocsSearchResult
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
199
results.Add(new
DocsSearchResult
3 references to DocsSearchResult
aspire (3)
Mcp\Docs\DocsIndexService.cs (3)
35
ValueTask<IReadOnlyList<
DocsSearchResult
>> SearchAsync(string query, int topK = 10, CancellationToken cancellationToken = default);
176
public async ValueTask<IReadOnlyList<
DocsSearchResult
>> SearchAsync(string query, int topK = 10, CancellationToken cancellationToken = default)
191
var results = new List<
DocsSearchResult
>();