Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Integrations
  • Comparison with other Yandex Cloud services
    • Overview
      • Workflow
      • Starting a workflow execution
        • Overview
          • HTTPCall
          • GRPCCall
          • YMQ
          • YDS
          • YDBDocument
          • FunctionCall
          • ContainerCall
          • FoundationModelsCall
          • ObjectStorage
          • Tracker
          • Postbox
          • Workflow
          • Disk
          • AIAgent
          • TelegramBot
          • AIStudioAgent
          • VectorStore
          • DatabaseQuery
      • Templating
    • Cron expressions
    • Quotas and limits
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Public materials
  • Release notes

In this article:

  • UploadFile
  • TextFile
  • UrlFile
  • ObjectStorage
  1. Concepts
  2. Workflows
  3. YaWL specification
  4. Integration steps
  5. VectorStore

VectorStore

Written by
Yandex Cloud
Updated at October 14, 2025
  • UploadFile
  • TextFile
  • UrlFile
  • ObjectStorage

Interacting with a vector store.

Field name Type Required Default value Templating is supported Description
uploadFile UploadFile Yes No No Description of how you upload a file to a vector store.

UploadFileUploadFile

The textFile, urlFile, and objectStorage fields are mutually exclusive: you can use only one of them.

Field name Type Required Default value Templating is supported Description
vectorStoreId string Yes No No Vector store ID
textFile TextFile No No No Text file contents
urlFile UrlFile No No No Public URL file contents
objectStorage ObjectStorage No No No Object Storage bucket file contents
attributes map<string,string> No No Yes Additional file attributes (metadata) in key-value format

TextFileTextFile

Field name Type Required Default value Templating is supported Description
text string Yes No Yes File text contents
fileName string Yes No Yes File name to save it under.

UrlFileUrlFile

Field name Type Required Default value Templating is supported Description
url string Yes No Yes Public URL to access the file.
fileName string Yes No Yes File name to save it under.

ObjectStorageObjectStorage

Field name Type Required Default value Templating is supported Description
bucket string Yes No No Name of the Object Storage bucket the file resides in.
object string Yes No Yes Object name, e.g., prefix/subprefix/data.json

Was the article helpful?

Previous
AIStudioAgent
Next
DatabaseQuery
© 2025 Direct Cursus Technology L.L.C.