This piece provides a guide to building a Retrieval-Augmented Generation (RAG) system using Anthropic's Claude, PostgreSQL, and Python on AWS. The tutorial walks through setting up the necessary PostgreSQL extensions and using Amazon Bedrock to create an application that generates more accurate AI responses.
https://www.tigerdata.com/blog/building-a-rag-system-with-claude-postgresql-python-on-aws
https://www.tigerdata.com/blog/building-a-rag-system-with-claude-postgresql-python-on-aws
Tiger Data Blog
Building a RAG System With Claude, PostgreSQL & Python on AWS
A walkthrough of building a RAG system using Anthropic Claude and PostgreSQL on Amazon Bedrock to make your AI app responses more accurate and context-aware.
👍2
Agent S: an open agentic framework that uses computers like a human
https://github.com/simular-ai/Agent-S
https://github.com/simular-ai/Agent-S
GitHub
GitHub - simular-ai/Agent-S: Agent S: an open agentic framework that uses computers like a human
Agent S: an open agentic framework that uses computers like a human - simular-ai/Agent-S
Lightweight Pandas monkey-patch that adds async support to map, apply, applymap, aggregate, and transform, enabling seamless handling of async functions with controlled max_parallel execution.
https://github.com/telekinesis-inc/aiopandas
https://github.com/telekinesis-inc/aiopandas
GitHub
GitHub - telekinesis-inc/aiopandas: Lightweight Pandas monkey-patch that adds async support to map, apply, applymap, aggregate…
Lightweight Pandas monkey-patch that adds async support to map, apply, applymap, aggregate, and transform, enabling seamless handling of async functions with controlled max_parallel execution. - te...
Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient models with minimal overhead.
https://github.com/PrunaAI/pruna
https://github.com/PrunaAI/pruna
GitHub
GitHub - PrunaAI/pruna: Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient…
Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient models with minimal overhead. - PrunaAI/pruna
A simple tool that let's you explore different possible paths that an LLM might sample.
https://github.com/willkurt/token-explorer
https://github.com/willkurt/token-explorer
GitHub
GitHub - willkurt/token-explorer: A simple tool that let's you explore different possible paths that an LLM might sample.
A simple tool that let's you explore different possible paths that an LLM might sample. - willkurt/token-explorer
2X faster ASGI web framework for python, offering high-level development, low-level performance.
https://github.com/raceychan/lihil
https://github.com/raceychan/lihil
GitHub
GitHub - raceychan/lihil: 2X faster ASGI web framework for python, offering high-level development, low-level performance.
2X faster ASGI web framework for python, offering high-level development, low-level performance. - raceychan/lihil
👍1
This piece introduces Unvibe, a Python library that uses unit tests as a reward function to guide Large Language Models in generating correct code. The author, Claudio Santini, explains that this approach works well for generating complex code within large, existing codebases, provided they are well-tested.
https://claudio.uk/posts/unvibe-a-python-test-runner-that-generates-correct-implementations.html
https://claudio.uk/posts/unvibe-a-python-test-runner-that-generates-correct-implementations.html
claudio.uk
A Python Test-Runner that generates correct implementations
Unvibe: A Python Test-Runner that generates correct code
FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and various frameworks (AioHttp, Falcon, Flask, Quart, Sanic, Starlette, Tornado).
https://github.com/mr-fatalyst/fastopenapi
https://github.com/mr-fatalyst/fastopenapi
GitHub
GitHub - mr-fatalyst/fastopenapi: FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and…
FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and various frameworks (AioHttp, Django, Falcon, Flask, Quart, Sanic, Starlette, Tornado). - mr-fatalyst/fa...
Dan LaManna's latest post reflects on a long-standing architectural issue within the Django framework that has recently been addressed. The author celebrates the solution, marking a significant improvement for the popular web framework.
https://danlamanna.com/posts/rest-in-peace-djangos-framework-problem/
https://danlamanna.com/posts/rest-in-peace-djangos-framework-problem/
Danlamanna
REST in Peace? Django's Framework Problem
The Django REST Framework maintainer has removed access to thousands of community discussions, leaving even other maintainers pleading for read-only access. What does this mean for Django’s ecosystem sustainability?
This article from Pybites offers a practical look at using the uv tool to streamline Python package development and testing. It walks through the setup and commands needed to integrate this fast new tool into your workflow.
https://pybit.es/articles/developing-and-testing-python-packages-with-uv/
https://pybit.es/articles/developing-and-testing-python-packages-with-uv/
Pybites
Case Study: Developing And Testing Python Packages With Uv - Pybites
To help clarify these common challenges, I'll show how I typically set up Python projects and organise package structures using the Python package and
👍3
The Textualize blogpost delves into the specific algorithms that enable high-performance applications to run smoothly within the terminal. It explains the technical challenges and clever solutions required for building responsive TUIs.
https://textual.textualize.io/blog/2024/12/12/algorithms-for-high-performance-terminal-apps/
https://textual.textualize.io/blog/2024/12/12/algorithms-for-high-performance-terminal-apps/
Textual Documentation
Textual - Algorithms for high performance terminal apps
Textual is a TUI framework for Python, inspired by modern web development.