Files
lancedb/docs/src/examples/python_examples/build_from_scratch.md
Rithik Kumar 38015ffa7c docs: improve overall language on all example pages (#1582)
Refine and improve the language clarity and quality across all example
pages in the documentation to ensure better understanding and
readability.

---------

Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
2024-08-31 03:48:11 +05:30

3.2 KiB

Build from Scratch with LanceDB 🛠️🚀

Start building your GenAI applications from the ground up using LanceDB's efficient vector-based document retrieval capabilities! 📑

Get Started in Minutes ⏱️

These examples provide a solid foundation for building your own GenAI applications using LanceDB. Jump from idea to proof of concept quickly with applied examples. Get started and see what you can create! 💻

Build From Scratch Description Links
Build RAG from Scratch🚀💻 📝 Create a Retrieval-Augmented Generation (RAG) model from scratch using LanceDB. GitHub
Open In Collab
Local RAG from Scratch with Llama3🔥💡 🐫 Build a local RAG model using Llama3 and LanceDB for fast and efficient text generation. GitHub
Python
Multi-Head RAG from Scratch📚💻 🤯 Develop a Multi-Head RAG model from scratch, enabling generation of text based on multiple documents. GitHub
Python