Skip to content

Commit

Permalink
Remove proprietary and add contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusso committed May 25, 2023
1 parent 193ee35 commit aff971b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

LangChain is an amazing framework to get LLM projects done in a matter of no time and the ecosystem is growing fast. Here is an attempt to keep track of the initiatives around LangChain.

Contributions welcome. Add links through pull requests or create an issue to start a discussion.
Contributions welcome. Add links through pull requests or create an issue to start a discussion. Please read the [contribution guidelines](CONTRIBUTING.md) before contributing.

## Table of Contents

Expand Down Expand Up @@ -189,12 +189,6 @@ Contributions welcome. Add links through pull requests or create an issue to sta
- [LangChain tutorial at PromptChap](https://promptchap.com)
- [Create a Code Interpreter Chatbot with Pyodide, LangChain, and OpenAI](https://dylancastillo.co/code-interpreter-chatbot-pyodide-langchain-openai/)

## Proprietary

- [Any Summary](https://www.anysummary.app/): Summarize any file with AI
- [CoFounder](https://co-founder.ai?utm_source=langchain&utm_medium=gallary&utm_campaign=alpha): The First AI Co-Founder for Your Start-up 🙌.
- [DAIMON](https://www.mydaemon.ai/)

## Alternatives

- [Transformers Agents](https://huggingface.co/docs/transformers/transformers_agents): Provides a natural language API on top of transformers
Expand Down
13 changes: 13 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Contribution Guidelines

The Awesome Langchain curates content and projects using or supporting Langchain ecosystem. The contribution needs to be open source. The list is curated in a way that only the best content is listed. This means that not all content will be listed. The content that is listed should be of high quality and have a clear added value. The project needs to be active and online for at least 1 week.

We do not list content that is:

- not in English.
- not related to Langchain.
- not maintained anymore.
- not online anymore.
- not open source.
- not adding value to existing content.

We do not aim to list all Langchain supported platforms already listed in the Langchain documention, but we may list articles and examples demonstrating their usage.

## Adding something to awesome langchain

If you have something awesome to contribute to an awesome list, this is how you do it.
Expand Down

0 comments on commit aff971b

Please sign in to comment.