From 49a0e47105c67d79f2ec9c7ba560417ea1ba7ccf Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Thu, 1 Jun 2023 15:45:47 -0700 Subject: [PATCH] Update readme, include LlamaIndex (#457) * cr * cr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6656e79..b3710fd0 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a - [PromptPerfect](https://promptperfect.jina.ai/prompts): A paid product for testing and improving prompts. - [Weights & Biases](https://wandb.ai/site/solutions/llmops): A paid product for tracking model training and prompt engineering experiments. - [OpenAI Evals](https://github.com/openai/evals): An open-source library for evaluating task performance of language models and prompts. +- [LlamaIndex](https://github.com/jerryjliu/llama_index): A Python library for augmenting LLM apps with private data (personal, organizational). ### Prompting guides