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

Merge from main #2

Closed
wants to merge 732 commits into from
Closed

Merge from main #2

wants to merge 732 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 30, 2024

  1. docs[patch]: Update README and other links (#5605)

    * Update README and other links
    
    * nit
    jacoblee93 authored May 30, 2024
    Configuration menu
    Copy the full SHA
    f80a359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1afc6c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3de61b5 View commit details
    Browse the repository at this point in the history
  4. Fix CallbackManagerRunTree

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7fba45a View commit details
    Browse the repository at this point in the history
  5. Use singletons

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ec4c02a View commit details
    Browse the repository at this point in the history
  6. Use singletons

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c48394a View commit details
    Browse the repository at this point in the history
  7. Resolve circular dependency

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    94d952a View commit details
    Browse the repository at this point in the history
  8. Inherit more properties

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f27a2a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e1d17a View commit details
    Browse the repository at this point in the history
  10. Use [email protected]

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b849f2d View commit details
    Browse the repository at this point in the history
  11. Fix base

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3c81e05 View commit details
    Browse the repository at this point in the history
  12. Add package

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    45ab4a5 View commit details
    Browse the repository at this point in the history
  13. Upstream changes from SDK

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b16042d View commit details
    Browse the repository at this point in the history
  14. Update to [email protected]

    dqbd committed May 30, 2024
    Configuration menu
    Copy the full SHA
    24a27e1 View commit details
    Browse the repository at this point in the history
  15. Update base.ts

    jacoblee93 authored May 30, 2024
    Configuration menu
    Copy the full SHA
    7d88168 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #5339 from langchain-ai/dqbd/langsmith-traceable-h…

    …andoff
    
    feat[langsmith]: transparent handoff between @Traceable HOF and LangChain
    dqbd authored May 30, 2024
    Configuration menu
    Copy the full SHA
    3fea459 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d58456e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    64bf268 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. mistralai[minor]: Add llms entrypoint, update chat model integration (#…

    …5603)
    
    * mistralai[minor]: Add llms entrypoint
    
    * chore: lint files
    
    * cr
    
    * docs
    
    * docs nit
    
    * docs nit
    
    * update mistral-large models to mistral-large-latest
    
    * fix tools
    
    * add codestral chat model tests
    
    * chore: lint files
    
    * cr
    bracesproul authored May 31, 2024
    Configuration menu
    Copy the full SHA
    331e856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f6878 View commit details
    Browse the repository at this point in the history
  3. langchain[patch],core[patch]: Fix agent executor stream event behavior (

    #5614)
    
    * Fix agent executor stream event behavior
    
    * Clean up streamEvents implementation, small remote runnable fix
    
    * Fix lint
    jacoblee93 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    fc67984 View commit details
    Browse the repository at this point in the history
  4. core[minor],openai[patch]: Add usage metadata to AIMessage/Chunk (#…

    …5586)
    
    * core[minor],openai[patch]: Add usage metadata to base ai message
    
    * chore: lint files
    
    * Only set stream_options if the model is OpenAI
    
    * add test confirming last finish reason is stop
    
    * chore: lint files
    
    * docs
    
    * lint n format
    
    * cr
    
    * cr
    
    * Remove Azure specific check
    
    * Remove comment
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    bracesproul and jacoblee93 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    7d8fa2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9b72d2 View commit details
    Browse the repository at this point in the history
  6. Bump OpenAI deps (#5616)

    jacoblee93 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    76c6110 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2388a8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5905549 View commit details
    Browse the repository at this point in the history
  9. Release 0.2.4 (#5619)

    * Release 0.2.4
    
    * Update deps
    jacoblee93 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    cc80b12 View commit details
    Browse the repository at this point in the history
  10. community[minor]: DeepInfra embeddings integration #1 (#5382)

    * Init
    
    * fix(type errors)
    
    * feat(deepinfra embeddings)
    
    * fix(default model)
    
    * fix(deepinfra): axios is removed
    
    * ref(deepinfra): remove redundant cast
    
    * format(deepinfra)
    
    * doc(deepinfra)
    
    * doc(deepinfra)
    
    * Update deepinfra.mdx
    
    * Format
    
    ---------
    
    Co-authored-by: Jacob Lee <[email protected]>
    ovuruska and jacoblee93 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    a2a55e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b38e52c View commit details
    Browse the repository at this point in the history
  12. community[minor]: Add support for Tencent Hunyuan Chat Model and Embe…

    …ddings (#5476)
    
    * community: Add support for Tencent Hunyuan chat model and embeddings
    
    Tencent provides its Hunyuan chat model and embeddings through Tencent cloud. This PR adds support for the [chat model](https://cloud.tencent.com/document/product/1729/105701) as well as [embedding](https://cloud.tencent.com/document/product/1729/102832).
    
    * community[minor]: Add support for Tencent Hunyuan Chat Model and Embeddings
    
    * refactor Chat Model streaming implementation with AsyncGenerator
    * update stream example
    
    * community[minor]: Add support for Tencent Hunyuan Chat Model and Embeddings
    
    * make host configurable
    
    * community[minor]: Add support for Tencent Hunyuan Chat Model and Embeddings
    
    * support both nodejs and browser environment
    * update documents and examples
    
    * community[minor]: Add support for Tencent Hunyuan Chat Model and Embeddings
    
    * make separate chat model and embedding entrypoints for web vs. node
    
    * community[minor]: Add support for Tencent Hunyuan Chat Model and Embeddings
    
    * rename docs sidebar name
    
    * community[minor]: Add support for Tencent Hunyuan Chat Model and Embeddings
    
    * format code
    
    * Update build, lint, format
    
    * Type export
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    TeCHiScy and jacoblee93 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    153daff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6371927 View commit details
    Browse the repository at this point in the history
  14. community[patch]: overriding similaritySearchWithScore in neo4j vecto…

    …r store to enable filtering (#5599)
    
    * overriding similaritySearchWithScore
    
    * Format
    
    * Fix build
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    AumeshMisra and jacoblee93 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    a32586f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2ef21fe View commit details
    Browse the repository at this point in the history
  16. Update import map (#5627)

    jacoblee93 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    5004a0b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    6d37d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3989f2 View commit details
    Browse the repository at this point in the history
  3. 👥 Update LangChain people data (#5630)

    Co-authored-by: github-actions <[email protected]>
    jacoblee93 and github-actions authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    6fb8ef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    461c185 View commit details
    Browse the repository at this point in the history
  5. openai[patch],anthropic[patch]: Populate usage_metadata on invoke, ad…

    …d docs (#5632)
    
    * Populate usage_metadata in more places
    
    * Add usage metadata for Anthropic
    
    * Remove unnecessary check
    
    * Update artifacts
    
    * Fix typo
    
    * Fix multimodal tool call docs
    jacoblee93 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    e78579f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf87b60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f064ba4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    77601f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e7268 View commit details
    Browse the repository at this point in the history
  3. Update googlevertexai.mdx (#5638)

    Fix import paths
    franzzua authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d7467bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31b9f24 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. docs[patch]: Update Unstructured Docker Image Reference in Documentat…

    …ion (#5651)
    
    * Update unstructured.mdx
    
    * Update document_loader_html.ipynb
    
    * Update document_loader_markdown.ipynb
    sarfudheen authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    62810d3 View commit details
    Browse the repository at this point in the history
  2. docs[patch]: Add keywords for common queries (#5655)

    * Add keywords for common queries
    
    * Format
    jacoblee93 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    156695c View commit details
    Browse the repository at this point in the history
  3. standard-tests[major], openai[minor]: Init package & add standard tes…

    …ts to openai (#5612)
    
    * standard-tests[major]: Init package
    
    * fix build, cleanup
    
    * base class and unit tests
    
    * format n lint
    
    * updates
    
    * Added standard unit tests to oai and scripts, made getLsParams public
    
    * yarn install
    
    * always include api key
    
    * set env var instead of constructor args
    
    * added integration tests
    
    * add int tests to openai
    
    * add wso tests
    
    * Add to root & turbo, added gh action
    
    * usage metadata tests for streaming and invoke
    
    * Added call options arg to integration tests
    
    * tmp run standard test action in pr ci
    
    * remove from pr ci
    
    * test moar things, add readme
    
    * chore: lint files
    
    * token usage standard tests non streaming
    bracesproul authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b5de9a6 View commit details
    Browse the repository at this point in the history
  4. docs[patch]: Sitemap fixes (#5658)

    * Sitemap fixes
    
    * Update
    jacoblee93 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    840e787 View commit details
    Browse the repository at this point in the history
  5. anthropic[minor]: Add standard chat model tests to anthropic (#5659)

    * anthropic[minor]: Add standard chat model tests to anthropic
    
    * format
    bracesproul authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7d7b5ad View commit details
    Browse the repository at this point in the history
  6. docs[patch]: Update quickstart tutorial (#5662)

    * Update quickstart tutorial
    
    * Broken link
    jacoblee93 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    74cb905 View commit details
    Browse the repository at this point in the history
  7. mongodb[minor]: add, implement delete method (#5559)

    * feat: atlas search vector store delete method
    
    Method delete was missing in MongoDBAtlasVectorSearch class and
    it is needed if incremental indexing strategy is used
    
    * refactor: use built-in function for array chunking
    
    ---------
    
    Co-authored-by: Guille <[email protected]>
    telekosmos and Guille authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d6b29b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2a087d View commit details
    Browse the repository at this point in the history
  9. community[minor]: upgraded @mlc/web-llm dependency and updated it's C…

    …hatModel (#5637)
    
    * chore(community/webllm): upgraded @mlc/web-llm dependency and updated it's ChatModel
    
    * Format
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    tnfssc and jacoblee93 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d35d12d View commit details
    Browse the repository at this point in the history
  10. langchain[minor]: add EnsembleRetriever (#5556)

    * langchain[patch]: add support to merge retrievers
    
    * Format
    
    * Parallelize, lint, format, small fixes
    
    * Add entrypoint
    
    * Fix import
    
    * Add docs and fix build artifacts
    
    ---------
    
    Co-authored-by: jeasonnow <[email protected]>
    Co-authored-by: jacoblee93 <[email protected]>
    3 people authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    294f600 View commit details
    Browse the repository at this point in the history
  11. community[minor]: Add support for bedrock guardrails and trace (#5631)

    * add support for bedrock guardrails and trace
    
    * updated bedrock tests for guardrails
    
    * resolved guardrail and trace format errors, also resolved type errors for fetchFn
    
    * updated chatbedrock test with guardrails
    
    * Format and revert call option changes
    
    * Lint
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    QuinnGT and jacoblee93 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0744255 View commit details
    Browse the repository at this point in the history
  12. Release 0.2.5 (#5665)

    jacoblee93 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5f81981 View commit details
    Browse the repository at this point in the history
  13. docs[patch]: Redirects for LangSmith and LangGraph (#5667)

    * LangGraph docs link redirect
    
    * LangSmith redirect
    jacoblee93 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3b6f29d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1959ca7 View commit details
    Browse the repository at this point in the history
  15. partners[minor]: Add standard chat model tests to partner packages (#…

    …5660)
    
    * partners[minor]: Add standard chat model tests to partner packages
    
    * google genai
    
    * yarn
    
    * groq
    
    * groq nit and mistral
    
    * add to azure in chat openai
    
    * chore: lint files
    
    * drop azure openai pkg
    
    * add generic constructor args to standard tests pkg
    
    * implement cloudflare standard tests
    
    * implement cohere standard tests
    
    * google genai package standard tests
    
    * groq
    
    * allow for custom function call ids, fix mistral
    
    * azure tests
    
    * chore: lint files
    
    * update standard tests gh action to run all pkgs
    
    * chore: lint files
    
    * revert workflow file rename
    
    * fix workflow job naming issue
    
    * add anthropic, fix api keys
    
    * cache deps?
    
    * fix build
    
    * update standard tests
    
    * cr
    
    * fix
    
    * remove dep on job which doesnt exist
    
    * cr
    
    * cr
    bracesproul authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e834086 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. core[patch]: Fix formatting mustache image templates (#5666)

    * core[patch]: Fix formatting mustache image templates
    
    * unfocus test
    
    * fix tests
    bracesproul authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e9a08aa View commit details
    Browse the repository at this point in the history
  2. community[minor]: Add standard tests to community chat models (#5669)

    * partners[minor]: Add standard chat model tests to partner packages
    
    * google genai
    
    * yarn
    
    * groq
    
    * groq nit and mistral
    
    * add to azure in chat openai
    
    * chore: lint files
    
    * drop azure openai pkg
    
    * add generic constructor args to standard tests pkg
    
    * implement cloudflare standard tests
    
    * implement cohere standard tests
    
    * google genai package standard tests
    
    * groq
    
    * allow for custom function call ids, fix mistral
    
    * azure tests
    
    * chore: lint files
    
    * update standard tests gh action to run all pkgs
    
    * chore: lint files
    
    * revert workflow file rename
    
    * fix workflow job naming issue
    
    * add anthropic, fix api keys
    
    * cache deps?
    
    * fix build
    
    * update standard tests
    
    * cr
    
    * fix
    
    * remove dep on job which doesnt exist
    
    * cr
    
    * cr
    
    * community[minor]: Add standard tests to community chat models
    
    * integration tests
    
    * chore: lint files
    
    * add bedrock test
    bracesproul authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a728820 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c82d55 View commit details
    Browse the repository at this point in the history
  4. docs[patch]: Adds heading keywords for search (#5678)

    * Adds heading keywords for search
    
    * Format
    jacoblee93 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    aa1fb54 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    c323a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab3eb7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d65a34 View commit details
    Browse the repository at this point in the history
  4. community[patch]: Deprecate Google PaLM integrations (#5690)

    * community[patch]: Deprecate Google PaLM integrations
    
    * chore: lint files
    bracesproul authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    423da6a View commit details
    Browse the repository at this point in the history
  5. docs[patch]: Adds PDF ingestion and QA tutorial (#5692)

    * Adds PDF ingestion and QA tutorial
    
    * Typo
    
    * typo
    jacoblee93 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e1c2856 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cae08ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2898258 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1a019c View commit details
    Browse the repository at this point in the history
  9. community[patch]: Loosen conflicting peer dep (#5694)

    * Loosen conflicting peer dep
    
    * Bound better
    
    * Deps
    
    * Bump
    jacoblee93 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0fc8784 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2c6a36 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25f2127 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. community[patch]: anthropic add tool call support new tools api (#5640)

    * 5639 community/bedrock anthropic add tool call support new tools api
    
    * Re-use most of parsing logic from @langchain/anthropic directly; export it there
    
    * Fix build errors
    
    * Updated docs, BedrockChat partial support for Tool Calling, Anthropic models
    
    * Small updates
    
    * Format
    
    * Revert Anthropic
    
    * Refactor to remove dep
    
    * Delegate streaming tool calls to invoke for now
    
    * Fix
    
    * Bump core version
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    LordMsz and jacoblee93 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    66ff096 View commit details
    Browse the repository at this point in the history
  2. community[minor]: Fixed ChatWebLLM reload function and updated model …

    …name in example (#5671)
    
    * [fix] Fix parameter order of reload and update model name in example
    
    * Update example
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    kaiwinut and jacoblee93 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2de06ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4448fe View commit details
    Browse the repository at this point in the history
  4. docs[patch]: Add crosslinks, add LangGraph and LangSmith sections (#5702

    )
    
    * Add crosslinks, add LangGraph and LangSmith sections
    
    * Fix anchors
    jacoblee93 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6535861 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    3531c74 View commit details
    Browse the repository at this point in the history
  2. docs[patch]: Point OpenAI LLM docs at chat models (#5718)

    * Point OpenAI LLM docs at chat models
    
    * Use caution
    
    * Remove deprecated package link
    jacoblee93 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8d24df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de28687 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b6690f View commit details
    Browse the repository at this point in the history
  5. ci[minor]: Add more packages to lowest/latest deps ci workflow (#5703)

    * ci[minor]: Add more packages to lowest/latest deps ci workflow
    
    * update lc lowest deps to actual lc deps
    
    * cr
    
    * cr
    
    * langchain lowest and latest working
    
    * all passing
    
    * added openai
    
    * add missing ts-jest devdep to openai
    
    * add anthropic, add missing ts-jest dep to anthropic
    
    * install deps first in workflow
    
    * use overrides instead of resoultions, add missing step to workflow
    
    * refactor a lot of code into a shared script
    
    * fix anthropic and grammar
    
    * revert unwanted change
    bracesproul authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2958935 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. google-vertexai[minor]: Move tests from gauth/webauth into vertexai p…

    …ackages (#5722)
    
    * google-vertexai[minor]: Move tests from gauth/webauth into vertexai packages
    
    * move auth test back to gauth
    bracesproul authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a550a7f View commit details
    Browse the repository at this point in the history
  2. Unstructured in memory loader (#5726)

    * feat: add in-memory option
    
    * feat: add in memory community
    
    * fix: object destructure fix
    
    * Fix lint
    
    * Rename args and add to docstring
    
    * Export types
    
    ---------
    
    Co-authored-by: andrewdoro <[email protected]>
    jacoblee93 and andrewdoro authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    030607b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9960899 View commit details
    Browse the repository at this point in the history
  4. docs[patch]: Adds streaming conceptual docs (#5728)

    * Adds streaming conceptual docs
    
    * Copy fixes
    jacoblee93 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3bc9b8e View commit details
    Browse the repository at this point in the history
  5. google-vertexai[minor] Add standard tests (#5721)

    * google-vertexai[minor] Add standard tests
    
    * moved tests to vertex
    
    * fixed tests
    
    * fixed latest/lowest ci
    
    * chore: lint files
    
    * chore: lint files
    bracesproul authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ef9b85c View commit details
    Browse the repository at this point in the history
  6. openai[minor],docs[minor]: Add parallel tool calls call option and do…

    …cs (#5717)
    
    * openai[minor],docs[minor]: Add parallel tool calls call option and docs
    
    * chore: lint files
    
    * chore: lint files
    bracesproul authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c338b38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e177b2f View commit details
    Browse the repository at this point in the history
  8. community[major]: DeepInfra llm and chat (#5672)

    * Init
    
    * fix(type errors)
    
    * feat(deepinfra embeddings)
    
    * fix(default model)
    
    * fix(deepinfra): axios is removed
    
    * ref(deepinfra): remove redundant cast
    
    * format(deepinfra)
    
    * doc(deepinfra)
    
    * doc(deepinfra)
    
    * Update deepinfra.mdx
    
    * Format
    
    * feat(deepinfra): implement llm and chat.
    
    * ref(deepinfra): lint and prettier
    
    * ref(deepinfra): remove console.log
    
    * fix(chatdeepinfra): body
    
    * fix(import map): deepinfra
    
    * fix(gitignore)
    
    * revert(.gitignore)
    
    * revert(.gitignore)
    
    * Adds docs
    
    ---------
    
    Co-authored-by: Jacob Lee <[email protected]>
    ovuruska and jacoblee93 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    de3e618 View commit details
    Browse the repository at this point in the history
  9. anthropic[patch]: Stream tokens (#5730)

    * anthropic[patch]: Stream tokens
    
    * chore: lint files
    
    * added normal test
    
    * add streamUsage field to control streaming token counts
    bracesproul authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9a0675c View commit details
    Browse the repository at this point in the history
  10. openai[patch],azure-openai[patch]: Update legacy classes to respect t…

    …he apiKey field (#5714)
    
    * Fixed to match new apiKey field
    
    * Format and deprecate
    
    * Fix type
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    scottforte and jacoblee93 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9bd8024 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    00acbe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e0f3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f392a View commit details
    Browse the repository at this point in the history
  4. ci[patch]: Only run CI testsing if specific package touched (#5733)

    * ci[patch]: Only run latest/lowest if specific package touched
    
    * matrix it!
    
    * docs for new integration ci testsing
    
    * make change to core to test
    
    * Update chat.ts
    
    * fix if statements
    
    * fix if integrations
    
    * test
    
    * revert
    
    * conditionally run test exports
    
    * conditionally run standard tests too and make oai change to trigger
    
    ---------
    
    Co-authored-by: Jacob Lee <[email protected]>
    bracesproul and jacoblee93 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ac204f8 View commit details
    Browse the repository at this point in the history
  5. cohere[minor]: Fix token counts, add usage_metadata (#5732)

    * cohere[minor]: Fix token counts, add usage_metadata
    
    * chore: lint files
    
    * remove skipped token usage tests from cohere standard int test
    
    * bump min core version to usage_metadata update
    
    * add streamUsage
    
    * added cohere to latest/lowest dep tests
    
    * conditionally run latest/lowest
    
    * nit
    
    * cr
    
    * cr
    
    * cr
    
    * revert
    
    * test
    
    * try just pr
    
    * cr
    
    * cr
    
    * only log files
    
    * more tests
    
    * toJson
    
    * use git to access changed files
    
    * fix if statements
    
    * fix test
    
    * unfocus jest tests and add eslint rule
    
    * add eslint-plugin-jest
    bracesproul authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    75dd790 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f3deb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. docs[patch]: Adds structured output section to concepts (#5750)

    * Adds structured output section to concepts
    
    * Fix links
    
    * Fix
    
    * Update table
    
    * Fix
    
    * Update table
    jacoblee93 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    09f6af2 View commit details
    Browse the repository at this point in the history
  2. docs,examples[patch]: Replace .getRelevantDocuments with .invoke (#5749)

    * docs,examples[patch]: Replace .getRelevantDocuments with .invoke
    
    * fix formatting issue
    bracesproul authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ce4b8ef View commit details
    Browse the repository at this point in the history
  3. mistral[minor]: Populate usage metadata for mistral (#5751)

    * mistral[minor]: Populate usage metadata for mistral
    
    * chore: lint files
    
    * chore: lint files
    
    * fix build issue
    
    * bump min core dep
    bracesproul authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4a42922 View commit details
    Browse the repository at this point in the history
  4. ci[patch]: Always run standard tests (#5755)

    * ci[patch]: Fix syntax error
    
    * dont conditionally run standard tests
    
    * drops needs
    bracesproul authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    308e5b2 View commit details
    Browse the repository at this point in the history
  5. openai[patch]: Fix tool content list (#5756)

    * openai[patch]: Fix tool content list
    
    * same for func calls
    
    * chore: lint files
    
    * drop console log
    bracesproul authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b1cef30 View commit details
    Browse the repository at this point in the history
  6. Fix [ERR_REQUIRE_ESM] error when importing hf_transformers (#5746)

    * Fix [ERR_REQUIRE_ESM] error when importing hf_transformers
    
    * Use alternate fix, add export test
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    JonaMX and jacoblee93 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2fb4ac4 View commit details
    Browse the repository at this point in the history
  7. community[minor]: Update SingleStore vector store (#5715)

    * initial work
    
    * fix tests
    
    * update documentation
    
    * fix example
    
    * fix spelling
    
    * Format
    
    * Format
    
    ---------
    
    Co-authored-by: Volodymyr Tkachuk <[email protected]>
    Co-authored-by: jacoblee93 <[email protected]>
    3 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    eb7ee12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    baab194 View commit details
    Browse the repository at this point in the history
  9. google-genai[minor]: Add support for token counting via usage_metadata (

    #5757)
    
    * google-genai[minor]: Add support for token counting via usage_metadata
    
    * jsdoc nits
    
    * pass entire request obj when getting input tok
    
    * fix and stop making api calls
    bracesproul authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4b4423a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    b8754d5 View commit details
    Browse the repository at this point in the history
  2. docs: Graph tutorial updates (#5762)

    * docs: replace schema property with getSchema method
    
    * docs: add console.log to show response
    
    * docs: update graph_prompting.ipynb
    iPagar authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    67db5c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed493df View commit details
    Browse the repository at this point in the history
  4. google-common[minor]: Add stream_usage (#5763)

    * google-vertexai[minor]: Add stream usage
    
    * fix tests
    
    * bump min core version
    bracesproul authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6ade289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ded31 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    d09f63a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    19b0db3 View commit details
    Browse the repository at this point in the history
  2. update model name in these for making them eligible for multimodality (

    …#5777)
    
    * update model name in these for making them eligible for multimodality models
    
    * corrections
    
    * changing model names
    tanyaasharma authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7182ed6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340a6b9 View commit details
    Browse the repository at this point in the history
  4. docs[patch]: Adds RAG guide to concepts, semantic similarity to howtos (

    #5783)
    
    * Adds concepts guide
    
    * Format, fix link
    jacoblee93 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9822a5c View commit details
    Browse the repository at this point in the history
  5. google-genai[minor]: Add support for tool messages as inputs (#5785)

    * google-genai[minor]: Add support for tool messages as inputs
    
    * chore: lint files
    
    * fix tool message list parts standard tests
    bracesproul authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5abc329 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8daee1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    c2c20fe View commit details
    Browse the repository at this point in the history
  2. core[minor]docs[minor]: new tool wrapper (#5782)

    * core[minor]docs[minor]: Add better tool implementation
    
    * add support for non string tool returns
    
    * fix bug
    
    * cr
    
    * fix generics for tools
    
    * add some tests
    
    * cr
    
    * revert obj return type changes
    
    * fix typo, add doc
    
    * anotha doc
    
    * fix tools
    
    * chore: lint files
    
    * remove bindTools generic
    
    * cr
    
    * add 0.2.7 warnings to all docs which contain
    
    * Update docs, nits
    
    * Typos
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    bracesproul and jacoblee93 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5a31cd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ad93f6 View commit details
    Browse the repository at this point in the history
  4. community[minor]: Update ChatWebLLM to match dependency version and u…

    …pdate example (#5776)
    
    * community[minor]: Update ChatWebLLM to match new API and update example
    
    * Lock web-llm version
    
    * Update lock
    
    * Fix CI
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    Neet-Nestor and jacoblee93 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    817f978 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bcdaf8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c7092d View commit details
    Browse the repository at this point in the history
  7. google-genai[patch]: Fix removing additionalProperties edge case (#5798)

    * google-genai[patch]: Fix removing additionalProperties edge case
    
    * chore: lint files
    
    * lint issues
    
    * cr
    bracesproul authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6c49f99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45152b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1b4f5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e225b6 View commit details
    Browse the repository at this point in the history
  11. docs[patch]: Adds docs feedback text (#5801)

    * Adds docs feedback text
    
    * Fix
    
    * Simplify
    
    * Feedback
    jacoblee93 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    be5739e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Jacob/docs (#5807)

    * Add explanation to QA with sources page
    
    * Fix anchor tag
    
    * Standardize prereq format
    jacoblee93 authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    387fe31 View commit details
    Browse the repository at this point in the history
  2. docs[patch]: Update deprecated entrypoints (#5808)

    * Update deprecated entrypoints
    
    * Fix build
    
    * Fix
    jacoblee93 authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    592215d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c95e63a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2876d4e View commit details
    Browse the repository at this point in the history
  5. core[minor]: Add ID field to messages (#5817)

    * core[minor]: Add ID field to messages
    
    * added id to openai
    
    * revert oai change
    bracesproul authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0a178dc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. core[minor]: Message transformers (#5789)

    * core[minor]: Message transformers
    
    * chore: lint files
    
    * mergeMessageRuns
    
    * use concat on messages to concat
    
    * cleanup tests
    
    * newline string content
    
    * implemented rest of code and tests
    
    * fixed another test
    
    * cr
    
    * use factory for shared test vars/funcs
    
    * added entrypoint, fixed circ dep
    
    * test circ dep
    
    * format and drop unnecessary entrypoint
    
    * docs and allow for returning runnables in each func
    
    * ported another doc
    
    * ported last doc
    
    * add missing md link
    
    * cr
    
    * added min core version notes to docs
    bracesproul authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    91ec5ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b76ead9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaf87b1 View commit details
    Browse the repository at this point in the history
  4. Update azure_openai.mdx for .env related changes (#5822)

    AZURE_OPENAI_API_EMBEDDING_DEPLOYMENT_NAME is supposed to be AZURE_OPENAI_API_EMBEDDINGS_DEPLOYMENT_NAME.
    
    Co-authored-by: Brace Sproul <[email protected]>
    warlockdn and bracesproul authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    715e60b View commit details
    Browse the repository at this point in the history
  5. community[minor]: Support configurable index creation for Milvus (#5821)

    * feat: Supports configurable index creation for Milvus.
    
    * Update libs/langchain-community/src/vectorstores/milvus.ts
    
    * lint and format
    
    ---------
    
    Co-authored-by: ma <[email protected]>
    Co-authored-by: Brace Sproul <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    84163bc View commit details
    Browse the repository at this point in the history
  6. core[minor],community[minor]: Add message id tests (#5827)

    * core[minor],community[minor]: Add message id tests
    
    * chore: lint files
    bracesproul authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a6f1224 View commit details
    Browse the repository at this point in the history
  7. Update integration_openai_parallel_tool_calls.ts (#5824)

    Correcting the Weather Schema's city type.
    z.enum -> z.string
    
    Co-authored-by: Brace Sproul <[email protected]>
    gurpreetlogiciel and bracesproul authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1c5238c View commit details
    Browse the repository at this point in the history
  8. openai[patch]: Populate ID field (#5818)

    * core[minor]: Add ID field to messages
    
    * added id to openai
    
    * update min core dep
    bracesproul authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e7d92fa View commit details
    Browse the repository at this point in the history
  9. community[patch]: feat: Make Zep Memory message merging optional (#5803)

    * chore: Add configurable separateMessages option to ZepCloudMemory and ZepCloudChatMessageHistory
    
    * chore: Make separateMessages optional in ZepCloudChatMessageHistory input
    
    * chore: Run formatter
    
    * chore: Update zep-cloud sdk version, update zep memory type enum
    paul-paliychuk authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9bc3034 View commit details
    Browse the repository at this point in the history
  10. community[patch]: feat: add headers param to cheerio loader (#5806)

    * feat: add_headers_param_2_cherrio_loader
    
    * fix: cheerio loader pass headers error
    
    * Lint
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: xujingzhu <[email protected]>
    Co-authored-by: Brace Sproul <[email protected]>
    Co-authored-by: Jacob Lee <[email protected]>
    4 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dd38360 View commit details
    Browse the repository at this point in the history
  11. community[patch]: Fix issue with inserting documents in Milvus with a…

    …utoId enabled (#5829)
    
    * Fix issue with inserting documents in Milvus with autoId enabled
    
    * Lint and format
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    miloradvojnovic and jacoblee93 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5da535e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    425824a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update link (#5832)

    jacoblee93 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    32cd4fe View commit details
    Browse the repository at this point in the history
  2. Update artifacts (#5834)

    jacoblee93 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e8b3dbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ea0f3a View commit details
    Browse the repository at this point in the history
  4. community[minor]: added support for subject in gmail tools auth with …

    …service accounts (#5839)
    
    * fix: added support for subject in gmail tools auth with service accounts
    
    * Update libs/langchain-community/src/tools/gmail/base.ts
    
    ---------
    
    Co-authored-by: Brace Sproul <[email protected]>
    ahrakos and bracesproul authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4c93201 View commit details
    Browse the repository at this point in the history
  5. azure-dynamic-sessions[major]: Add new package (#5788)

    * Add Azure Container Apps sessions REPL
    
    * Rename package
    
    * Update to API version 2024-02-02-preview
    
    * Update to JSON output
    
    * Add user agent
    
    * Bump version to 0.1.0
    
    * Update (#1)
    
    * refactor: use azure identity refresh token
    
    * chore: formatting
    
    * refactor: lint issues
    
    * refactor: uniformize user agent prefix
    
    * feat: add default fallback to env variable
    
    * fix: incorrect template string
    
    * chore: add lc serialization
    
    * fix: token scope
    
    * docs: add .env.example
    
    * test: fix unit tests
    
    * test: update integration tests
    
    * refactor: rename integration tests
    
    * docs: add azure dynamic sessions documentation
    
    * Fix build and make it CJS compatible
    
    * Update error message
    
    * Add sessions to platform docs
    
    * Formatting
    
    * Add env var
    
    * Add package to examples
    
    * Fix agent example
    
    * Add readme
    
    * Fix bad merge
    
    * Add missing package
    
    * Fix formatting
    
    * Fix langchain/core dependency
    
    * Regenerate lockfile
    
    * Format, update example
    
    * refactor: fix comments
    
    * Remove unneeded import
    
    ---------
    
    Co-authored-by: Yohan Lasorsa <[email protected]>
    Co-authored-by: jacoblee93 <[email protected]>
    3 people authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f7bb6d3 View commit details
    Browse the repository at this point in the history
  6. openai[minor]: OpenAI - Ability to set stream_options and streamUsage…

    … when instantiating ChatOpenAI class. (#5761)
    
    * fix: add streamOptions and cleaning up
    
    * Added tests. Included streamUsage flag
    
    * Remove unnecessary type
    
    * Moving streamUsage to instantiation
    
    * Moving streamUsage to instantiation in tests
    
    * Altering stream option to be set based on whether streamUsage/include_usage is set to true.
    
    * Keep stream_usage defaulting to true
    
    * Lint
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    deranga and jacoblee93 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a014ce4 View commit details
    Browse the repository at this point in the history
  7. Fix local test (#5846)

    jacoblee93 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    35c4df1 View commit details
    Browse the repository at this point in the history
  8. core[minor]: Add base implementation of withStructuredOutput (#5752)

    * core[minor]: Add base implementation of withStructuredOutput
    
    * moved isOpenAITool to existing entrypoint
    
    * chore: lint files
    
    * cr
    
    * drop build artifacts
    bracesproul authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e0e192c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c37b480 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f6a65e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aed0ccc View commit details
    Browse the repository at this point in the history
  12. langchain[patch]: Bump deps (#5858)

    * Bump deps
    
    * Fix
    jacoblee93 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    eff8512 View commit details
    Browse the repository at this point in the history
  13. Release 0.2.6 (#5859)

    jacoblee93 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0073ade View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. anthropic[minor]: Allow passing OpenAI formatted tools (#5849)

    * anthropic[minor]: Allow passing OpenAI formatted tools
    
    * chore: lint files
    bracesproul authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a07cc8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19620af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a31e925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03bdd26 View commit details
    Browse the repository at this point in the history
  5. standard-tests[minor]: Add test checking models support openai tool f…

    …ormat (#5856)
    
    * standard-tests[minor]: Add test checking models support openai tool format
    
    * commit yarn
    bracesproul authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    828b1f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91aacde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b959e17 View commit details
    Browse the repository at this point in the history
  8. google-genai[minor]: Allow openai formatted tools (#5854)

    * google-common[minor]: Allow openai formatted tools
    
    * google-genai[minor]: Allow openai formatted tools
    
    * revert gcommon changes
    
    * yarn.lock
    
    * chore: lint files
    bracesproul authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d4d1df9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d17e18e View commit details
    Browse the repository at this point in the history
  10. google-common[patch]: Fix remove additional properties util (#5862)

    * google-common[patch]: Fix remove additional properties util
    
    * chore: lint files
    bracesproul authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3b2cdb2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7d0f2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01ffef5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95558f2 View commit details
    Browse the repository at this point in the history
  14. [patch]: Set cloudflare ai resoultions version in root (#5847)

    * [patch]: Set cloudflare ai resoultions version in root
    
    * another update
    
    * mayb?
    bracesproul authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    42f81b8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b311ec5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    b737245 View commit details
    Browse the repository at this point in the history
  2. docs[minor]: bedrock tool calling/WSO docs (#5735)

    * community[minor]: Add withStructuredOutput to bedrock
    
    * implement .bind, fix call options, add docs
    
    * chore: lint files
    
    * merge main
    bracesproul authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ff0ac6e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    a4a2d11 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. community[minor]: JinaAI embeddings integration (#5842)

    * feat(jina): added jina embeddings
    
    * format(jina)
    
    * docs(jina): added doc comments
    
    * docs(jina): added mdx docs for jina
    
    * fix(jina):  embedImage now returns string
    
    * Standardize model parameter
    
    * Format
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    AvaterClasher and jacoblee93 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bbb7628 View commit details
    Browse the repository at this point in the history
  2. community-experimental[minor]: feat: implement DatadogLLMObsTracer (#…

    …5867)
    
    * chore: implement DatadogLLMObsTracer
    
    * chore: declare module into langchain-community/langchain.config.js
    
    * fix: remove dangling comma from langchain.config.js
    
    * fix: wrong import on datadog tracer example
    
    * chore: add autogenerated artifacts
    
    * fix: typo on UsageExmaple import
    
    * chore: move datadog llmobs from tracers to callbacks for consistency
    
    * chore: handle propagating tags to spans
    
    * chore: update session_id based on recent DD API Schema update
    
    * Update imports, move to experimental
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    josemussa and jacoblee93 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    16fed47 View commit details
    Browse the repository at this point in the history
  3. core[patch]: Fix #5873 (LCEL issue when streaming from LLMs) (#5874)

    * Fix #5873 (LCEL issue when streaming from LLMs)
    
    Fix #5873.
    
    * Add test
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    welljsjs and jacoblee93 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4604a41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6ef32d View commit details
    Browse the repository at this point in the history
  5. community[patch]: Add pgvector index using HNSW (#5564)

    * Add pgvector hnsw
    
    * Update hnsw index name to use column name
    
    * Fix import typo
    
    * Fix pgvector index test
    
    * Refactor, set dimensions for hnsw mandatory, fix docs
    
    * Add pg-format, refactor create hnsw index with sql identifiers pg-format
    
    * Revert docs gitignore
    
    * Revert docs gitignore
    
    * Revert pg-format
    
    * Revert gitignore docs
    jl4nz authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    43829d6 View commit details
    Browse the repository at this point in the history
  6. core[patch]: fix: Document should handle empty pageContent (fixes #5884

    …) (#5885)
    
    * fix: Document should handle empty pageContent (fixes #5884)
    
    * Format
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    glorat and jacoblee93 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5b73067 View commit details
    Browse the repository at this point in the history
  7. Format (#5892)

    jacoblee93 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e7c98c0 View commit details
    Browse the repository at this point in the history
  8. ci[patch]: fix unit-tests-integrations by implementing dynamic matrix…

    … strategy. (#5768)
    
    * patch matrix strategy- run unit test cases of only changed
    
    * add clarification for job skip
    
    * add firestore int
    
    * check workflow
    
    * Revert "Google firestore vectorstore"
    
    ---------
    
    Co-authored-by: Brace Sproul <[email protected]>
    rameshkrishna and bracesproul authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5984a6d View commit details
    Browse the repository at this point in the history
  9. langchain[minor]: Multi-file loader (#5584)

    * Multi-file loader
    
    * Update imports, add entrypoint, format
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    theogravity and jacoblee93 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3f07d61 View commit details
    Browse the repository at this point in the history
  10. ci[patch]: Adds npm install test for conflicting deps (#5895)

    * Adds npm install test for conflicting deps
    
    * Adds to CI
    
    * Fix
    jacoblee93 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9bd8199 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0722622 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3e9cb1 View commit details
    Browse the repository at this point in the history
  13. Release 0.2.7 (#5898)

    jacoblee93 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e7a12de View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. create-integration[patch]: Fill placeholders in package.json (#5908)

    * create-integration[patch]: Fill placeholders in package.json
    
    * chore: lint files
    
    * cr
    bracesproul authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fa8edb4 View commit details
    Browse the repository at this point in the history
  2. core[patch]: Add check for bind tools in structured prompt (#5882)

    * core[patch]: Add check for bind tools in structured promot
    
    * cr
    
    * fix test
    bracesproul authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b7e4264 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f1d90b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b13922 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfa4c6d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    7ef4fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f7351 View commit details
    Browse the repository at this point in the history
  3. Release 0.2.1 (#5921)

    jacoblee93 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f8ae881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58442e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea1c763 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. community[patch]: cheerio loader fetch headers type error (#5905)

    * fix: cheerio loader fetch headers type error
    
    * fix ci
    
    ---------
    
    Co-authored-by: xujingzhu <[email protected]>
    Co-authored-by: Brace Sproul <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f3585eb View commit details
    Browse the repository at this point in the history
  2. community[minor],docs[minor]: Add ChromeAI chat model (#5903)

    * community[minor]: Add ChromeAI chat model
    
    * extra
    
    * chore: lint files
    
    * move to experimental, add demo app and instructions
    
    * chore: lint files
    
    * cr
    
    * cr
    
    * chore: lint files
    
    * chore: lint files
    
    * chore: lint files
    
    * docs
    
    * fix docs link
    
    * moved to community
    
    * nits
    
    * allow for custom prompt formatters
    bracesproul authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f2fe566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9110192 View commit details
    Browse the repository at this point in the history
  4. langchain-aws[major]: LangChain AWS package (#5907)

    * langchain-aws[major]: LangChain AWS package
    
    * cr
    
    * implemented code and tests
    
    * refactor utils/types
    
    * implemented streaming
    
    * implemented bindTools
    
    * implemented streaming tool calls
    
    * tool_choice test
    
    * getLsParams and standard tests
    
    * final
    
    * add guardrails
    
    * docs
    
    * chore: lint files
    
    * cr
    
    * export types file
    
    * cr
    bracesproul authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f8c69c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f545f1 View commit details
    Browse the repository at this point in the history
  6. langchain[minor],docs[minor]: openai formatted tools in create agent …

    …funcs (#5871)
    
    * langchain[minor]: openai formatted tools in create agent funcs
    
    * add oai formatted tool support to others
    
    * chore: lint files
    
    * docs
    
    * fix build
    
    * update langchain version in doc tips
    bracesproul authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    056b871 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d37a6d2 View commit details
    Browse the repository at this point in the history
  8. core[minor]: Add ID field to document (#5893)

    * core[minor]: Add ID field to document
    
    * add more docstring
    
    * chore: lint files
    
    * update typeorm id document field
    
    * fix tests
    bracesproul authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a53d208 View commit details
    Browse the repository at this point in the history
  9. core[patch]: support image url prompt with mustache (#5916)

    * fix: support image url prompt with mustache
    
    * feat: use unescaped HTML
    
    ---------
    
    Co-authored-by: Brace Sproul <[email protected]>
    a1ooha and bracesproul authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0079bf8 View commit details
    Browse the repository at this point in the history
  10. core[patch]: Fix rollup warning (#5929)

    * core[patch]: Fix rollup warning
    
    * chore: lint files
    
    * cr
    bracesproul authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    db470a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac6c4ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    807bcbc View commit details
    Browse the repository at this point in the history
  13. anthropic[patch]: Force tool call by name in withStructuredOutput (#5933

    )
    
    * anthropic[patch]: Force tool call by name in withStructuredOutput
    
    * chore: lint files
    bracesproul authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0a9090d View commit details
    Browse the repository at this point in the history
  14. mistral[patch]: Force tool use in withStructuredOutput (#5932)

    * mistral[patch]: Force tool use in withStructuredOutput
    
    * added test
    
    * chore: lint files
    bracesproul authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8625c1e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25b173d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f8aef8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. docs[patch]: Update intro, docs nits (#5936)

    * Update intro, docs nits
    
    * Bump community core dep
    
    * Update test
    
    * Adds tracing howto and concepts
    jacoblee93 authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    de4c660 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. community-experimental[minor]: Move experimental Chrome AI to LLMs (#…

    …5938)
    
    * Move experimental Chrome AI to LLMs
    
    * Docs
    
    * Fix JSON
    
    * Format
    
    * Add support for workers
    
    * Docs
    
    * Update
    
    * Lint
    jacoblee93 authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    bedc8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302b386 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    acfa40f View commit details
    Browse the repository at this point in the history
  2. docs[patch]: Update README.md (#5945)

    * docs[patch]: Update README.md
    
    * Update readmes
    
    * Format
    jacoblee93 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4c8e184 View commit details
    Browse the repository at this point in the history
  3. 👥 Update LangChain people data (#5947)

    * Update CI permissions
    
    * 👥 Update LangChain people data
    
    ---------
    
    Co-authored-by: github-actions <[email protected]>
    jacoblee93 and github-actions authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    22ec7c8 View commit details
    Browse the repository at this point in the history
  4. Fix broken link (#5953)

    jacoblee93 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2c9ae22 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. core[patch]: Adds support for plain message objects as shorthand for …

    …messages (#5954)
    
    * Adds support for OpenAI style objects as shorthand for messages
    
    * Use more specific error message
    
    * Fix tests
    
    * Refine types
    jacoblee93 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8dcd6f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888a62e View commit details
    Browse the repository at this point in the history
  3. docs[patch]: Update install instructions (#5957)

    * docs[patch]: Update install instructions
    
    * Update installation.mdx
    
    * Update installation.mdx
    jacoblee93 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3ebc3a3 View commit details
    Browse the repository at this point in the history
  4. jacob/5890 (#5956)

    * feat: add mixedbread ai integration
    
    * mxbai integration
    
    * mxbai integration
    
    * Naming correction
    
    * Docs nits and format
    
    ---------
    
    Co-authored-by: Julius Lipp <[email protected]>
    Co-authored-by: Julius Lipp <[email protected]>
    3 people authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b35812c View commit details
    Browse the repository at this point in the history
  5. community[minor]: Taskade Project Loader (#5927)

    Co-authored-by: jacoblee93 <[email protected]>
    yeouchien and jacoblee93 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5076dd3 View commit details
    Browse the repository at this point in the history
  6. Fix typo (#5964)

    jacoblee93 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d7a184c View commit details
    Browse the repository at this point in the history
  7. Docs nits (#5965)

    jacoblee93 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f482048 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70240f9 View commit details
    Browse the repository at this point in the history
  9. Configures requirements for sharp library (#5966)

    Co-authored-by: Fellipe Lamoglia <[email protected]>
    lamoglia and Fellipe Lamoglia authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8e048b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    538c006 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2de5cd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. docs[patch]: Update structured output docs to be more opinionated (#5968

    )
    
    * Update structured output docs to be more opinionated
    
    * Typo
    
    * Fix
    jacoblee93 authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d0bc53a View commit details
    Browse the repository at this point in the history
  2. baidu-qianfan[major]: Baidu Qianfan ChatCompletion (#5879)

    * feat: Baidu Qianfan ChatCompletion
    
    * feat: Baidu Qianfan ChatCompletion Doc
    
    * feat: Baidu Qianfan ChatCompletion Doc
    
    * feat: Baidu Qianfan ChatCompletion Doc
    
    * feat: Baidu Qianfan ChatCompletion
    
    * feat: Baidu Qianfan ChatCompletion
    
    * feat: Baidu Qianfan ChatCompletion
    
    * Update docs, format, lint, rename
    
    * Format
    
    * Fix lint
    
    ---------
    
    Co-authored-by: dailin01 <[email protected]>
    Co-authored-by: jacoblee93 <[email protected]>
    3 people authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e5644bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f91e3b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c013136 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    db9e352 View commit details
    Browse the repository at this point in the history
  2. core[patch]: Expose graph endpoint from core (#5979)

    * Expose graph endpoint from core
    
    * Add exports
    
    * Update extend method
    
    * Allow adding conditional edges
    
    * Fix
    jacoblee93 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3ff7702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fddf29 View commit details
    Browse the repository at this point in the history
  4. community[patch]: Fix community upstash test for new versions of @ups…

    …tash/redis (#5986)
    
    * Fix community upstash test
    
    * Fix types
    
    * Update examples dep
    jacoblee93 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    738e00c View commit details
    Browse the repository at this point in the history
  5. community[minor]: Support configurable search parameters for Milvus (#…

    …5877)
    
    * community[minor]: Support configurable search parameters for Milvus
    
    * Format
    
    ---------
    
    Co-authored-by: jacoblee93 <[email protected]>
    yokingma and jacoblee93 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    12bf5ff View commit details
    Browse the repository at this point in the history
  6. chore: upgrade uuid version (#5969)

    Co-authored-by: Jacob Lee <[email protected]>
    chentschel and jacoblee93 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8e858d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b0776e View commit details
    Browse the repository at this point in the history
  8. community[patch]: feat: add milvus partitionKey (#5983)

    * feat: add milvus partitionKey
    
    * Format
    
    ---------
    
    Co-authored-by: Jacob Lee <[email protected]>
    zhanshuyou and jacoblee93 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ba89ca1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5f2cf4 View commit details
    Browse the repository at this point in the history