Skip to Content

Featured Project

OSLLMH (Open Source LLM Helper)


A wrapper for llama-index and Qdrant that supports a web interface for querying a vector database and chatting with an LLM using RAG.

Built with

  • Python
  • llama-index
  • Qdrant
OSLLMH (Open Source LLM Helper)

Overview

A wrapper for llama-index and Qdrant to also support a web interface to query the vector database and chat with the LLM using RAG.

Features

  • Knowledge database with vector search
  • Uses embeddings to store and query information

Background

A more personalized collection of artifacts that can be used to query an LLM. Think if you had a collection of books and you wanted to reference a particular concept in the book, this tool can help find the relevant information using RAG.