.Net: Plugin ITextSearch.CreateWithGetSearchResults configurable with TextSearchOptions #10207
Labels
Build
Features planned for next Build conference
.NET
Issue or Pull requests regarding .NET code
text_search
I want to create a plugin using
CreateWithGetSearchResults
on aVectorStoreTextSearch
and I'd like to configure theTextSearchOptions
.Unfortunately, it's not available.
I would have expected to have this instead
I first thought that it would be configurable while injecting it
kernelBuilder.AddVectorStoreTextSearch
by provingVectorStoreTextSearchOptions
but that class is empty.Does it make sense to add
TextSearchOptions
toCreateWithGetSearchResults
or is it planned to do it withVectorStoreTextSearchOptions
?The text was updated successfully, but these errors were encountered: