Configurations for Dria retriever.
contractId
apiKey
DRIA_API_KEY
The retrieval can be configured with the following options:
topK
rerank
level
field
Generated using TypeDoc
Configurations for Dria retriever.
contractId
: a Dria knowledge's contract ID.apiKey
: a Dria API key; if omitted, the retriever will check forDRIA_API_KEY
environment variable.The retrieval can be configured with the following options:
topK
: number of results to return, max 20. (default: 10)rerank
: re-rank the results from most to least semantically relevant to the given search query. (default: true)level
: level of detail for the search, must be an integer from 0 to 5 (inclusive). (default: 1)field
: CSV field name, only relevant for the CSV files.