n4nAI

Topic

Framework Tutorials: E-commerce Search & Recommendations

12 posts on framework tutorials: e-commerce search & recommendations — part of framework tutorials on the n4n AI blog.

Framework tutorialsTutorial

Visual product search with LangChain and multi-modal models

Build a visual product search system using LangChain and multi-modal embeddings — from image ingestion to vector search with runnable code at each step.

3 min read
Framework tutorialsTutorial

Personalized recommendations with CrewAI agents

Build a personalized recommendation engine using CrewAI agents with user profiling, candidate generation, and ranking stages — complete with runnable code and output examples.

3 min read
Framework tutorialsTutorial

Building a price comparison agent across product feeds

Build a production-ready price comparison agent that ingests multiple product feeds, normalizes messy data, and surfaces the best deals across merchants.

3 min read
Framework tutorialsTutorial

Building a cart-recovery agent with LangGraph

Build a production-ready cart recovery agent with LangGraph — state machines, conditional routing, checkpointing, and real integration patterns.

4 min read
Framework tutorialsTutorial

E-commerce search: filtering and reranking in LlamaIndex

Build production e-commerce search with LlamaIndex: metadata filtering, hybrid retrieval, and cross-encoder reranking for relevant product results.

3 min read
Framework tutorialsTutorial

E-commerce hybrid search: keyword plus vector in LangChain

Build production-ready hybrid search for e-commerce using LangChain — combine BM25 keyword matching with vector embeddings, add cross-encoder reranking, and evaluate with real metrics.

2 min read
Framework tutorialsTutorial

E-commerce chatbot: from search to checkout with LangChain

Hands-on ecommerce chatbot search to checkout langchain tutorial: build semantic search, tool-calling agent, cart and checkout with runnable Python code.

2 min read
Framework tutorialsTutorial

Building semantic product search with LlamaIndex

Step-by-step tutorial to build semantic product search with LlamaIndex using local embeddings, metadata filters, and persistence for e-commerce catalogs.

3 min read
Framework tutorialsTutorial

Building a shopping assistant agent with LangGraph

Build a shopping assistant agent langgraph in this hands-on tutorial: product search, recommendation reasoning, and tool-calling with LangGraph.

3 min read
Framework tutorialsTutorial

Building a find-similar-products feature with LlamaIndex

Hands-on tutorial: implement a find similar products LlamaIndex feature for e-commerce using vector embeddings, metadata filters, and persistence.

2 min read
Framework tutorialsTutorial

AI-powered product recommendations with LangChain

Hands-on tutorial: build AI-powered product recommendations with LangChain using a vector store and LLM chain, from catalog embedding to ranked output.

3 min read
Framework tutorialsTutorial

A product Q&A chatbot from your catalog with LangChain

Build a product Q&A chatbot from your catalog with LangChain using RAG. Step-by-step tutorial with runnable code for ecommerce retrieval and chat.

2 min read