Home / Companies / Orkes / Blog / November 2025

November 2025 Summaries

5 posts from Orkes

Filter
Month: Year:
Post Summaries Back to Blog
Vector databases are specialized databases designed to store and retrieve high-dimensional vectors, which are numerical representations of complex data such as images, audio, and text. These databases enable semantic searches, allowing for the retrieval of data based on meaning rather than exact words, making them particularly useful in applications like recommendation systems and AI workflows. Vector databases use machine learning models to convert data into embedded vectors, facilitating the comparison of various data types and supporting multimodal storage. They are optimized for fast similarity searches, employing algorithms like approximate nearest neighbor to efficiently handle large-scale data queries. Orkes Conductor simplifies the integration and automation of workflows involving vector embeddings by providing tools to generate, store, and query these vectors in databases like Pinecone, Weaviate, and Postgres, enhancing AI infrastructure capabilities.
Nov 26, 2025 1,384 words in the original blog post.
Orkes Conductor provides a straightforward approach to integrating large language model (LLM) embedding tasks into workflows, enabling users to transform their text into numerical vectors that capture semantic meaning. These vectors can be stored in vector databases like Pinecone, Weaviate, Postgres, or MongoDB for efficient retrieval and use in various applications such as semantic search, recommendations, and intelligent routing. The process involves three main tasks: generating embeddings from text inputs, storing these embeddings in a compatible database, and retrieving the most relevant embeddings for specific tasks. By leveraging these capabilities, users can enhance their workflows with smarter features, allowing for more accurate search results, improved recommendation systems, and effective workflow routing based on the semantic meaning of inputs. Conductor’s built-in tasks facilitate the swift deployment of these AI features, offering a scalable solution for transforming ideas into production-ready applications.
Nov 25, 2025 924 words in the original blog post.
The guide demonstrates the integration of Slack and Supabase into a cohesive workflow using Orkes Conductor, showcasing a practical example of automating routine tasks. It illustrates how this orchestration tool manages the interaction between a Slack app and an external database, Supabase, to perform a sequence of actions: capturing data from Slack, processing it with a Large Language Model (LLM), sending results back to Slack, and storing the processed data in Supabase. This setup exemplifies an agentic workflow, designed to handle repetitive yet important tasks that span multiple tools, making it relevant for various enterprise automation scenarios. Orkes Conductor serves as the central orchestrator, ensuring seamless communication between components, while Supabase provides a structured data storage solution, highlighting their synergy in building efficient and automated processes.
Nov 19, 2025 996 words in the original blog post.
The text provides a detailed guide on manually connecting a Supabase database to Orkes Conductor to automate data workflows. It explains the process from setting up a Supabase database and obtaining connection details to creating a JDBC integration within Orkes Conductor. The guide outlines how to construct a workflow that includes a JDBC task for executing SQL queries and a JSON transformation task to process data retrieved from Supabase. It emphasizes the use of a direct Postgres connection for stability when running multiple tasks concurrently, as opposed to using a transaction pooler. The text concludes by highlighting the potential to extend the workflow for more complex automation tasks, such as using AI tasks, sending data to Slack, or emailing reports, demonstrating how users can transition from basic SQL operations to comprehensive data automation.
Nov 06, 2025 861 words in the original blog post.
Supabase and Orkes Conductor together offer a streamlined solution for automating workflows by connecting structured, real-time data management with dynamic automation capabilities. This integration is facilitated through a ready-to-run template that enables users to connect their Supabase database to Orkes Conductor in just two tasks, significantly reducing setup time and complexity. The template simplifies the process by handling integration logic, workflow structures, and SQL queries, allowing users to focus on building and experimenting with their data. Once connected, users can automate tasks such as sending alerts, running AI models, and triggering follow-up workflows, transforming static data into actionable insights. This approach not only enhances the efficiency of data operations but also allows developers to create responsive applications that go beyond mere data storage.
Nov 05, 2025 864 words in the original blog post.