Zachary Proser
420
 Subscribers

Zachary Proser is a Staff Developer Advocate at Pinecone.io who specializes in building AI applications, particularly focusing on Retrieval Augmented Generation (RAG) with tools like LangChain and OpenAI. His content targets developers and data enthusiasts interested in practical AI development.

Spotlighted Software & Tools
Discover the top tools
Zachary Proser
loves for growth!
Langchain
Streamline LLM application development with LangChain's modular framework.
This is some text inside of a div block.
Development Tools
AI & Automation
Pinecone
Power AI applications with fast, scalable, and reliable vector search.
This is some text inside of a div block.
Database Management
AI & Automation
Chat GPT
Generate tailored content and ideate faster using custom GPTs and voice input.
This is some text inside of a div block.
AI & Automation
Team Collaboration
Codeium
Accelerate coding with AI-powered autocomplete and code generation.
This is some text inside of a div block.
Development Tools
AI & Automation
Playbooks
Codeium vs ChatGPT

Learn how to leverage both Codium and ChatGPT to supercharge your coding workflow and project management. The video demonstrates using Codium within your IDE for real-time coding assistance and ChatGPT for architectural discussions, debugging, and pre-project planning.

How to use LangChain in a Jupyter Notebook

Explore how you can use LangChain to load data into a vector database! Discover how to ingest data from a blog, chunk it, embed it, and upload it to Pinecone using LangChain. You'll learn how to manage API keys, use directory loaders, and perform sanity checks to ensure your data store is healthy and ready for a RAG pipeline.

How to build chat with your data using Pinecone, LangChain and OpenAI

Find out how to use Pinecone, Langchain, and OpenAI to build a chatbot that uses all three technologies. You'll learn how to ingest data, set up API keys, split documents, and create a vector store for accurate question answering.

How to build a Chat-with-your-data RAG pipeline - Part 1

Explore how to build a chat interface for your blog using retrieval augmented generation, and a deep-dive tutorial. You'll learn about data flow, backend processes like embeddings and vector search, and frontend React app development.