interface AzionRetrieverArgsInterface for the arguments required to initialize an Azion library.
Name of the database to search
Optional ChatModel used to extract entities from queries
Whether the metadata is contained in a single column or multiple columns
Array of filters to apply to search results
Number of results to return from full text search. Minimum is 1.
Name of table containing documents for full text search
Max items to maintain per searchtype. Default is 3.
Optional metadata columns to include in results
Prompt template for entity extraction
Type of search to perform - either hybrid (combining vector + FTS) or similarity only
Number of results to return from similarity search. Minimum is 1.
Name of table containing vector embeddings for similarity search
Whether to print out response text.