Toggle Side Panel
Cyclr Community
  • Forums
  • Tutorials
  • Documentation
        • User Documentation >>
          • Introduction to Cyclr
          • API Guides
          • How to use Connectors
          • Navigating the Cyclr ConsoleLearn all about your Cyclr Console and configuration
          • Embedding Cyclr in your SaaS
          • Scripting
        • View More...
        • Connector Guides >>
          • Salesforce
          • Microsoft
          • GitHub
          • HubSpot
          • Oracle NetSuite
          • Stripe
        • View More...
  • Resources
    • New Features
    • Cypher
    • DevOps Services
    • Changelog
    • Support Portal
    • Referral Program
    • Blog
    • News Archive
More options
    Sign in
    Cyclr Logo
    Cyclr Logo
    • Forums
    • Tutorials
    • Documentation
          • User Documentation >>
            • Introduction to Cyclr
            • API Guides
            • How to use Connectors
            • Navigating the Cyclr ConsoleLearn all about your Cyclr Console and configuration
            • Embedding Cyclr in your SaaS
            • Scripting
          • View More...
          • Connector Guides >>
            • Salesforce
            • Microsoft
            • GitHub
            • HubSpot
            • Oracle NetSuite
            • Stripe
          • View More...
    • Resources
      • New Features
      • Cypher
      • DevOps Services
      • Changelog
      • Support Portal
      • Referral Program
      • Blog
      • News Archive
    Close search
    Home » User Documentation » Deep Data Ingestion » Vector Databases Introduction

    About Cyclr

    6
    • Introduction to Cyclr
    • Minimum requirements
    • Glossary
    • Errors
    • IP Allow List
    • Legal notices

    Cyclr Console

    14
    • Partner Console Dashboard
    • The Builder
    • Reports
    • Console Configuration
    • General Settings
    • Notifications
    • Embedding Customization
    • Security settings
    • Data retention settings
    • Custom Service Domains
    • Handle transaction errors
    • Payload Size Limitations
    • Performance tips
    • GitHub Integration

    Connectors

    36
    • Introduction to Connectors
    • Connector Installation Overview
    • Connector Settings
    • Handling Connector Releases
    • Connectivity Comparison
    • Connector Guides
    • Application Connectors
      • Introduction to Application Connectors
    • Utility Connectors
      • Introduction to Utility Connectors
      • Counter Storage
      • Cross Updating Preventer
      • Data Tools
      • Entity Cross Ref Storage
      • Generic File
      • Generic File Downloader
      • Generic Form
      • Generic Webhook
      • Data Storage
        • Introduction to Data Storage
        • Global Data Storage
        • Global Object Storage
        • Cycle Data Storage
        • Cycle Object Storage
    • Custom Connectors
      • Introduction to Custom Connectors
      • Methods
      • Triggers
      • Last Successful Run Date
      • Parameters
      • Scripting
      • Data Types
      • Paging
      • Custom Objects
      • Dynamic Custom Fields
      • Automatically Install Webhooks
      • Connector Standards
      • Settings
      • Custom Connector Authentication
      • Rate Limits

    Templates

    17
    • Introduction to Templates
    • Template Settings
    • Create a Template
    • Tools
    • Connectivity Tools
    • Map fields
    • Add Custom Fields
    • Custom Object Method Categories
    • Test Scripts
    • Collection splitting
    • Pass data between two steps
    • Test a template
    • Template versioning
    • Introduction to Cycles
    • Stop a cycle
    • Copy Cycles as Templates
    • Import or Export Templates

    Accounts

    5
    • Introduction to Accounts
    • Account Users
    • Sub Accounts
    • Connector Authentication Link
    • Export or Import Cycles

    Embedding

    17
    • Introduction to Embedding
    • ORBIT
    • Installing a Partner Connector
    • Embed Cyclr in an iFrame
    • Launch
      • Introduction to Launch
      • User Experience
      • Customize Appearance
      • Build Compatible Templates
      • Handle LAUNCH callbacks
      • Deploy LAUNCH
    • Marketplace
      • Introduction to Marketplace
      • Set up a Marketplace
      • Styling Marketplace
      • Deploying a Marketplace
      • Marketplace Callback
      • Marketplace Webhook Callback
      • Marketplace Settings

    API

    19
    • Introduction to the Cyclr API
    • Authentication
    • Authorize Account API calls
    • Install Connectors into an Account
    • Install a Cycle from a Template
    • Step Setup
    • Activate a Cycle
    • Install Connectors
    • Create an Account
    • API Example Walkthrough
    • Connector Authentication
      • Introduction to Connector Authentication
      • API Key Authentication
      • HTTP Basic Authentication
      • OAuth Authentication
    • Data on Demand
      • Introduction to Data on Demand
      • Get Account Connectors
      • Get Connector Methods
      • Call a Connector Method
      • IP Restriction

    Deep Data Ingestion

    3
    • Vector Databases Introduction
    • Preparing and Ingesting Data into Vector Databases
    • Querying & Retrieving Data from Vector Databases

    Real-Time Actions

    6
    • Generic Webhook
    • Introduction to Data on Demand
    • Get Account Connectors
    • Get Connector Methods
    • Call a Connector Method
    • IP Restriction

    Release Notes

    32
    • Introduction to Release Notes
    • 2025
      • 2025-10
      • 2025-09
      • 2025-08
      • 2025-07
      • 2025-06
      • 2025-05
      • 2025-04
      • 2025-03
      • 2025-02
      • 2025-01
    • 2024
      • 2024-12
      • 2024-11
      • 2024-10
      • 2024-09
      • 2024-08
      • 2024-07
      • 2024-06
      • 2024-05
      • 2024-04
      • 2024-03
      • 2024-02
      • 2024-01
    • 2023
      • 2023-12
      • 2023-11
      • 2023-10
      • 2023-06
      • 2023-05
      • 2023-04
    • Archive
      • Archive
      • 2022
      • 2021
    View Categories
    • Home
    • Documentation
    • Deep Data Ingestion
    • Vector Databases Introduction

    Vector Databases Introduction

    2 min read

    Vector databases are specialized data storage systems optimized for handling high-dimensional vector embeddings. They are widely used in semantic search, recommendation engines, anomaly detection, and natural language processing (NLP). 

    Vector databases are especially efficient in agentic workflows. Unlike traditional databases that rely on structured or relational queries, vector databases are designed to store and retrieve data based on vector similarity. 

    By storing embeddings, which are mathematical representations of your content, vector databases enable semantic search. This allows automated workflows, or “agents,” to handle user queries with minimal manual intervention. For example, if someone asks “How do I configure the Oracle NetSuite connector?”, the system can locate the most relevant information even if the exact phrase isn’t present in the documentation.

    When paired with low-code workflows, vector databases make it possible to ingest large document collections, embed them for search, connect a chat interface such as Slack, and use AI models to generate context-aware responses.

    Currently, Cyclr has the following vector database Connectors:

    • Pinecone

    Why use vector databases with Cyclr? #

    Vector databases can be useful in integration workflows and automations in multiple ways. Key use cases include:

    • Knowledge Agents: Respond to natural language queries using embedded company content.
    • Semantic Search: Replace keyword-based search with meaning-based retrieval.
    • Intelligent Classification: Organize and tag documents, images or any other data by similarity.
    • Retrieval-Augmented Generation (RAG) Workflows: Use Cyclr workflows to retrieve relevant content from a vector database and pass it into a language model for more accurate responses.

    How do they work? #

    At a high level, vector databases support similarity search through four core stages:

    • Ingestion: Content such as text, images, or other data types is converted into high-dimensional vectors using embedding models. These models translate human-readable input into a numerical format that encodes semantic relationships.
    • Indexing: Once vectors are generated, in most cases, the vector database organizes them using Approximate Nearest Neighbor (ANN) indexing algorithms. Common examples include HNSW (Hierarchical Navigable Small World), FAISS (Facebook AI Similarity Search – an open-source library developed by Meta AI), and IVF (Inverted File indexes). These indexes allow for efficient and scalable retrieval across large datasets.
    • Querying: When a user or system submits a query, it is also converted into a vector using the same embedding model used during ingestion. This ensures that both stored and incoming data exist in the same representational space.
    • Retrieval: The database compares the query vector to those in the index using distance metrics such as cosine similarity or Euclidean distance. It returns the most similar vectors, along with any associated metadata, based on their proximity in vector space.

    High-Level Workflow

    The process of setting up an integration using vector databases generally follows these steps:

    1. Ingestion: Input data is converted into embeddings.
    2. Indexing: Embeddings are stored in a vector database.
    3. Querying:
      • A user query is converted into a vector embedding using the same model.
      • The query vector is compared against stored vectors.
    4. Retrieval: The top matches are passed into a language model, which generates a contextual response.

    Agentic Workflows #

    Agentic workflows combine data ingestion, vector search, and AI-driven responses into automated processes. This term is not a formal industry category, but it describes a growing design pattern for building intelligent, low-intervention workflows.

    A typical query-and-response workflow proceeds as follows:

    1. A user sends a query via Slack, Teams, or another trigger.
    2. The workflow generates an embedding for the query.
    3. The vector database retrieves the most relevant results.
    4. The retrieved context is passed into a language model.
    5. The response is delivered back through the original channel.

    For example, a channel message in Slack could trigger the Cycle. The message would be embedded, searched against Pinecone for the top three matches, and the results compiled. A language model would then generate a short response, which Cyclr posts back into the Slack channel.

    The same approach can extend to Microsoft Teams for internal knowledge sharing, or platforms like Zendesk and Intercom for customer support.

    Watch: Building a RAG Knowledge Agent with Slack, Google Drive, and Pinecone (Video Walkthrough – Episode 1)

    What are your Feelings

    • Happy
    • Normal
    • Sad

    Share This Article :

    • Facebook
    • X
    • LinkedIn
    • Pinterest
    Preparing and Ingesting Data into Vector Databases
    Page Contents
    • Why use vector databases with Cyclr?
      • How do they work?
    • Agentic Workflows

    Company

    • Company
    • About Us
    • Security and Compliance
    • Pricing
    • Blog
    • Branding
    • Embedded iPaaS
    • Release Notes

    Legal

    • Website Terms
    • Privacy Policy
    • Terms and Conditions
    • Data Protection Agreement
    • SLA
    • GDPR

    UK Office

    +44 (0) 3300 102 525

    US Office

    +1 (646) 585-2525

    Cyclr Logo

    White labelled API integration framework for creating & managing in-app SaaS integrations.

    © 2025 Cyclr. All rights reserved.