docs.langflux.space
  • Welcome to LangFlux
  • Using LangFlux
    • API
    • Streaming
    • Embed
    • Variables
  • Configuration
    • Auth
      • Chatflow Level
    • Rate Limit
  • Integrations
    • Cache
      • InMemory Cache
    • Chains
      • Conversational Retrieval QA Chain
      • Vectara QA Chain
    • Document Loaders
      • S3 File Loader
      • PDF Files
    • Chat Models
      • Azure ChatOpenAI
      • ChatLocalAI
      • Google VertexAI
    • Embeddings
      • Azure OpenAI Embeddings
      • LocalAI Embeddings
    • Memory
      • Short Term Memory
      • Long Term Memory
        • Zep Memory
      • Threads
    • Text Splitters
      • Character Text Splitter
    • Tools
      • Custom Tool
    • Vector Stores
      • Chroma
      • Pinecone
      • Elastic
      • Qdrant
      • SingleStore
      • Supabase
      • Vectara
    • Utilities
      • Set/Get Variable
      • If Else
    • External Integrations
      • Zapier Zaps
  • Use Cases
    • Web Scrape QnA
    • Webhook Tool
Powered by GitBook
On this page

Was this helpful?

  1. Integrations
  2. Vector Stores

SingleStore

PreviousQdrantNextSupabase

Last updated 1 year ago

Was this helpful?

Setup

  1. Register an account on

  2. Login to portal. On the left side panel, click CLOUD -> Create new workspace group. Then click Create Workspace button.

  1. Select cloud provider and data region, then click Next:

  1. Review and click Create Workspace:

  1. You should now see your workspace created:

  1. Proceed to create a database

  1. You should be able to see your database created and attached to the workspace:

  1. Click Connect from the workspace dropdown -> Connect Directly:

  1. You can specify a new password or use the default generated one. Then click Continue:

  1. On the tabs, switch to Your App, and select Node.js from the dropdown. Take note/save the Username, Host, Password as you will need these in LangFlux later.

  1. Back to LangFlux canvas, drag and drop SingleStore nodes. Click Create New from the Credentials dropdown:

  1. Put in the Username and Password from above:

  1. Then specify the Host and Database Name:

  1. Now you can start building your flow with SingleStore:

  1. Navigate back to SingleStore portal, and to your database, you will be able to see all the data that has been upserted:

SingleStore