/clab

LlamaWorksDB is a Retrieval Augmented Generation (RAG) product designed to interact with the documentation of various products such as LlamaIndex, Fireworks, MongoDB, git repositories, and cookbooks. This project was developed by team CLAB (Chris, Leo, Andrew, Barath)

Primary LanguageJupyter Notebook

🚀 LlamaWorksDB from Team CLAB

📅 Event Details

Event: MongoDB GenAI Hackathon SF
Date: April 20, 2024

The MongoDB GenAI Hackathon SanFranc was a grand event with over 100+ participants forming 20+ teams. The teams competed fiercely, showcasing their innovative projects and technical prowess.

LlamaWorksDB is a Retrieval Augmented Generation (RAG) product designed to interact with the documentation of various products such as LlamaIndex, Fireworks, MongoDB, git repositories, and cookbooks. This project was developed by team CLAB (Chris, Leo, Andrew, Barath)

🏆 Award

Our project, "LlamaWorksDB" ,was awarded 🏆 the "Best use of LlamaIndex" during the MongoDB GenAI Hackathon SF. We are proud of our achievement and grateful for the recognition, with cash prize of 500 USD, we are excited to continue our journey in the world of AI and ML.

Table of Contents

📚 Project Overview

LlamaWorksDB leverages the LlamaIndex, Fireworks, MongoDB documentation, git repositories, and cookbooks, along with the llamaParse API, to parse and represent files for efficient retrieval and context augmentation. The Fireworks model(nomic-ai/nomic-embed-text-v1.5) is used for embeddings with a dimension of 768.

👥 Team Members

- Chris
- Leo
- Andrew
- Barath [Twitter](https://twitter.com/baraths84)

🎥 Presentation

You can view our project presentation here.

📸 Application Screenshots

Here is screenshot of the application:

📂 Data Sources

We used the GithubRepositoryReader to ingest the chat-llamaindex and chatbot repositories listed below. The SimpleWebPageReader was used to ingest the LLamaindex web documentation (modules, api-reference, some errors with example) and all of the Firework documentation (blog posts, api reference, model cards).

📚 References