Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
UseSearchOptions
Interface UseSearchOptions
interface
UseSearchOptions
{
cloud
?:
|
{
ask
:
(
query
:
string
,
options
?:
AskOptions
)
=>
Promise
<
AskResponse
>
;
search
:
(
query
:
string
,
options
?:
SearchOptions
,
)
=>
Promise
<
SearchResults
>
;
searchDocuments
:
(
query
:
string
,
options
?:
SearchOptions
,
)
=>
Promise
<
SearchResults
>
;
searchTranscriptions
:
(
query
:
string
,
options
?:
SearchOptions
,
)
=>
Promise
<
SearchResults
>
;
}
|
null
;
}
Index
Properties
cloud?
Properties
Optional
cloud
cloud
?:
|
{
ask
:
(
query
:
string
,
options
?:
AskOptions
)
=>
Promise
<
AskResponse
>
;
search
:
(
query
:
string
,
options
?:
SearchOptions
)
=>
Promise
<
SearchResults
>
;
searchDocuments
:
(
query
:
string
,
options
?:
SearchOptions
,
)
=>
Promise
<
SearchResults
>
;
searchTranscriptions
:
(
query
:
string
,
options
?:
SearchOptions
,
)
=>
Promise
<
SearchResults
>
;
}
|
null
CloudClient instance or object with search methods
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cloud
Hiyve Components - v1.0.0
Loading...
CloudClient instance or object with search methods