Skip to main content
If you’re running a RAG application with Postgres for metadata, a vector database like Pinecone or Weaviate for embeddings, and LangChain for orchestration — this guide shows how Pixeltable unifies all three.
Related use case: Backend for AI Apps

Concept Mapping


Side by Side: RAG Pipeline

Load documents, chunk, embed, retrieve, and generate answers.
Packages: langchain, langchain-openai, langchain-pinecone, pinecone-client, sqlalchemy

What Changes


Common Patterns

Adding new documents

Filtering by metadata

Inspecting what was retrieved


Next Steps

Backend for AI Apps

Full use case walkthrough

RAG Pipeline

Complete RAG system with chunking and retrieval

Chunk Documents

Control chunk size, overlap, and splitting strategies

Semantic Search

Search patterns and similarity queries
Last modified on July 14, 2026