From 845df6bc18ff040db7f3a1e2d33ff0b72405b20c Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Sun, 16 Aug 2026 20:54:35 +0300 Subject: [PATCH 1/3] adding in topics langchain core --- topics/langchain/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 topics/langchain/index.md diff --git a/topics/langchain/index.md b/topics/langchain/index.md new file mode 100644 index 00000000000..ad5187f64d3 --- /dev/null +++ b/topics/langchain/index.md @@ -0,0 +1,13 @@ +--- +aliases: langchain-core +created_by: hwchase17 +display_name: LangChain +github_url: https://github.com/langchain-ai/langchain +logo: langchain.png +related: artificial-intelligence, llm, prompt-engineering, rag, agents +short_description: LangChain is an open-source framework designed to simplify the creation of applications using large language models. +topic: langchain +url: https://www.langchain.com/ +wikipedia_url: https://en.wikipedia.org/wiki/LangChain +--- +LangChain is an open-source orchestration framework designed to help developers build context-aware, reasoning applications powered by large language models (LLMs). It provides modular abstractions for document loaders, vector stores, prompt templates, and autonomous agent workflows. \ No newline at end of file From e6941779e5bdf85656524e6310736c0e68465249 Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Sun, 16 Aug 2026 21:09:38 +0300 Subject: [PATCH 2/3] fix: 2errors in adding in topics langchain core:1.has matching logo should not specify logo langchain.png when file does not exist 2. Use open source without a hyphen. --- topics/langchain/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/topics/langchain/index.md b/topics/langchain/index.md index ad5187f64d3..2af2ce4cffa 100644 --- a/topics/langchain/index.md +++ b/topics/langchain/index.md @@ -3,11 +3,10 @@ aliases: langchain-core created_by: hwchase17 display_name: LangChain github_url: https://github.com/langchain-ai/langchain -logo: langchain.png related: artificial-intelligence, llm, prompt-engineering, rag, agents short_description: LangChain is an open-source framework designed to simplify the creation of applications using large language models. topic: langchain url: https://www.langchain.com/ wikipedia_url: https://en.wikipedia.org/wiki/LangChain --- -LangChain is an open-source orchestration framework designed to help developers build context-aware, reasoning applications powered by large language models (LLMs). It provides modular abstractions for document loaders, vector stores, prompt templates, and autonomous agent workflows. \ No newline at end of file +LangChain is an open source orchestration framework designed to help developers build context-aware, reasoning applications powered by large language models (LLMs). It provides modular abstractions for document loaders, vector stores, prompt templates, and autonomous agent workflows. \ No newline at end of file From bcbca2454a5701b4942dcb405621853d4a13c787 Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Sun, 16 Aug 2026 21:22:04 +0300 Subject: [PATCH 3/3] adding in topics of transformers --- topics/transformers/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 topics/transformers/index.md diff --git a/topics/transformers/index.md b/topics/transformers/index.md new file mode 100644 index 00000000000..c1ffa7802cd --- /dev/null +++ b/topics/transformers/index.md @@ -0,0 +1,12 @@ +--- +aliases: huggingface-transformers +created_by: huggingface +display_name: Transformers +github_url: https://github.com/huggingface/transformer +related: machine-learning, deep-learning, pytorch, nlp, artificial-intelligence +short_description: Transformers provides thousands of pretrained models to perform tasks on different modalities such as text, vision, and audio. +topic: transformers +url: https://huggingface.co/docs/transformers +wikipedia_url: +--- +Transformers provides thousands of pretrained models to perform tasks on text, vision, and audio. Developed by Hugging Face, it simplifies downloading, training, and fine-tuning state-of-the-art architectures including BERT, GPT, Llama, and Whisper across PyTorch, TensorFlow, and JAX backends. \ No newline at end of file