Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v7.0.0
Pinecone TypeScript SDK
TextSnippetModel
Interface TextSnippetModel
Represents a text context snippet.
Export
TextSnippetModel
interface
TextSnippetModel
{
content
:
string
;
reference
:
TypedReferenceModel
;
score
:
number
;
type
:
string
;
}
Index
Properties
content
reference
score
type
Properties
content
content
:
string
Memberof
TextSnippetModel
reference
reference
:
TypedReferenceModel
Memberof
TextSnippetModel
score
score
:
number
Memberof
TextSnippetModel
type
type
:
string
The type of context snippet.
Memberof
TextSnippetModel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
reference
score
type
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v7.0.0
Loading...
Represents a text context snippet.
Export
TextSnippetModel