Title: P1: Microsoft GRAG, Storm, MetaAI RAG [2024-08-02 Fri]
I am going to use multistage answering, keeping graph in a
one list of tuples with keywords, use graph partitioning
and Community summaries, use outlined textualized graphs.

NCNN from Tencent for ONNX models require converter that
distribute only in binary. :-(
😶 #dailyreport #rag #grag #airoles #retriving #tencent #nccn

Title: P0: Microsoft GRAG, Storm, MetaAI RAG [2024-08-02 Fri]
For my project of RAG on chippest PC I have been reading
- Microsoft GRAG approach with graph partitioning and
multistage summarization on
communities. https://arxiv.org/html/2404.16130v1
- Storm framework for automatic writing articles based on
roles with perspectives and outlines
https://arxiv.org/pdf/2402.14207
- MetaAI with textualized graphs https://arxiv.org/html/2402.07630v3 #dailyreport #rag #grag #airoles #retriving #tencent #nccn
Untitled Document

Title: P2: Indexing techniques and RAG best practices [2024-08-01 Thu]
publicly avaliable models converted to ONNX format.
😶 #dailyreport #rag #grag #indexing #retriving #onnx #ncnn

Title: P1: Indexing techniques and RAG best practices [2024-08-01 Thu]
I compiled from sources PyTorch.

ONNX quantized models have boost up to 3X in speed and
memory and can be run on cheepest CPU, that is what I am
going to achieve - create approachable and presonalized
AI.

I found open source runtime for ONNX without hell of
dependencies: https://github.com/Tencent/ncnn/

I faced lack of examples and hell of dependencies for #dailyreport #rag #grag #indexing #retriving #onnx #ncnn

GitHub - Tencent/ncnn: ncnn is a high-performance neural network inference framework optimized for the mobile platform

ncnn is a high-performance neural network inference framework optimized for the mobile platform - Tencent/ncnn

GitHub
Title: P2: P0: Indexing techniques and RAG best practices [2024-08-01 Thu]
- 2019 pretrained language models - semantic of data
- 2020 improvement of negative sampling with constrasting
learning
- 2021 exploitation of knowledge distillation
- 2024 graphRetrival, multi-agents #dailyreport #rag #grag #indexing #retriving #onnx #ncnn

Title: P1: P0: Indexing techniques and RAG best practices [2024-08-01 Thu]
I have been reading original papars at arxiv and articles
about indexing techniques and RAG best practices such as
Graph-based RAG, SubGraph GRAG.

Modern history of neural retrival: #dailyreport #rag #grag #indexing #retriving #onnx #ncnn