@conciergus/chat - v0.3.1
Preparing search index...
components
Source
Interface Source
interface
Source
{
id
?:
string
;
title
?:
string
;
url
?:
string
;
type
?:
"web"
|
"document"
|
"knowledge_base"
|
"database"
|
"api"
;
relevanceScore
?:
number
;
snippet
?:
string
;
author
?:
string
;
publishedAt
?:
string
|
Date
;
accessedAt
?:
string
|
Date
;
metadata
?:
{
domain
?:
string
;
wordCount
?:
number
;
language
?:
string
;
tags
?:
string
[]
;
[
key
:
string
]:
any
;
}
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
id?
title?
url?
type?
relevance
Score?
snippet?
author?
published
At?
accessed
At?
metadata?
Properties
Optional
id
id
?:
string
Optional
title
title
?:
string
Optional
url
url
?:
string
Optional
type
type
?:
"web"
|
"document"
|
"knowledge_base"
|
"database"
|
"api"
Optional
relevance
Score
relevanceScore
?:
number
Optional
snippet
snippet
?:
string
Optional
author
author
?:
string
Optional
published
At
publishedAt
?:
string
|
Date
Optional
accessed
At
accessedAt
?:
string
|
Date
Optional
metadata
metadata
?:
{
domain
?:
string
;
wordCount
?:
number
;
language
?:
string
;
tags
?:
string
[]
;
[
key
:
string
]:
any
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
title
url
type
relevance
Score
snippet
author
published
At
accessed
At
metadata
@conciergus/chat - v0.3.1
Loading...