From 0b4692b69a17038dbda37d091761ccca4a319092 Mon Sep 17 00:00:00 2001 From: Danipulok <45077699+Danipulok@users.noreply.github.com> Date: Mon, 26 Feb 2024 23:55:45 +0200 Subject: [PATCH] Fix: fix PyPi link to GitHub repo (#11412) --- llama-index-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-index-core/README.md b/llama-index-core/README.md index 5697ac2ee1433..87d7207a415fd 100644 --- a/llama-index-core/README.md +++ b/llama-index-core/README.md @@ -7,4 +7,4 @@ Storage, Callables and several others. We've designed the core library so that it can be easily extended through subclasses. Building LLM applications with LlamaIndex thus involves building with LlamaIndex -core as well as with the LlamaIndex [integrations](https://github.com/run-llamae/llama_index/tree/main/llama-index-integrations) needed for your application. +core as well as with the LlamaIndex [integrations](https://github.com/run-llama/llama_index/tree/main/llama-index-integrations) needed for your application.