From 6450228a1aeeb519f7a14bf99f0a827e1c642ec9 Mon Sep 17 00:00:00 2001 From: Logan Date: Fri, 10 Jan 2025 14:14:27 -0600 Subject: [PATCH] note on contributing integrations (#17481) --- CONTRIBUTING.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 146aaf805a82c..785d6dc9ee92a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,6 +50,8 @@ Help us extend LlamaIndex's functionality by contributing to any of our core mod Explore the different modules below to get inspired! +New integrations should meaningfully integrate with existing LlamaIndex framework components. At the discretion of LlamaIndex maintainers, some integrations may be declined. + ### 2. 📦 Contribute Tools, Readers, Packs, or Datasets Create new Packs, Readers, or Tools that simplify how others use LlamaIndex with various platforms. diff --git a/README.md b/README.md index 447ee96eb56ff..d17f7f12fc941 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ to fit their needs. Interested in contributing? Contributions to LlamaIndex core as well as contributing integrations that build on the core are both accepted and highly encouraged! See our [Contribution Guide](CONTRIBUTING.md) for more details. +New integrations should meaningfully integrate with existing LlamaIndex framework components. At the discretion of LlamaIndex maintainers, some integrations may be declined. + ## 📄 Documentation Full documentation can be found [here](https://docs.llamaindex.ai/en/latest/)