Skip to content

Commit

Permalink
Merge pull request #276 from SylphAI-Inc/main
Browse files Browse the repository at this point in the history
 [release] doc
  • Loading branch information
Sylph-AI authored Nov 21, 2024
2 parents 789529d + 7d04da9 commit 9f4abab
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/source/contributor/index.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
Contributor Guide
=============================
Welcome to the AdalFlow community! We're building the most user-friendly, modular, and powerful library for building and auto-optimizing LLM applications, rom Chatbots and RAGs to Agents.
Welcome to the AdalFlow community! We're building the most user-friendly, modular, and powerful library for building and auto-optimizing LLM applications, from Chatbots and RAGs to Agents.
*Think of AdalFlow for LLM applications and prompt engineering as the PyTorch/TensorFlow/JAX equivalent for AI modeling.*
The goal is to provide basic and fundamental building blocks to create advanced applications with auto-optimization out of the box.

The goal of the library is to provide basic and fundamental building blocks to create advanced applications with auto-optimization out of the box.
As we mature, we anticipate that more RAG, memory-based chatbots, or agent frameworks will be built on top of AdalFlow’s building blocks, such as `retriever` and `generator`.
We highly suggest you read our :ref:`design principle<lightrag_design_philosophy>` before you start contributing.

We only accept high quality contributions.
We appreciate contributors, but we have to hold our libary responsible for our users.
Once you decide to contribute, we hope it’s not just to list your name on the repo.
More importantly, we want you to learn and improve your own skills, support your favorite projects, and contribute to the community!
We greatly appreciate all contributions, from bug fixes to new features, and value every contributor.
However, we must be selective to ensure our library remains reliable for users.
We hope your contributions go beyond listing your name on the repo—our goal is for you to learn, grow your skills, support your favorite projects, and give back to the community!

The goal of this guide is to design the best process for maintaining the quality of our library while enabling the community to make meaningful contributions.
It took us three months to set up this contributor guide, as we first tested the process with early contributors.
Our goal is to design the best process for maintaining the quality of our library while enabling the community to make meaningful contributions.
We are determined to make AdalFlow as great and legendary as PyTorch.
*We are determined to make AdalFlow as great and legendary as PyTorch.*

This guide covers the overall contributing process, along with development essentials for environment setup, coding, testing, and documentation.

Here’s to the future of LLM applications!
Expand Down

0 comments on commit 9f4abab

Please sign in to comment.