Using OmniAI to Convert PDFs to Markdown with LLMs
A guide to converting a PDF into Markdown using OmniAI with OpenAI and MuPDF.
A guide to converting a PDF into Markdown using OmniAI with OpenAI and MuPDF.
OmniAI now supports tools in LLM integrations using Anthropic, Google, Mistral, and OpenAI.
OmniAI now supports the generation of embeddings for both Mistral and OpenAI. In conjunction with pgvector, this is an excellent option for indexing and searching data to pass through an LLM prompt within a Ruby on Rails application.
OmniAI introduces the ability to generate complex prompts in Ruby with a prompt builder.
OmniAI now ships with a built-in CLI, making it easier than ever to use OpenAI’s ChatGPT, Google’s Gemini, Anthropic’s Claude, or Mistral’s LeChat.
An LLM Agnostic Ruby Library for OpenAI’s ChatGPT, Google’s Gemini, Anthropic’s Claude Mistral’s LeChat, and More!
A guide to using OpenAI’s ChatGPT with Ruby
A guide to building and understanding a testing frameworks like RSpec
A few examples of when using a transaction in Ruby on Rails doesn't work as expected.
A tutorial on eager loading polymorphic associations with Ruby on Rails avoiding "n-plus-one" queries.
A deep dive into the performance of Fabrication and FactoryGirl.
Managing sockets, handling HTTP parsing and generation, and integrating with Rack to build a simple web server from scratch.