Documents
Create Batch Pipeline Documents
POST/api/v1/pipelines/{pipeline_id}/documents
Paginated List Pipeline Documents
GET/api/v1/pipelines/{pipeline_id}/documents/paginated
Get Pipeline Document
GET/api/v1/pipelines/{pipeline_id}/documents/{document_id}
Delete Pipeline Document
DELETE/api/v1/pipelines/{pipeline_id}/documents/{document_id}
Get Pipeline Document Status
GET/api/v1/pipelines/{pipeline_id}/documents/{document_id}/status
Sync Pipeline Document
POST/api/v1/pipelines/{pipeline_id}/documents/{document_id}/sync
List Pipeline Document Chunks
GET/api/v1/pipelines/{pipeline_id}/documents/{document_id}/chunks
Upsert Batch Pipeline Documents
PUT/api/v1/pipelines/{pipeline_id}/documents
ModelsExpand Collapse
TextNode = object { class_name, embedding, end_char_idx, 11 more }
TextNode = object { class_name, embedding, end_char_idx, 11 more }
Provided for backward compatibility.
excluded_embed_metadata_keys: optional array of string
excluded_embed_metadata_keys: optional array of string
Metadata keys that are excluded from text for the embed model.
excluded_llm_metadata_keys: optional array of string
excluded_llm_metadata_keys: optional array of string
Metadata keys that are excluded from text for the LLM.
metadata_template: optional string
metadata_template: optional string
Template for how metadata is formatted, with {key} and {value} placeholders.
relationships: optional map[object { node_id, class_name, hash, 2 more } or array of object { node_id, class_name, hash, 2 more } ]
relationships: optional map[object { node_id, class_name, hash, 2 more } or array of object { node_id, class_name, hash, 2 more } ]
excluded_embed_metadata_keys: optional array of string
excluded_embed_metadata_keys: optional array of string
Metadata keys that are excluded from text for the embed model.
excluded_llm_metadata_keys: optional array of string
excluded_llm_metadata_keys: optional array of string
Metadata keys that are excluded from text for the LLM.
metadata_template: optional string
metadata_template: optional string
Template for how metadata is formatted, with {key} and {value} placeholders.
relationships: optional map[object { node_id, class_name, hash, 2 more } or array of object { node_id, class_name, hash, 2 more } ]
relationships: optional map[object { node_id, class_name, hash, 2 more } or array of object { node_id, class_name, hash, 2 more } ]