Awesome-LLM VS langchain

Compare Awesome-LLM vs langchain and see what are their differences.

Awesome-LLM

Awesome-LLM: a curated list of Large Language Model (by Hannibal046)

langchain

🦜🔗 Build context-aware reasoning applications (by langchain-ai)
Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
Awesome-LLM langchain
10 38
15,382 86,694
- 4.0%
8.6 10.0
7 days ago 5 days ago
Python
Creative Commons Zero v1.0 Universal MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Awesome-LLM

Posts with mentions or reviews of Awesome-LLM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-28.
  • XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
    3 projects | news.ycombinator.com | 28 Jun 2023
    Here are some high level answers:

    "7B" refers to the number of parameters or weights for a model. For a specific model, the versions with more parameters take more compute power to train and perform better.

    A foundational model is the part of a ML model that is "pretrained" on a massive data set (and usually is the bulk of the compute cost). This is usually considered the "raw" model after which it is fine-tuned for specific tasks (turned into a chatbot).

    "8K length" refers to the Context Window length (in tokens). This is basically an LLM's short term memory - you can think of it as its attention span and what it can generate reasonable output for.

    "1.5T tokens" refers to the size of the corpus of the training set.

    In general Wikipedia (or I suppose ChatGPT 4/Bing Chat with Web Browsing) is a decent enough place to start reading/asking basic questions. I'd recommend starting here: https://en.wikipedia.org/wiki/Large_language_model and finding the related concepts.

    For those going deeper, there are lot of general resources lists like https://github.com/Hannibal046/Awesome-LLM or https://github.com/Mooler0410/LLMsPracticalGuide or one I like, https://sebastianraschka.com/blog/2023/llm-reading-list.html (there are a bajillion of these and you'll find more once you get a grasp on the terms you want to surf for). Almost everything is published on arXiv, and most is fairly readable even as a layman.

    For non-ML programmers looking to get up to speed, I feel like Karpathy's Zero to Hero/nanoGPT or Jay Mody's picoGPT https://jaykmody.com/blog/gpt-from-scratch/ are alternative/maybe a better way to understand the basic concepts on a practical level.

  • Couple of questions about a.i that can be run locally
    1 project | /r/ArtificialInteligence | 26 Jun 2023
  • How to dive deeper into LLMs?
    1 project | /r/LocalLLaMA | 21 Jun 2023
  • [Hiring] Developer to build AI-powered chatbots with open source LLMs
    1 project | /r/forhire | 15 Jun 2023
  • Creating a Wiki for all things Local LLM. What do you want to know?
    2 projects | /r/LocalLLaMA | 14 Jun 2023
    Check out this repo, there should be some useful things worth noting https://github.com/Hannibal046/Awesome-LLM
  • Large Language Model (LLM) Resources
    3 projects | /r/learnmachinelearning | 11 Jun 2023
  • Curated list for LLMs: papers, training frameworks, tools to deploy, public APIs
    1 project | news.ycombinator.com | 1 Jun 2023
  • Performance of GPT-4 vs PaLM 2
    9 projects | /r/singularity | 17 May 2023
    First this is a pretty good starting point as a resource for learning about and finding open source models and the overall public history of progress of LLMs.
  • FreedomGPT: AI with no censorship
    3 projects | /r/KotakuInAction | 12 May 2023
    This seems fishy as fuck. First red flag is a fishy installer instead of any huggingface link for the model. Upon further search I found this: https://desuarchive.org/g/thread/92686632/#92692092 There are posts in its own sub, r slash freedomgpt, raising concerns, and many new accounts with low karma replying to them(I don't think I can link other subs here, check them yourself), 100% some botting/astroturfing going on. Not touching this. Even in the best case scenario that this is legit with no funny business, this is supposed to be based on llama, which is substantially different tiny model(hence why it can be run on your computer at all). This is no Chatgpt equivalent eitherway. I would recommend getting something more reputable from github if you are interested in running LLMs yourself.
  • Ask HN: Foundational Papers in AI
    1 project | news.ycombinator.com | 4 May 2023
    https://github.com/Hannibal046/Awesome-LLM has a curated list of LLM specific resources.

    Not the creator, just happened upon it when researching LLMs today.

