Resource: RagFile
A RagFile contains user data for chunking, embedding and indexing.
name
string
Output only. The resource name of the RagFile.
displayName
string
Required. The display name of the RagFile. The name can be up to 128 characters long and can consist of any UTF-8 characters.
description
string
Optional. The description of the RagFile.
Output only. The size of the RagFile in bytes.
Output only. The type of the RagFile.
Output only. timestamp when this RagFile was created.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
Output only. timestamp when this RagFile was last updated.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
Output only. state of the RagFile.
rag_file_source
Union type
rag_file_source
can be only one of the following:Output only. Google Cloud Storage location of the RagFile. It does not support wildcards in the Cloud Storage uri for now.
Output only. Google Drive location. Supports importing individual files as well as Google Drive folders.
Output only. The RagFile is encapsulated and uploaded in the UploadRagFile request.
The RagFile is imported from a Slack channel.
The RagFile is imported from a Jira query.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "sizeBytes": string, "ragFileType": enum ( |
GoogleDriveSource
The Google Drive location for the input content.
Required. Google Drive resource IDs.
JSON representation |
---|
{
"resourceIds": [
{
object ( |
ResourceId
The type and id of the Google Drive resource.
Required. The type of the Google Drive resource.
resourceId
string
Required. The id of the Google Drive resource.
JSON representation |
---|
{
"resourceType": enum ( |
ResourceType
The type of the Google Drive resource.
Enums | |
---|---|
RESOURCE_TYPE_UNSPECIFIED |
Unspecified resource type. |
RESOURCE_TYPE_FILE |
File resource type. |
RESOURCE_TYPE_FOLDER |
Folder resource type. |
DirectUploadSource
This type has no fields.
The input content is encapsulated and uploaded in the request.
SlackSource
The Slack source for the ImportRagFilesRequest.
Required. The Slack channels.
JSON representation |
---|
{
"channels": [
{
object ( |
SlackChannels
SlackChannels contains the Slack channels and corresponding access token.
Required. The Slack channel IDs.
Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Slack channel access token that has access to the slack channel IDs. See: https://api.slack.com/tutorials/tracks/getting-a-token.
JSON representation |
---|
{ "channels": [ { object ( |
SlackChannel
SlackChannel contains the Slack channel id and the time range to import.
channelId
string
Required. The Slack channel id.
Optional. The starting timestamp for messages to import.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
Optional. The ending timestamp for messages to import.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
JSON representation |
---|
{ "channelId": string, "startTime": string, "endTime": string } |
JiraSource
The Jira source for the ImportRagFilesRequest.
Required. The Jira queries.
JSON representation |
---|
{
"jiraQueries": [
{
object ( |
JiraQueries
JiraQueries contains the Jira queries and corresponding authentication.
projects[]
string
A list of Jira projects to import in their entirety.
customQueries[]
string
A list of custom Jira queries to import. For information about JQL (Jira Query Language), see https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
email
string
Required. The Jira email address.
serverUri
string
Required. The Jira server URI.
Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key. See Manage API tokens for your Atlassian account.
JSON representation |
---|
{
"projects": [
string
],
"customQueries": [
string
],
"email": string,
"serverUri": string,
"apiKeyConfig": {
object ( |
RagFileType
The type of the RagFile.
Enums | |
---|---|
RAG_FILE_TYPE_UNSPECIFIED |
RagFile type is unspecified. |
RAG_FILE_TYPE_TXT |
RagFile type is TXT. |
RAG_FILE_TYPE_PDF |
RagFile type is PDF. |
FileStatus
State
RagFile state.
Enums | |
---|---|
STATE_UNSPECIFIED |
RagFile state is unspecified. |
ACTIVE |
RagFile resource has been created and indexed successfully. |
ERROR |
RagFile resource is in a problematic state. See errorMessage field for details. |
Methods |
|
---|---|
|
Deletes a RagFile. |
|
Gets a RagFile. |
|
Import files from Google Cloud Storage or Google Drive into a RagCorpus. |
|
Lists RagFiles in a RagCorpus. |