Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v7.0.0
Pinecone TypeScript SDK
MultiModalSnippetModel
Interface MultiModalSnippetModel
Represents a multimodal context snippet.
Export
MultiModalSnippetModel
interface
MultiModalSnippetModel
{
content
:
MultiModalContentBlocksModel
[]
;
reference
:
TypedReferenceModel
;
score
:
number
;
type
:
string
;
}
Index
Properties
content
reference
score
type
Properties
content
content
:
MultiModalContentBlocksModel
[]
Memberof
MultiModalSnippetModel
reference
reference
:
TypedReferenceModel
Memberof
MultiModalSnippetModel
score
score
:
number
Memberof
MultiModalSnippetModel
type
type
:
string
The type of context snippet.
Memberof
MultiModalSnippetModel
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 multimodal context snippet.
Export
MultiModalSnippetModel