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. Model

OpenAI Embedding

Configures an instance representation of an Open AI Embedding model with the specified parameters.

Inputs

API Key

The OpenAI Api key.

Model Name

The name of the model.

Outputs

Language Model

The configured embedding model.

PreviousOpenAI TextNextHugging Face Embedding

Last updated 2 years ago

Was this helpful?