top of page


How to build high-performing trading strategies with AI
In this article, we will explore Retrieval-Augmented Generation (RAG), a powerful AI technique that combines database retrieval with large language models (LLMs) to enhance AI-generated responses. We will walk through a basic implementation using LangChain, OpenAI’s GPT, and a PostgreSQL/SQLite database for a trading application.
Bryan Downing
May 294 min read
bottom of page