Learn how to interact with LangCache using Node.js and Python, including initialization, storing prompts and responses.
Tag: Python
Articles tagged with Python. Showing 306 articles.
Chapters
Build a cached LLM chatbot using Redis LangCache to minimize expensive API calls.
Learn how to optimize a RAG application using LangCache for faster response times and reduced costs.
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 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.