From 021426aa6083023b6628033074462fb2491dadb3 Mon Sep 17 00:00:00 2001 From: Ritchie Ng Date: Mon, 6 Nov 2023 11:25:02 +0800 Subject: [PATCH] LlamaIndex and ChromdaDB --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a4f2b..862c253 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,10 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books - [Japanese GPT Neox and Open Calm](https://github.com/hppRC/llm-lora-classification) - Chinese - [Chinese Vicuna](https://github.com/Facico/Chinese-Vicuna) - +- Retrieval Augmented Generation (RAG) + - [LlamaIndex, data framework for your LLM application](https://github.com/run-llama/llama_index) +- Embeddings + - [ChromaDB, open-source embedding database](https://github.com/chroma-core/chroma) ## Tabular Data - [PyTorch-TabNet: Attentive Interpretable Tabular Learning](https://github.com/dreamquark-ai/tabnet)