Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. LangChain - AI Application building and automation

LangChain - AI Application building and automation

Scheduled Pinned Locked Moved App Wishlist
1 Posts 1 Posters 562 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcusquinnM Offline
    marcusquinnM Offline
    marcusquinn
    wrote on last edited by
    #1
    • https://langchain.com
    • https://github.com/hwchase17/langchain
    • https://python.langchain.com/en/latest/

    🤔 What is this?

    Large language models (LLMs) are emerging as a transformative technology, enabling
    developers to build applications that they previously could not.
    But using these LLMs in isolation is often not enough to
    create a truly powerful app - the real power comes when you can combine them with other sources of computation or knowledge.

    This library is aimed at assisting in the development of those types of applications. Common examples of these types of applications include:

    ❓ Question Answering over specific documents

    • Documentation
    • End-to-end Example: Question Answering over Notion Database

    💬 Chatbots

    • Documentation
    • End-to-end Example: Chat-LangChain

    🤖 Agents

    • Documentation
    • End-to-end Example: GPT+WolframAlpha

    📖 Documentation

    Please see here for full documentation on:

    • Getting started (installation, setting up the environment, simple examples)
    • How-To examples (demos, integrations, helper functions)
    • Reference (full API docs)
    • Resources (high-level explanation of core concepts)

    🚀 What can this help with?

    There are six main areas that LangChain is designed to help with.
    These are, in increasing order of complexity:

    📃 LLMs and Prompts:

    This includes prompt management, prompt optimization, generic interface for all LLMs, and common utilities for working with LLMs.

    🔗 Chains:

    Chains go beyond just a single LLM call, and are sequences of calls (whether to an LLM or a different utility). LangChain provides a standard interface for chains, lots of integrations with other tools, and end-to-end chains for common applications.

    📚 Data Augmented Generation:

    Data Augmented Generation involves specific types of chains that first interact with an external datasource to fetch data to use in the generation step. Examples of this include summarization of long pieces of text and question/answering over specific data sources.

    🤖 Agents:

    Agents involve an LLM making decisions about which Actions to take, taking that Action, seeing an Observation, and repeating that until done. LangChain provides a standard interface for agents, a selection of agents to choose from, and examples of end to end agents.

    🧠 Memory:

    Memory is the concept of persisting state between calls of a chain/agent. LangChain provides a standard interface for memory, a collection of memory implementations, and examples of chains/agents that use memory.

    🧐 Evaluation:

    [BETA] Generative models are notoriously hard to evaluate with traditional metrics. One new way of evaluating them is using language models themselves to do the evaluation. LangChain provides some prompts/chains for assisting in this.

    For more information on these concepts, please see our full documentation.

    💁 Contributing

    As an open source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infra, or better documentation.

    For detailed information on how to contribute, see here.

    Add https://forum.cloudron.io/topic/8988/langflow-ui-for-langchain and you can build your AI automations for anything you can imagine, or ask it to.

    Web Design https://www.evergreen.je
    Development https://brandlight.org
    Life https://marcusquinn.com

    1 Reply Last reply
    4
    • marcusquinnM marcusquinn referenced this topic on
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Bookmarks
    • Search