LangChain practical projects — build a CLI chatbot
Build an AI assistant trained on specific docs
Aug 13, 202314 min read111

Search for a command to run...

Series
This series will guide you through developing AI applications with OpenAI and LangChain in bite-size content.
Build an AI assistant trained on specific docs

Let's add the streaming component to a chat instance

Learn how to use the data you stored in a vector DB as context for a chat bot

Learn how to upload the documents you loaded into a vector database. Pinecone edition.

Learn how to upload the documents you loaded into a vector database. Activeloop edition.

Learn how to use text splitters in LangChain Introduction Welcome to the fourth article in this series; so far, we have explored how to set up a LangChain project and load documents; now it's time to process our sources and introduce text splitter, w...
