Run LLMs locally with Ollama
Getting started with local LLMs. Run DeepSeek Coder on your pc.
Mar 11, 202412 min read1.0K

Search for a command to run...
Articles tagged with #ai
Getting started with local LLMs. Run DeepSeek Coder on your pc.

Build an AI assistant trained on specific docs

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...
