Run a Vectara query
vectara_query(
self,
query: str,
config: VectaraQueryConfig,
**kwargs: Any = {}
) -> List[Tuple[Document, float]]Returns: A list of k Documents matching the given query If summary is enabled, last document is the summary text with 'summary'=True
| Name | Type | Description |
|---|---|---|
query* | str | Text to look up documents similar to. |
config* | VectaraQueryConfig | VectaraQueryConfig object |