Learn to integrate Redis LangCache for efficient semantic caching in AI applications, reducing LLM calls and improving response times.
Tag: Python
Articles tagged with Python. Showing 204 articles.
Chapters
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.
Learn to build your first FastAPI application with a 'Hello World' endpoint.
Learn how to create dynamic routes and handle data in FastAPI using path parameters and query parameters.