RAGQueryEngineName | Description |
---|---|
*args | |
**kwargs |
Name | Description |
---|---|
new_doc_dir | Type: pathlib.Path | str | None Default: None |
new_doc_paths_or_urls | Type: Sequence[pathlib.Path | str] | None Default: None |
*args | Type: Any |
**kwargs | Type: Any |
Name | Description |
---|---|
*args | Any additional arguments Type: Any |
**kwargs | Any additional keyword arguments Type: Any |
Type | Description |
---|---|
bool | bool: True if connection is successful, False otherwise |
Name | Description |
---|---|
new_doc_dir | A directory containing documents to be ingested. Type: pathlib.Path | str | None Default: None |
new_doc_paths_or_urls | A list of paths or URLs to documents to be ingested. Type: Sequence[pathlib.Path | str] | None Default: None |
*args | Any additional arguments Type: Any |
**kwargs | Any additional keyword arguments Type: Any |
Type | Description |
---|---|
bool | bool: True if initialization is successful, False otherwise |
Name | Description |
---|---|
question | a string format question Type: str |
*args | Any additional arguments Type: Any |
**kwargs | Any additional keyword arguments Type: Any |