From 2712ecffeb264b140ca6c0560b35a22407d88597 Mon Sep 17 00:00:00 2001 From: jessicaou Date: Fri, 4 Apr 2025 13:35:11 -0700 Subject: [PATCH] Update Contributor Docs (#30679) Deletes statement on integration marketing --- docs/docs/contributing/how_to/integrations/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/contributing/how_to/integrations/index.mdx b/docs/docs/contributing/how_to/integrations/index.mdx index 0943d05c776..efe95c065f3 100644 --- a/docs/docs/contributing/how_to/integrations/index.mdx +++ b/docs/docs/contributing/how_to/integrations/index.mdx @@ -83,7 +83,6 @@ LinkedIn, where we highlight the best examples. Here are some heuristics for types of content we are excited to promote: -- **Integration announcement:** Announcements of new integrations with a link to the LangChain documentation page. - **Educational content:** Blogs, YouTube videos and other media showcasing educational content. Note that we prefer content that is NOT framed as "here's how to use integration XYZ", but rather "here's how to do ABC", as we find that is more educational and helpful for developers. - **End-to-end applications:** End-to-end applications are great resources for developers looking to build. We prefer to highlight applications that are more complex/agentic in nature, and that use [LangGraph](https://github.com/langchain-ai/langgraph) as the orchestration framework. We get particularly excited about anything involving long-term memory, human-in-the-loop interaction patterns, or multi-agent architectures. - **Research:** We love highlighting novel research! Whether it is research built on top of LangChain or that integrates with it.