Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Re-organize conceptual docs #27047

Merged
merged 26 commits into from
Oct 23, 2024
Merged

Docs: Re-organize conceptual docs #27047

merged 26 commits into from
Oct 23, 2024

Commits on Oct 2, 2024

  1. x

    eyurtsev committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c661ffe View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    1364628 View commit details
    Browse the repository at this point in the history
  2. docs: move concepts into a separate directory (#27171)

    Move concepts into a separate directory
    eyurtsev authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8d9ef40 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. concept docs: add scaffold (#27277)

    Starting to structure the scaffold for the concepts. Moving concept
    content into their own pages.
    
    TBD what we'll end up doing with the actual concepts page in terms of
    visual layout.
    eyurtsev authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f8ce621 View commit details
    Browse the repository at this point in the history
  2. concepts docs: archictecture individual page (#27290)

    Update architecture page
    eyurtsev authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    046f6a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Docs: conceptual docs batch 1 (#27173)

    Re-organizing some of the content involves runnables/lcel/streaming into
    conceptual guides.
    
    Conceptual guides added:
    - [x] Runnables
    - [x] LCEL
    - [x] Chat Models
    - [x] LLM
    - [x] async
    - [x] Messages
    - [x] Chat History
    - [x] Multimodality
    - [x] Tokenization
    
    Outstanding:
    - [ ] Callbacks/Tracers
    - [ ] Streaming
    - [ ] Tool Creation
    - [ ] Document Loading
    
    
    Other conceptual guides are placeholders to make sure that no existing
    links breaks.
    
    Some high level re-organization:
    
    * Introduce the Runnable interface prior to LCEL (since those are two
    distinct concepts)
    * Cross-link as much related content as possible (including how-to
    guides)
    eyurtsev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    127ac81 View commit details
    Browse the repository at this point in the history
  2. First draft of concept pages (#27088)

    Co-authored-by: Eugene Yurtsev <[email protected]>
    rlancemartin and eyurtsev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8033cae View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    8484c23 View commit details
    Browse the repository at this point in the history
  2. tools concept (#27482)

    Add tools conceptual page
    eyurtsev authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    13f7d2d View commit details
    Browse the repository at this point in the history
  3. docs: fix some typos (#27519)

    * Fix some typos
    * Add some missing links
    eyurtsev authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aa0b25c View commit details
    Browse the repository at this point in the history
  4. docs: streaming concept docs (#27516)

    Streaming concept docs
    eyurtsev authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    606225e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. docs: update (#27520)

    Collecting some feedback
    
    ---------
    
    Co-authored-by: Lance Martin <[email protected]>
    eyurtsev and rlancemartin authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e442e48 View commit details
    Browse the repository at this point in the history
  2. docs: consolidate llms and chat models (#27525)

    Consolidate the docs. After this, we'll need to potentially set up
    redirect, and update links to existing llm pages.
    
    Still not sure this is a good idea. May be better to rename the concept
    page and redirect appropriately better, since we do still have string in
    / string out llm integrations
    eyurtsev authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    acefe02 View commit details
    Browse the repository at this point in the history
  3. concept docs more fixes (#27543)

    Update architecture page
    eyurtsev authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    95c813e View commit details
    Browse the repository at this point in the history
  4. docs: update index page, update callbacks, add document loaders (#27528)

    * update concepts index page
    * update callbacks
    * add document loaders
    * update architecture to not use links in section headings
    eyurtsev authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    db544b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b68b89a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb8e4d4 View commit details
    Browse the repository at this point in the history
  7. Why LangChain Page (#27521)

    Co-authored-by: Harrison Chase <[email protected]>
    rlancemartin and hwchase17 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ec60fde View commit details
    Browse the repository at this point in the history
  8. add missing concepts (#27553)

    Add a few concepts that were missing
    eyurtsev authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dd8b700 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f54ab03 View commit details
    Browse the repository at this point in the history
  10. concepts: more missing concepts (#27555)

    Add more missing concepts
    eyurtsev authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    66ebd78 View commit details
    Browse the repository at this point in the history
  11. concepts: some fixes (#27560)

    Adding more concepts
    eyurtsev authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    29ec5d0 View commit details
    Browse the repository at this point in the history
  12. concepts: add conversation patterns png (#27563)

    Conversation patterns
    eyurtsev authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b0be238 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    3183467 View commit details
    Browse the repository at this point in the history
  2. concepts: vectorstores make more provider agnostic (#27562)

    Make it a bit more provider agnostic
    eyurtsev authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4a6f4f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f5adec View commit details
    Browse the repository at this point in the history