Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: langchain-ai/langchainjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.187
Choose a base ref
...
head repository: langchain-ai/langchainjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.188
Choose a head ref
  • 13 commits
  • 37 files changed
  • 4 contributors

Commits on Nov 14, 2023

  1. Update tests

    jacoblee93 committed Nov 14, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    50c15c0 View commit details
  2. Small fixes

    jacoblee93 committed Nov 14, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    51d7276 View commit details
  3. Release 0.0.187

    jacoblee93 committed Nov 14, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    affad8b View commit details
  4. Merge pull request #3255 from langchain-ai/release

    Release 0.0.187
    jacoblee93 authored Nov 14, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    eb6e8ea View commit details
  5. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f73fb6e View commit details
  6. Use replaceAll instead of replace when generating operationid. (#3267)

    * Use replaceAll instead of replace when generating operationid.
    
    Fixes #3266.
    
    * Format code.
    Manouchehri authored Nov 14, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3983e5c View commit details
  7. Brace/bump cohere (#3263)

    * bump cohere to support v3 embeddings
    
    * chore: lint files
    
    * nit
    
    * Remove unused example file, add cohere example
    
    * wut
    
    * chore: lint files
    bracesproul authored Nov 14, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    95f8563 View commit details

Commits on Nov 15, 2023

  1. Added documentation for few shot prompting (#3122)

    * Added documentation for few shot prompting
    
    * added non chat model docs
    
    * chore: lint files
    
    * docs nit
    
    * add distinction between chat and non chat
    
    * use fromTemplate
    
    * updated example
    
    * fix docs location
    bracesproul authored Nov 15, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4dbc702 View commit details
  2. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0e18ab0 View commit details
  3. Brace/add ignore with tsmorph (#3271)

    * Add ignore tags using ts-morph instead of regex
    
    * Move to old script file
    
    * cr
    
    * cr
    
    * yarn
    bracesproul authored Nov 15, 2023
    Copy the full SHA
    5f50746 View commit details
  4. Added rag over code example (#3109)

    * fix pinecone bug
    
    * Added rag over code example
    
    * working convo qa chain
    
    * added md file with all code and comments
    
    * chore: lint files
    
    * fixed image location
    
    * better chain answers when given followups
    
    * nits
    
    * added category yml file
    
    * chore: lint files
    
    * updated section title and fix doc link
    
    * fixed prompts
    
    * simplified chain to use a single runnable sequence
    
    * enable spellcheck for .mdx files
    
    * chore: lint files
    
    * cr
    
    * update outputs & langsmith links
    
    * fix docs location
    
    * cr
    
    * chore: lint files
    
    * chore: lint files
    
    * chore: lint files
    
    * cr
    
    * chore: lint files
    bracesproul authored Nov 15, 2023
    1
    Copy the full SHA
    a69a3e4 View commit details
  5. Meta Llama2 support for BedrockChat (#3260)

    * Adding in meta llama2 support for BedrockChat, updating BedrockChat tests to be easier to add more in the future
    
    * Adding meta compatibility to the Amazon Bedrock LLM class
    shafkevi authored Nov 15, 2023
    Copy the full SHA
    bd87672 View commit details
  6. Adds HTTP output parser to parse chunks into different content types (#…

    …3273)
    
    * Adds HTTP output parser to parse chunks into different content types
    
    * Add dosc
    
    * Format
    jacoblee93 authored Nov 15, 2023
    1
    Copy the full SHA
    186d9e8 View commit details
Loading