Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v7.0.0
Pinecone TypeScript SDK
JsonReferenceModel
Interface JsonReferenceModel
Represents a reference to a json document.
Export
JsonReferenceModel
interface
JsonReferenceModel
{
file
:
AssistantFileModel
;
type
:
string
;
}
Index
Properties
file
type
Properties
file
file
:
AssistantFileModel
Memberof
JsonReferenceModel
type
type
:
string
The type of reference. Always "json".
Memberof
JsonReferenceModel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
type
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v7.0.0
Loading...
Represents a reference to a json document.
Export
JsonReferenceModel