Documentation
  • Installation
  • Support
  • AnyAssistant Builder
    • Basics
    • Node Inspector
    • Functions & Skills
    • Working with Skills
    • Memory
    • Planning
    • Nodes
      • Control
        • User Input
        • Show User
        • Get Variable
        • Set Variable
        • Start
      • Invoke
        • Invoke Chat LLM
        • Invoke LLM With Planner
        • Invoke Planner
        • Invoke Native Function
        • Invoke Semantic Function
      • Model
        • ChatGPT
        • OpenAI Text
        • OpenAI Embedding
        • Hugging Face Embedding
        • Hugging Face Text
        • Load GGML Model
      • Memory
        • Simple Chat Memory
        • Contextual Chat Memory
      • Planner
        • Action Planner
        • Sequential Planner
      • Skills
        • Load Assistant Skills
        • Load Native Skills (C#)
        • Load Native Skills (Python)
        • Load Semantic Skills
      • OCR
        • Tesseract OCR
      • Data Source
        • Load CSV
        • Load PDF Files
        • Read Text File
        • Map Data Source
      • Vector Store
        • Postgres
        • Qdrant
        • Get Similar Vectors
        • Update Vector Store
Powered by GitBook
On this page
  • Inputs
  • Outputs

Was this helpful?

  1. AnyAssistant Builder
  2. Nodes
  3. Data Source

Load CSV

Creates a Data Source from a CSV file.

Inputs

Text Splitter

The text splitter is used to split text in the input file.

Outputs

Data Source

The data source created from the CSV file.

PreviousData SourceNextLoad PDF Files

Last updated 2 years ago

Was this helpful?