Ask a question to get started
Enter to sendā¢Shift+Enter new line
BaseRetrievalStrategy()
ABC
Executes when a search is performed on the store.
Executes when the index is created.
Executes before the index is created. Used for setting up any required Elasticsearch resources like a pipeline.
Returns whether or not the strategy requires inference to be performed on the text before it is added to the index.
Base class for Elasticsearch retrieval strategies.
Elasticsearch