veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

265
active users

#langchain

17 posts8 participants0 posts today

Understand RAG at Easter? 🐣 Why not use the time to learn something new — and build your own local PDF chatbot?

Learn how chunking, embeddings and vector search work in practice - with LangChain, FAISS, Ollama and Mistral running entirely on your machine (no API key required).

Perfect for beginners - here's the full guide & GitHub repo 👇

:blobcoffee: step-by-step guide: bit.ly/3EfOHB9
:blobcoffee: GitHub Repo: bit.ly/3EtqYgK

I managed to get a bunch of data chunked just right for a RAG vector database, but some of the chunks contain FAQ documents with "How do I..." in them.

The only problem now is that if I search "How do I restart MariaDB?" I get random "How do I" chunks that are asking questions about other stuff.

How do I get around this?