Skip to content

Instantly share code, notes, and snippets.

View dennyglee's full-sized avatar

Denny Lee dennyglee

View GitHub Profile
@dennyglee
dennyglee / rag-testing-llama-index-indexes.md
Last active April 3, 2024 00:32
RAG testing with different indexes via llama-index

RAG testing using different indexes with llamaindex

Different Indexes result in different answers

(Generated by Chat GPT 4.0)

Retrieval-Augmented Generation (RAG) systems, which combine a neural network-based generative model with a retrieval system, can use various types of indexes to retrieve relevant documents or passages. The type of index used can significantly impact the performance and output of the RAG system. Let's explore why using different indexes like Keyword Table Index, Vector Store Index, Summary Index, Tree Index, and Knowledge Graph Index for the same document results in different answers:

  1. Keyword Table Index:
  • Nature: It's based on keyword matching.
@miguno
miguno / KAFKA-0.8_SCALA-2.9.2.md
Last active December 14, 2015 21:19
Building Apache Kafka 0.8 (trunk) for Scala 2.9.2