Found 2320 bookmarks
Newest
Batch Processing for Chat Models
Batch Processing for Chat Models
Batch processing framework for ellmer chat model interactions. Enables sequential and parallel processing of chat completions. Core capabilities include error handling with backoff, state persistence, progress tracking, and retry management. Parallel processing is implemented via the future framework. Additional features include structured data extraction, tool integration, timeout handling, verbosity control, and sound notifications. Includes methods for returning chat texts, chat objects, progress status, and structured data.
·dylanpieper.github.io·
Batch Processing for Chat Models
Mastering Long Codebases with Cursor, Gemini, and Claude: A Practical Guide
Mastering Long Codebases with Cursor, Gemini, and Claude: A Practical Guide
This guide outlines my approach to building software projects using Cursor IDE, leveraging Gemini (gemini-exp-1206, gemini-2.0-flash-exp) and Claude (3.5 sonnet and 3 opus) for effective development and maintaining code integrity. 1. Project Setup: Laying the Foundation for AI Collaboration Think of your project as a well-organized workshop where you and your AI collaborators (Gemini and Claude) will build something amazing. The first step is to set up the workshop properly. 1.1. Define the Ru...
·forum.cursor.com·
Mastering Long Codebases with Cursor, Gemini, and Claude: A Practical Guide
Cline Blog
Cline Blog
Latest updates and insights from the Cline team
·cline.bot·
Cline Blog
Platform
Platform
·platform.vectorize.io·
Platform
3 of the best LLM integration tools for R
3 of the best LLM integration tools for R
Do you need to add LLM capabilities to your R scripts and applications? Here are three tools you'll want to know.
·infoworld.com·
3 of the best LLM integration tools for R
New tools for building agents
New tools for building agents
We’re evolving our platform to help developers and enterprises build useful and reliable agents.
·openai.com·
New tools for building agents
CRAN Task View: Natural Language Processing
CRAN Task View: Natural Language Processing
Natural language processing has come a long way since its foundations were laid in the 1940s and 50s (for an introduction see, e.g., Jurafsky and Martin (2008, 2009, 2022 draft third edition): Speech and Language Processing, Pearson Prentice Hall). This CRAN task view collects relevant R packages that support computational linguists in conducting analysis of speech and language on a variety of levels - setting focus on words, syntax, semantics, and pragmatics.
·cran.r-project.org·
CRAN Task View: Natural Language Processing
Prompt Fiddle
Prompt Fiddle
An LLM prompt playground for structured prompting
·promptfiddle.com·
Prompt Fiddle
Gittok - Discover Trending GitHub Projects
Gittok - Discover Trending GitHub Projects
Swipe through trending GitHub repositories and topics in a fun, TikTok-style interface. Turn your scrolling habit into learning opportunities.
·gittok.dev·
Gittok - Discover Trending GitHub Projects
Convert Formatted Spreadsheets to Presentation-Ready Display Tables
Convert Formatted Spreadsheets to Presentation-Ready Display Tables
Reads cell contents plus formatting from a spreadsheet file and creates an editable gt object with the same data and formatting. Supports the most commonly-used cell and text styles including colors, fills, font weights and decorations, and borders.
·luisdva.github.io·
Convert Formatted Spreadsheets to Presentation-Ready Display Tables
PostgreSQL 9.4 JSON Queries
PostgreSQL 9.4 JSON Queries
Intro Querying JSON with SQL is extremely powerful and convenient.  Some great things about:Use SQL to query unstructured data Join relational and JSON tables Convert between JSON and relational schemaBut query writing can be difficult and non obvious at first.  Official documentation doesn't have many samples. Many useful queries need other great but not widely known
·webrobots.io·
PostgreSQL 9.4 JSON Queries
DevSamples | Code snippets for any need
DevSamples | Code snippets for any need
DevSamples is a list of code samples for you to copy and paste into your projects as needed. The primary focus is on web development, but there are samples from a variety of languages.
·devsamples.com·
DevSamples | Code snippets for any need
Rapid RAG Prototyping
Rapid RAG Prototyping
Building a Retrieval-Augmented Generation (RAG) prototype with ellmer and duckdb in R
·blog.tidy-intelligence.com·
Rapid RAG Prototyping