Build a cached LLM chatbot using Redis LangCache to minimize expensive API calls.
Tag: Python
Articles tagged with Python. Showing 278 articles.
Chapters
Learn how to optimize a RAG application using LangCache for faster response times and reduced costs.
Learn to integrate Redis LangCache for efficient semantic caching in AI applications, reducing LLM calls and improving response times.
A step-by-step guide to setting up a Redis environment for Node.js and Python applications.
Learn about Redis strings, keys, and basic CRUD operations.
Explains the Publish/Subscribe (Pub/Sub) mechanism in Redis, including basic operations and practical examples.
Learn how to build a real-time leaderboard using Redis and either Node.js or Python.
Learn how to implement distributed caching and rate limiting using Redis with Node.js and Python.
Learn Redis from basics to advanced applications using Node.js and Python.
Learn how to use Agentic Lightening, Microsoft's open-source framework for training and optimizing AI agents.
Learn how to build, compile, and train your first neural network using Keras in TensorFlow.
Build a character-level text generation model using TensorFlow and LSTM to generate creative text based on Shakespeare's works.