Ask a question to get started
Enter to sendā¢Shift+Enter new line
Executes before the index is created. Used for setting up any required Elasticsearch resources like a pipeline.
before_index_setup( self, client: Elasticsearch, text_field: str, vector_query_field: str ) -> None
client
Elasticsearch
The Elasticsearch client.
text_field
str
The field containing the text data in the index.
vector_query_field
The field containing the vector representations in the index.