@conciergus/chat - v0.3.1
Preparing search index...
hooks
RAGContext
Interface RAGContext
interface
RAGContext
{
query
:
string
;
results
:
SearchResult
[]
;
formattedContext
:
string
;
confidence
:
number
;
sources
:
{
documentId
:
string
;
title
:
string
;
relevance
:
number
;
snippet
:
string
;
}
[]
;
}
Index
Properties
query
results
formatted
Context
confidence
sources
Properties
query
query
:
string
results
results
:
SearchResult
[]
formatted
Context
formattedContext
:
string
confidence
confidence
:
number
sources
sources
:
{
documentId
:
string
;
title
:
string
;
relevance
:
number
;
snippet
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
query
results
formatted
Context
confidence
sources
@conciergus/chat - v0.3.1
Loading...