1 implementation of SearchAsync
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
176
public async ValueTask<IReadOnlyList<DocsSearchResult>>
SearchAsync
(string query, int topK = 10, CancellationToken cancellationToken = default)
1 reference to SearchAsync
aspire (1)
Mcp\Docs\DocsSearchService.cs (1)
122
var searchResults = await _docsIndexService.
SearchAsync
(query, topK, cancellationToken).ConfigureAwait(false);