Update Source
Update the name or documentation of an existing data source.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Body
The ID of the source.
The description of the source.
The embedding configuration used by the passage.
Metadata associated with the source.
The name of the source.
Response
Representation of a source, which is a collection of files and passages.
Parameters: id (str): The ID of the source name (str): The name of the source. embedding_config (EmbeddingConfig): The embedding configuration used by the source. created_at (datetime): The creation date of the source. user_id (str): The ID of the user that created the source. metadata_ (dict): Metadata associated with the source. description (str): The description of the source.
The embedding configuration used by the source.
The name of the source.
The ID of the user that created the source.
The description of the source.
Metadata associated with the source.
The human-friendly ID of the Source
The creation date of the source.