Examples
Sample apps
Semantic search
The Legal Semantic Search app shows you how to perform semantic search over PDF documents.
Multi-tenant RAG
Namespace Notes is a simple multi-tenant RAG app. Upload documents that feed workspaces with context isolated by namespace.
Multi-modal search
The Shop the Look app shows you how to build multi-modal search across text, images, and videos.
Pinecone Assistant
The Pinecone Assistant app connects a chat interface to your Pinecone Assistant to answer complex questions on your data.
More code examples
Use the Python SDK with FastAPI
A FastAPI app to demonstrate how to use the Pinecone Python SDK with asyncio support.
Implement semantic search with TypeScript
A simple semantic search app written in TypeScript.
Build an article recommender with TypeScript
A simple article recommender app written in TypeScript.
Create a chatbot agent with LangChain
A conversational agent built with LangChain and TypeScript.
Implement image search with TypeScript
An image search app written in TypeScript.