mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-16 07:14:29 -04:00
834 B
834 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| BaseQueryEngine | Interface: BaseQueryEngine | BaseQueryEngine | 0 | null |
A query engine is a question answerer that can use one or more steps.
Implemented by
Methods
query
▸ query(query, parentEvent?): Promise<Response>
Query the query engine and get a response.
Parameters
| Name | Type |
|---|---|
query |
string |
parentEvent? |
Event |
Returns
Promise<Response>