langchain

Posts with mentions or reviews of langchain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-03.
  • Learnings from GenAI on AWS at Deloitte workshop
    3 projects | dev.to | 3 Jun 2024
    LangChain - Python and JS libraries, provides convenient functions for interacting with Amazon Bedrock’s models and related services like vector databases
  • Bridging the Last Mile in LangChain Application Development
    5 projects | dev.to | 16 May 2024
    Undoubtedly, LangChain is the most popular framework for AI application development at the moment. The advent of LangChain has greatly simplified the construction of AI applications based on Large Language Models (LLM). If we compare an AI application to a person, the LLM would be the "brain," while LangChain acts as the "limbs" by providing various tools and abstractions. Combined, they enable the creation of AI applications capable of "thinking." However, this article does not delve into the specific usage of LangChain but aims to discuss with readers the last-mile issue in LangChain application development—how to deploy LangChain applications, using AWS as an example. Why deploy on AWS? The free tier is simply too appealing for daily use.
  • A Terminal Is All AI Needs
    4 projects | dev.to | 15 May 2024
    The number of tools and functions that aim to enhance the abilities of language models (LMs) is growing rapidly. For example, the popular LM framework LangChain grew its tool catalog from three to seventy-seven in the last 15 months. However, this approach of building tools for every little thing may be misguided and ultimately counterproductive. Instead, providing AI with direct access to a terminal, where it can use the many command line tools already created, and even create its own tools, will lead to more powerful, flexible, and future-proof systems.
  • Deploy LangServe Application to AWS
    3 projects | dev.to | 7 May 2024
    Limited by the current packaging method of Pluto, it does not yet support LangChain's Template Ecosystem. Coming soon
  • Construyendo un asistente genAI de WhatsApp con Amazon Bedrock
    2 projects | dev.to | 4 May 2024
  • Show HN: SpRAG – Open-source RAG implementation for challenging real-world tasks
    3 projects | news.ycombinator.com | 2 May 2024
  • Aider: AI pair programming in your terminal
    13 projects | news.ycombinator.com | 10 Apr 2024
    Big fan of Aider.

    We are interesting in integrating Aider as a tool for Dosu https://dosu.dev/ to help it navigate and modify a codebase on issues like this https://github.com/langchain-ai/langchain/issues/8263#issuec...

  • 🦙 Llama-2-GGML-CSV-Chatbot 🤖
    3 projects | dev.to | 10 Apr 2024
    Developed using Langchain and Streamlit technologies for enhanced performance.
  • Building a WhatsApp generative AI assistant with Amazon Bedrock and Python
    2 projects | dev.to | 5 Mar 2024
    Tip: Kenton Blacutt, an AWS Associate Cloud App Developer, collaborated with Langchain, creating the Amazon Dynamodb based memory class that allows us to store the history of a langchain agent in an Amazon DynamoDB.
  • 👑 Top Open Source Projects of 2023 🚀
    6 projects | dev.to | 3 Mar 2024
    LangChain was first released in October 2022 as an open-source side project, a framework that makes developing AI applications more flexible. It got so popular that it was promptly turned into a startup.

What are some alternatives?

When comparing Awesome-LLM and langchain you can also consider the following projects:

langchain - âš¡ Building applications with LLMs through composability âš¡ [Moved to: https://github.com/langchain-ai/langchain]

llama_index - LlamaIndex is a data framework for your LLM applications

FreedomGPT - This codebase is for a React and Electron-based app that executes the FreedomGPT LLM locally (offline and private) on Mac and Windows using a chat-based interface

semantic-kernel - Integrate cutting-edge LLM technology quickly and easily into your apps

LLMZoo - âš¡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language models.âš¡

haystack - :mag: LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

griptape - Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.

dalai - The simplest way to run LLaMA on your local machine

LoRA - Code for loralib, an implementation of "LoRA: Low-Rank Adaptation of Large Language Models"

private-gpt - Interact with your documents using the power of GPT, 100% privately, no data leaks

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured