From ea2ce5fa2cab929aa4c6bad4ce40a756eaef9823 Mon Sep 17 00:00:00 2001 From: Ravi Theja Date: Thu, 25 May 2023 19:05:10 +0530 Subject: [PATCH] Add LlamaIndex to awesome-transformers.md (#23484) --- awesome-transformers.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/awesome-transformers.md b/awesome-transformers.md index a90f43578842e0..446b30bdada967 100644 --- a/awesome-transformers.md +++ b/awesome-transformers.md @@ -45,6 +45,12 @@ Keywords: Database, low-code, AI table Keywords: LLMs, Large Language Models, Agents, Chains +## [LlamaIndex](https://github.com/jerryjliu/llama_index) + +[LlamaIndex](https://github.com/jerryjliu/llama_index) is a project that provides a central interface to connect your LLM's with external data. It provides various kinds of indices and retreival mechanisms to perform different LLM tasks and obtain knowledge-augmented results. + +Keywords: LLMs, Large Language Models, Data Retrieval, Indices, Knowledge Augmentation + ## [ParlAI](https://github.com/facebookresearch/ParlAI) [ParlAI](https://github.com/facebookresearch/ParlAI) is a python framework for sharing, training and testing dialogue models, from open-domain chitchat, to task-oriented dialogue, to visual question answering. It provides more than 100 datasets under the same API, a large zoo of pretrained models, a set of agents, and has several integrations.