Roe AI

Roe AI

Software Development

San Mateo, California 1,302 followers

Agentic multimodal data analytics for data and AI teams.

About us

Roe AI is the "Snowflake" for unstructured data, providing a native SQL experience to query the unstructured data with Gen AI models.

Website
https://getroe.ai
Industry
Software Development
Company size
11-50 employees
Headquarters
San Mateo, California
Type
Public Company
Founded
2023
Specialties
Unstructured Data, Generative AI, Large Language Models, Data Warehouse, and Fine-tuning

Locations

Employees at Roe AI

Updates

  • View organization page for Roe AI, graphic

    1,302 followers

    I hope you are having a blast on this wonderful day because we got another Feature Friday for you. Suppose you have tons of chat data between users and your AI assistant, and you want to analyze those conversations at scale. You can easily do just that on Roe AI: 1. Upload your chat data. You can view all your chats easily via our UI for chat messages. 2. Create a text extraction agent. 3. Go to VolansDB and create a new worksheet. 4. Write some SQL to execute your agent and voila, you’re done. Join our Slack workspace: https://lnkd.in/eyexKHFb Docs: https://lnkd.in/eMVm5zUp Watch our Get Started YouTube series: https://lnkd.in/e_YMyCJ4

  • View organization page for Roe AI, graphic

    1,302 followers

    🚨 New Roe AI feature, read multimodal data from your S3, and enrich them with multimodal LLM takes < 1 minute.

    View profile for Richard Meng, graphic

    Co-founder, Roe AI | Lower the entropy of unstructured data | ex-Snowflake AI, LinkedIn

    🚀 🚀 🚀 Roe AI helps manage your S3 unstructured data: you can now query S3 files directly with SQL. Today, AI teams have wasted too much time wrangling with raw S3 to make multimodal data and metadata work together. Figuring out which dataset to train which model is just a HOT mess. We simplify this process by providing a GUI that allows you to use SQL to organize the unstructured data as SQL tables. Combining with Gen AI agents, generate metadata for those raw data at scale Sign up here https://app.roe-ai.com/ to get your $50 free credits towards GPT-4o, Gemini pro 1.5 and more! Checkout my previous posts about using AI to cut soccer videos and analyze PDF documents) https://lnkd.in/dkgBf7Tu https://lnkd.in/dFDRRiMc

  • View organization page for Roe AI, graphic

    1,302 followers

    We’re back with another Feature Friday! Today, we’ll show you how to run any agent you created on Roe AI in VolansDB. VolansDB combines the power of SQL with AI agents, allowing you to easily and efficiently analyze your multimodal data at scale. It’s super easy! Here are the steps: 1. Get your agent’s ID 2. Navigate to the Workspace page 3. Create a new table using your target data 4. Make a worksheet and start writing SQL 5. Use the run_agent() function in your SQL to use your agent 6. Execute and see the results Check out our docs and the video below (part of our YouTube series) for a detailed overview! Join our Slack workspace: https://lnkd.in/eyexKHFb Docs: https://lnkd.in/eiiWkv5d Watch our Get Started YouTube series: https://lnkd.in/e_YMyCJ4

  • View organization page for Roe AI, graphic

    1,302 followers

    What's up! In this week's Feature Friday, we'll show you how to create a video extraction agent on Roe AI and then run a single job on it using the UI. With Roe, you can easily customize your video extraction agent to extract the exact data into the exact structure that you want from your video. In our example, we extract features such as the music style, scenes, visual elements, and a summary from the video. Check it out below! Join our Slack workspace to see how Roe AI can accelerate your unstructured data management! https://lnkd.in/eyexKHFb

  • View organization page for Roe AI, graphic

    1,302 followers

    Scalable image generation is possible at Roe AI with SQL!

    View profile for Richard Meng, graphic

    Co-founder, Roe AI | Lower the entropy of unstructured data | ex-Snowflake AI, LinkedIn

    A Y Combinator friend asks us if we can even generate posters of scored players before Euro 2024 Final. Here is how we use 1 line of SQL to generate 10 posters for each scored player * A table with 10 player names, one in each row * Build 10 prompts based on player name, e.g "Embolo holds a golden trophy in Euro 2024" * Send 10 prompts to a stable diffusion model * The generated 10 images are saved into a new column, an image per row This can be scaled to tens of thousands of image generations. The model we used is the latest Stable Diffusion Ultra from Stability AI, but it is completely customizable to accommodate different needs. This is only possible with Roe AI (YC W24). If you want a free account, please comment below.

    • No alternative text description for this image
  • View organization page for Roe AI, graphic

    1,302 followers

    Extract Luke Modric’s scoring highlight out of 100 minutes soccer game is possible using AI! It’s crazyyy!

    View profile for Richard Meng, graphic

    Co-founder, Roe AI | Lower the entropy of unstructured data | ex-Snowflake AI, LinkedIn

    🇪🇸 vs 🏴󠁧󠁢󠁥󠁮󠁧󠁿 Combine Gen AI with SQL to cut 100 minutes+ of soccer videos from Fox Entertainment into 28 short clips of scoring moments⚽️, each around 5-10 seconds long👇 Last night, when Jason Wang and I were watching the Euro2024 semi-final, one idea came to us: why not use AI to find the exact scoring moments and cut it into clips? So, we hacked this out! #UEFA #startup #ycombinator

  • View organization page for Roe AI, graphic

    1,302 followers

    View profile for Richard Meng, graphic

    Co-founder, Roe AI | Lower the entropy of unstructured data | ex-Snowflake AI, LinkedIn

    😎 We're hiring a Senior Engineer role! Not only the pay is on par with what you got at Google or Meta or Snowflake or Databricks, you will also get first-hand experience in * talking to customers * learning how to speak to investors * finding the Product Market Fit If you want to build your startup someday, come work with us!

  • View organization page for Roe AI, graphic

    1,302 followers

    Welcome to our first Feature Friday (pretend it's Friday)! Every week, we'll highlight a feature that makes Roe AI special in the world of unstructured data. At Roe AI, we're redefining how you handle unstructured data. By merging SQL with the power of AI agents, we've created Roe SQL—your gateway to indexing, searching, and analyzing multimodal data seamlessly, no matter the scale. This week, we'll show you how to create a semantic search index across columns of your data tables (video below). Let’s say you have a large table of YC companies from a batch. There’s a column called `description` that describes what each company does, and you want to find companies specializing in a specific area. Import your table, create a search index on the `description` column, type your query, and voilà—the top results appear instantly. How is our feature different from others like Pinecone? Flexibility. With Roe SQL, you can perform complex hybrid searches in SQL to filter out data via custom metadata. For example, we can classify each company using their description, filter out companies that are only AI companies, and search within that refined list, all in a few lines of Roe SQL. The possibilities are endless, but we ensure you have the power to grasp them. Join our Slack workspace to see how Roe AI can accelerate your unstructured data management! https://lnkd.in/eyexKHFb #unstructured #data #ai

Similar pages

Funding

Roe AI 1 total round

Last Round

Pre seed

US$ 500.0K

Investors

Y Combinator
See more info on crunchbase