-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on May 30, 2024
-
docs[patch]: Update README and other links (#5605)
* Update README and other links * nit
Configuration menu - View commit details
-
Copy full SHA for f80a359 - Browse repository at this point
Copy the full SHA f80a359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1afc6c2 - Browse repository at this point
Copy the full SHA 1afc6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de61b5 - Browse repository at this point
Copy the full SHA 3de61b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fba45a - Browse repository at this point
Copy the full SHA 7fba45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4c02a - Browse repository at this point
Copy the full SHA ec4c02aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c48394a - Browse repository at this point
Copy the full SHA c48394aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d952a - Browse repository at this point
Copy the full SHA 94d952aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f27a2a0 - Browse repository at this point
Copy the full SHA f27a2a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1d17a - Browse repository at this point
Copy the full SHA 7e1d17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b849f2d - Browse repository at this point
Copy the full SHA b849f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c81e05 - Browse repository at this point
Copy the full SHA 3c81e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ab4a5 - Browse repository at this point
Copy the full SHA 45ab4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16042d - Browse repository at this point
Copy the full SHA b16042dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a27e1 - Browse repository at this point
Copy the full SHA 24a27e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d88168 - Browse repository at this point
Copy the full SHA 7d88168View commit details -
Merge pull request #5339 from langchain-ai/dqbd/langsmith-traceable-h…
…andoff feat[langsmith]: transparent handoff between @Traceable HOF and LangChain
Configuration menu - View commit details
-
Copy full SHA for 3fea459 - Browse repository at this point
Copy the full SHA 3fea459View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58456e - Browse repository at this point
Copy the full SHA d58456eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64bf268 - Browse repository at this point
Copy the full SHA 64bf268View commit details
Commits on May 31, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 331e856 - Browse repository at this point
Copy the full SHA 331e856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f6878 - Browse repository at this point
Copy the full SHA 10f6878View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fc67984 - Browse repository at this point
Copy the full SHA fc67984View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7d8fa2e - Browse repository at this point
Copy the full SHA 7d8fa2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b72d2 - Browse repository at this point
Copy the full SHA e9b72d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c6110 - Browse repository at this point
Copy the full SHA 76c6110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2388a8e - Browse repository at this point
Copy the full SHA 2388a8eView commit details -
community[patch],langchain[patch],groq[patch]: Bump deps (#5618)
* Bump deps * Fix
Configuration menu - View commit details
-
Copy full SHA for 5905549 - Browse repository at this point
Copy the full SHA 5905549View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc80b12 - Browse repository at this point
Copy the full SHA cc80b12View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a2a55e2 - Browse repository at this point
Copy the full SHA a2a55e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38e52c - Browse repository at this point
Copy the full SHA b38e52cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 153daff - Browse repository at this point
Copy the full SHA 153daffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6371927 - Browse repository at this point
Copy the full SHA 6371927View commit details -
community[patch]: overriding similaritySearchWithScore in neo4j vecto…
…r store to enable filtering (#5599) * overriding similaritySearchWithScore * Format * Fix build --------- Co-authored-by: jacoblee93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a32586f - Browse repository at this point
Copy the full SHA a32586fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef21fe - Browse repository at this point
Copy the full SHA 2ef21feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5004a0b - Browse repository at this point
Copy the full SHA 5004a0bView commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d37d22 - Browse repository at this point
Copy the full SHA 6d37d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3989f2 - Browse repository at this point
Copy the full SHA d3989f2View commit details -
👥 Update LangChain people data (#5630)
Co-authored-by: github-actions <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fb8ef7 - Browse repository at this point
Copy the full SHA 6fb8ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 461c185 - Browse repository at this point
Copy the full SHA 461c185View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e78579f - Browse repository at this point
Copy the full SHA e78579fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf87b60 - Browse repository at this point
Copy the full SHA bf87b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for f064ba4 - Browse repository at this point
Copy the full SHA f064ba4View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77601f7 - Browse repository at this point
Copy the full SHA 77601f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e7268 - Browse repository at this point
Copy the full SHA 83e7268View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7467bf - Browse repository at this point
Copy the full SHA d7467bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b9f24 - Browse repository at this point
Copy the full SHA 31b9f24View commit details
Commits on Jun 4, 2024
-
docs[patch]: Update Unstructured Docker Image Reference in Documentat…
…ion (#5651) * Update unstructured.mdx * Update document_loader_html.ipynb * Update document_loader_markdown.ipynb
Configuration menu - View commit details
-
Copy full SHA for 62810d3 - Browse repository at this point
Copy the full SHA 62810d3View commit details -
docs[patch]: Add keywords for common queries (#5655)
* Add keywords for common queries * Format
Configuration menu - View commit details
-
Copy full SHA for 156695c - Browse repository at this point
Copy the full SHA 156695cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b5de9a6 - Browse repository at this point
Copy the full SHA b5de9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 840e787 - Browse repository at this point
Copy the full SHA 840e787View commit details -
anthropic[minor]: Add standard chat model tests to anthropic (#5659)
* anthropic[minor]: Add standard chat model tests to anthropic * format
Configuration menu - View commit details
-
Copy full SHA for 7d7b5ad - Browse repository at this point
Copy the full SHA 7d7b5adView commit details -
docs[patch]: Update quickstart tutorial (#5662)
* Update quickstart tutorial * Broken link
Configuration menu - View commit details
-
Copy full SHA for 74cb905 - Browse repository at this point
Copy the full SHA 74cb905View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d6b29b4 - Browse repository at this point
Copy the full SHA d6b29b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a087d - Browse repository at this point
Copy the full SHA f2a087dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d35d12d - Browse repository at this point
Copy the full SHA d35d12dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 294f600 - Browse repository at this point
Copy the full SHA 294f600View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0744255 - Browse repository at this point
Copy the full SHA 0744255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f81981 - Browse repository at this point
Copy the full SHA 5f81981View commit details -
docs[patch]: Redirects for LangSmith and LangGraph (#5667)
* LangGraph docs link redirect * LangSmith redirect
Configuration menu - View commit details
-
Copy full SHA for 3b6f29d - Browse repository at this point
Copy the full SHA 3b6f29dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1959ca7 - Browse repository at this point
Copy the full SHA 1959ca7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e834086 - Browse repository at this point
Copy the full SHA e834086View commit details
Commits on Jun 5, 2024
-
core[patch]: Fix formatting mustache image templates (#5666)
* core[patch]: Fix formatting mustache image templates * unfocus test * fix tests
Configuration menu - View commit details
-
Copy full SHA for e9a08aa - Browse repository at this point
Copy the full SHA e9a08aaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a728820 - Browse repository at this point
Copy the full SHA a728820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c82d55 - Browse repository at this point
Copy the full SHA 0c82d55View commit details -
docs[patch]: Adds heading keywords for search (#5678)
* Adds heading keywords for search * Format
Configuration menu - View commit details
-
Copy full SHA for aa1fb54 - Browse repository at this point
Copy the full SHA aa1fb54View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c323a5a - Browse repository at this point
Copy the full SHA c323a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3eb7e - Browse repository at this point
Copy the full SHA ab3eb7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d65a34 - Browse repository at this point
Copy the full SHA 4d65a34View commit details -
community[patch]: Deprecate Google PaLM integrations (#5690)
* community[patch]: Deprecate Google PaLM integrations * chore: lint files
Configuration menu - View commit details
-
Copy full SHA for 423da6a - Browse repository at this point
Copy the full SHA 423da6aView commit details -
docs[patch]: Adds PDF ingestion and QA tutorial (#5692)
* Adds PDF ingestion and QA tutorial * Typo * typo
Configuration menu - View commit details
-
Copy full SHA for e1c2856 - Browse repository at this point
Copy the full SHA e1c2856View commit details -
Configuration menu - View commit details
-
Copy full SHA for cae08ae - Browse repository at this point
Copy the full SHA cae08aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2898258 - Browse repository at this point
Copy the full SHA 2898258View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a019c - Browse repository at this point
Copy the full SHA f1a019cView commit details -
community[patch]: Loosen conflicting peer dep (#5694)
* Loosen conflicting peer dep * Bound better * Deps * Bump
Configuration menu - View commit details
-
Copy full SHA for 0fc8784 - Browse repository at this point
Copy the full SHA 0fc8784View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c6a36 - Browse repository at this point
Copy the full SHA e2c6a36View commit details -
docs: remove duplicated heading section in rag.ipynb (#5674)
Co-authored-by: Brace Sproul <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25f2127 - Browse repository at this point
Copy the full SHA 25f2127View commit details
Commits on Jun 7, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 66ff096 - Browse repository at this point
Copy the full SHA 66ff096View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2de06ad - Browse repository at this point
Copy the full SHA 2de06adView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4448fe - Browse repository at this point
Copy the full SHA a4448feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6535861 - Browse repository at this point
Copy the full SHA 6535861View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3531c74 - Browse repository at this point
Copy the full SHA 3531c74View commit details -
docs[patch]: Point OpenAI LLM docs at chat models (#5718)
* Point OpenAI LLM docs at chat models * Use caution * Remove deprecated package link
Configuration menu - View commit details
-
Copy full SHA for 8d24df4 - Browse repository at this point
Copy the full SHA 8d24df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for de28687 - Browse repository at this point
Copy the full SHA de28687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6690f - Browse repository at this point
Copy the full SHA 6b6690fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2958935 - Browse repository at this point
Copy the full SHA 2958935View commit details
Commits on Jun 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for a550a7f - Browse repository at this point
Copy the full SHA a550a7fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 030607b - Browse repository at this point
Copy the full SHA 030607bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9960899 - Browse repository at this point
Copy the full SHA 9960899View commit details -
docs[patch]: Adds streaming conceptual docs (#5728)
* Adds streaming conceptual docs * Copy fixes
Configuration menu - View commit details
-
Copy full SHA for 3bc9b8e - Browse repository at this point
Copy the full SHA 3bc9b8eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ef9b85c - Browse repository at this point
Copy the full SHA ef9b85cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c338b38 - Browse repository at this point
Copy the full SHA c338b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for e177b2f - Browse repository at this point
Copy the full SHA e177b2fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for de3e618 - Browse repository at this point
Copy the full SHA de3e618View commit details -
anthropic[patch]: Stream tokens (#5730)
* anthropic[patch]: Stream tokens * chore: lint files * added normal test * add streamUsage field to control streaming token counts
Configuration menu - View commit details
-
Copy full SHA for 9a0675c - Browse repository at this point
Copy the full SHA 9a0675cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9bd8024 - Browse repository at this point
Copy the full SHA 9bd8024View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00acbe2 - Browse repository at this point
Copy the full SHA 00acbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e0f3d - Browse repository at this point
Copy the full SHA 84e0f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f392a - Browse repository at this point
Copy the full SHA 13f392aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ac204f8 - Browse repository at this point
Copy the full SHA ac204f8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 75dd790 - Browse repository at this point
Copy the full SHA 75dd790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3deb2 - Browse repository at this point
Copy the full SHA 4f3deb2View commit details
Commits on Jun 13, 2024
-
docs[patch]: Adds structured output section to concepts (#5750)
* Adds structured output section to concepts * Fix links * Fix * Update table * Fix * Update table
Configuration menu - View commit details
-
Copy full SHA for 09f6af2 - Browse repository at this point
Copy the full SHA 09f6af2View commit details -
docs,examples[patch]: Replace .getRelevantDocuments with .invoke (#5749)
* docs,examples[patch]: Replace .getRelevantDocuments with .invoke * fix formatting issue
Configuration menu - View commit details
-
Copy full SHA for ce4b8ef - Browse repository at this point
Copy the full SHA ce4b8efView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4a42922 - Browse repository at this point
Copy the full SHA 4a42922View commit details -
ci[patch]: Always run standard tests (#5755)
* ci[patch]: Fix syntax error * dont conditionally run standard tests * drops needs
Configuration menu - View commit details
-
Copy full SHA for 308e5b2 - Browse repository at this point
Copy the full SHA 308e5b2View commit details -
openai[patch]: Fix tool content list (#5756)
* openai[patch]: Fix tool content list * same for func calls * chore: lint files * drop console log
Configuration menu - View commit details
-
Copy full SHA for b1cef30 - Browse repository at this point
Copy the full SHA b1cef30View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2fb4ac4 - Browse repository at this point
Copy the full SHA 2fb4ac4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for eb7ee12 - Browse repository at this point
Copy the full SHA eb7ee12View commit details -
Configuration menu - View commit details
-
Copy full SHA for baab194 - Browse repository at this point
Copy the full SHA baab194View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4b4423a - Browse repository at this point
Copy the full SHA 4b4423aView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8754d5 - Browse repository at this point
Copy the full SHA b8754d5View commit details -
docs: Graph tutorial updates (#5762)
* docs: replace schema property with getSchema method * docs: add console.log to show response * docs: update graph_prompting.ipynb
Configuration menu - View commit details
-
Copy full SHA for 67db5c0 - Browse repository at this point
Copy the full SHA 67db5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed493df - Browse repository at this point
Copy the full SHA ed493dfView commit details -
google-common[minor]: Add stream_usage (#5763)
* google-vertexai[minor]: Add stream usage * fix tests * bump min core version
Configuration menu - View commit details
-
Copy full SHA for 6ade289 - Browse repository at this point
Copy the full SHA 6ade289View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ded31 - Browse repository at this point
Copy the full SHA a2ded31View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d09f63a - Browse repository at this point
Copy the full SHA d09f63aView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19b0db3 - Browse repository at this point
Copy the full SHA 19b0db3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7182ed6 - Browse repository at this point
Copy the full SHA 7182ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 340a6b9 - Browse repository at this point
Copy the full SHA 340a6b9View commit details -
docs[patch]: Adds RAG guide to concepts, semantic similarity to howtos (
#5783) * Adds concepts guide * Format, fix link
Configuration menu - View commit details
-
Copy full SHA for 9822a5c - Browse repository at this point
Copy the full SHA 9822a5cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5abc329 - Browse repository at this point
Copy the full SHA 5abc329View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8daee1 - Browse repository at this point
Copy the full SHA d8daee1View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2c20fe - Browse repository at this point
Copy the full SHA c2c20feView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5a31cd8 - Browse repository at this point
Copy the full SHA 5a31cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad93f6 - Browse repository at this point
Copy the full SHA 3ad93f6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 817f978 - Browse repository at this point
Copy the full SHA 817f978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bcdaf8 - Browse repository at this point
Copy the full SHA 7bcdaf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c7092d - Browse repository at this point
Copy the full SHA 4c7092dView commit details -
google-genai[patch]: Fix removing additionalProperties edge case (#5798)
* google-genai[patch]: Fix removing additionalProperties edge case * chore: lint files * lint issues * cr
Configuration menu - View commit details
-
Copy full SHA for 6c49f99 - Browse repository at this point
Copy the full SHA 6c49f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45152b8 - Browse repository at this point
Copy the full SHA 45152b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b4f5c - Browse repository at this point
Copy the full SHA b1b4f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e225b6 - Browse repository at this point
Copy the full SHA 8e225b6View commit details -
docs[patch]: Adds docs feedback text (#5801)
* Adds docs feedback text * Fix * Simplify * Feedback
Configuration menu - View commit details
-
Copy full SHA for be5739e - Browse repository at this point
Copy the full SHA be5739eView commit details
Commits on Jun 19, 2024
-
* Add explanation to QA with sources page * Fix anchor tag * Standardize prereq format
Configuration menu - View commit details
-
Copy full SHA for 387fe31 - Browse repository at this point
Copy the full SHA 387fe31View commit details -
docs[patch]: Update deprecated entrypoints (#5808)
* Update deprecated entrypoints * Fix build * Fix
Configuration menu - View commit details
-
Copy full SHA for 592215d - Browse repository at this point
Copy the full SHA 592215dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c95e63a - Browse repository at this point
Copy the full SHA c95e63aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2876d4e - Browse repository at this point
Copy the full SHA 2876d4eView commit details -
core[minor]: Add ID field to messages (#5817)
* core[minor]: Add ID field to messages * added id to openai * revert oai change
Configuration menu - View commit details
-
Copy full SHA for 0a178dc - Browse repository at this point
Copy the full SHA 0a178dcView commit details
Commits on Jun 20, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 91ec5ba - Browse repository at this point
Copy the full SHA 91ec5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b76ead9 - Browse repository at this point
Copy the full SHA b76ead9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf87b1 - Browse repository at this point
Copy the full SHA aaf87b1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 715e60b - Browse repository at this point
Copy the full SHA 715e60bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 84163bc - Browse repository at this point
Copy the full SHA 84163bcView commit details -
core[minor],community[minor]: Add message id tests (#5827)
* core[minor],community[minor]: Add message id tests * chore: lint files
Configuration menu - View commit details
-
Copy full SHA for a6f1224 - Browse repository at this point
Copy the full SHA a6f1224View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1c5238c - Browse repository at this point
Copy the full SHA 1c5238cView commit details -
openai[patch]: Populate ID field (#5818)
* core[minor]: Add ID field to messages * added id to openai * update min core dep
Configuration menu - View commit details
-
Copy full SHA for e7d92fa - Browse repository at this point
Copy the full SHA e7d92faView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9bc3034 - Browse repository at this point
Copy the full SHA 9bc3034View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for dd38360 - Browse repository at this point
Copy the full SHA dd38360View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5da535e - Browse repository at this point
Copy the full SHA 5da535eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 425824a - Browse repository at this point
Copy the full SHA 425824aView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32cd4fe - Browse repository at this point
Copy the full SHA 32cd4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b3dbf - Browse repository at this point
Copy the full SHA e8b3dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea0f3a - Browse repository at this point
Copy the full SHA 3ea0f3aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4c93201 - Browse repository at this point
Copy the full SHA 4c93201View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f7bb6d3 - Browse repository at this point
Copy the full SHA f7bb6d3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a014ce4 - Browse repository at this point
Copy the full SHA a014ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c4df1 - Browse repository at this point
Copy the full SHA 35c4df1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e0e192c - Browse repository at this point
Copy the full SHA e0e192cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c37b480 - Browse repository at this point
Copy the full SHA c37b480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6a65e - Browse repository at this point
Copy the full SHA 6f6a65eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aed0ccc - Browse repository at this point
Copy the full SHA aed0cccView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff8512 - Browse repository at this point
Copy the full SHA eff8512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0073ade - Browse repository at this point
Copy the full SHA 0073adeView commit details
Commits on Jun 22, 2024
-
anthropic[minor]: Allow passing OpenAI formatted tools (#5849)
* anthropic[minor]: Allow passing OpenAI formatted tools * chore: lint files
Configuration menu - View commit details
-
Copy full SHA for a07cc8d - Browse repository at this point
Copy the full SHA a07cc8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19620af - Browse repository at this point
Copy the full SHA 19620afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a31e925 - Browse repository at this point
Copy the full SHA a31e925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bdd26 - Browse repository at this point
Copy the full SHA 03bdd26View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 828b1f9 - Browse repository at this point
Copy the full SHA 828b1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91aacde - Browse repository at this point
Copy the full SHA 91aacdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b959e17 - Browse repository at this point
Copy the full SHA b959e17View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d4d1df9 - Browse repository at this point
Copy the full SHA d4d1df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d17e18e - Browse repository at this point
Copy the full SHA d17e18eView commit details -
google-common[patch]: Fix remove additional properties util (#5862)
* google-common[patch]: Fix remove additional properties util * chore: lint files
Configuration menu - View commit details
-
Copy full SHA for 3b2cdb2 - Browse repository at this point
Copy the full SHA 3b2cdb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d0f2a - Browse repository at this point
Copy the full SHA a7d0f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ffef5 - Browse repository at this point
Copy the full SHA 01ffef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95558f2 - Browse repository at this point
Copy the full SHA 95558f2View commit details -
[patch]: Set cloudflare ai resoultions version in root (#5847)
* [patch]: Set cloudflare ai resoultions version in root * another update * mayb?
Configuration menu - View commit details
-
Copy full SHA for 42f81b8 - Browse repository at this point
Copy the full SHA 42f81b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b311ec5 - Browse repository at this point
Copy the full SHA b311ec5View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b737245 - Browse repository at this point
Copy the full SHA b737245View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ff0ac6e - Browse repository at this point
Copy the full SHA ff0ac6eView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4a2d11 - Browse repository at this point
Copy the full SHA a4a2d11View commit details
Commits on Jun 25, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bbb7628 - Browse repository at this point
Copy the full SHA bbb7628View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 16fed47 - Browse repository at this point
Copy the full SHA 16fed47View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4604a41 - Browse repository at this point
Copy the full SHA 4604a41View commit details -
fix:pass runManager to DocumentCompressor in MultiQueryRetriever (#5881)
Co-authored-by: Jakub Szlendak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6ef32d - Browse repository at this point
Copy the full SHA f6ef32dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 43829d6 - Browse repository at this point
Copy the full SHA 43829d6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5b73067 - Browse repository at this point
Copy the full SHA 5b73067View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c98c0 - Browse repository at this point
Copy the full SHA e7c98c0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5984a6d - Browse repository at this point
Copy the full SHA 5984a6dView commit details -
langchain[minor]: Multi-file loader (#5584)
* Multi-file loader * Update imports, add entrypoint, format --------- Co-authored-by: jacoblee93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f07d61 - Browse repository at this point
Copy the full SHA 3f07d61View commit details -
ci[patch]: Adds npm install test for conflicting deps (#5895)
* Adds npm install test for conflicting deps * Adds to CI * Fix
Configuration menu - View commit details
-
Copy full SHA for 9bd8199 - Browse repository at this point
Copy the full SHA 9bd8199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0722622 - Browse repository at this point
Copy the full SHA 0722622View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e9cb1 - Browse repository at this point
Copy the full SHA f3e9cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a12de - Browse repository at this point
Copy the full SHA e7a12deView commit details
Commits on Jun 26, 2024
-
create-integration[patch]: Fill placeholders in package.json (#5908)
* create-integration[patch]: Fill placeholders in package.json * chore: lint files * cr
Configuration menu - View commit details
-
Copy full SHA for fa8edb4 - Browse repository at this point
Copy the full SHA fa8edb4View commit details -
core[patch]: Add check for bind tools in structured prompt (#5882)
* core[patch]: Add check for bind tools in structured promot * cr * fix test
Configuration menu - View commit details
-
Copy full SHA for b7e4264 - Browse repository at this point
Copy the full SHA b7e4264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1d90b - Browse repository at this point
Copy the full SHA 0f1d90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b13922 - Browse repository at this point
Copy the full SHA 1b13922View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa4c6d - Browse repository at this point
Copy the full SHA dfa4c6dView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ef4fdb - Browse repository at this point
Copy the full SHA 7ef4fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f7351 - Browse repository at this point
Copy the full SHA 40f7351View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ae881 - Browse repository at this point
Copy the full SHA f8ae881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58442e9 - Browse repository at this point
Copy the full SHA 58442e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1c763 - Browse repository at this point
Copy the full SHA ea1c763View commit details
Commits on Jun 28, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f3585eb - Browse repository at this point
Copy the full SHA f3585ebView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f2fe566 - Browse repository at this point
Copy the full SHA f2fe566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9110192 - Browse repository at this point
Copy the full SHA 9110192View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f8c69c3 - Browse repository at this point
Copy the full SHA f8c69c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f545f1 - Browse repository at this point
Copy the full SHA 4f545f1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 056b871 - Browse repository at this point
Copy the full SHA 056b871View commit details -
Configuration menu - View commit details
-
Copy full SHA for d37a6d2 - Browse repository at this point
Copy the full SHA d37a6d2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a53d208 - Browse repository at this point
Copy the full SHA a53d208View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0079bf8 - Browse repository at this point
Copy the full SHA 0079bf8View commit details -
core[patch]: Fix rollup warning (#5929)
* core[patch]: Fix rollup warning * chore: lint files * cr
Configuration menu - View commit details
-
Copy full SHA for db470a2 - Browse repository at this point
Copy the full SHA db470a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6c4ae - Browse repository at this point
Copy the full SHA ac6c4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 807bcbc - Browse repository at this point
Copy the full SHA 807bcbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9090d - Browse repository at this point
Copy the full SHA 0a9090dView commit details -
mistral[patch]: Force tool use in withStructuredOutput (#5932)
* mistral[patch]: Force tool use in withStructuredOutput * added test * chore: lint files
Configuration menu - View commit details
-
Copy full SHA for 8625c1e - Browse repository at this point
Copy the full SHA 8625c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b173d - Browse repository at this point
Copy the full SHA 25b173dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8aef8 - Browse repository at this point
Copy the full SHA 2f8aef8View commit details
Commits on Jun 29, 2024
-
docs[patch]: Update intro, docs nits (#5936)
* Update intro, docs nits * Bump community core dep * Update test * Adds tracing howto and concepts
Configuration menu - View commit details
-
Copy full SHA for de4c660 - Browse repository at this point
Copy the full SHA de4c660View commit details
Commits on Jun 30, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for bedc8de - Browse repository at this point
Copy the full SHA bedc8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 302b386 - Browse repository at this point
Copy the full SHA 302b386View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acfa40f - Browse repository at this point
Copy the full SHA acfa40fView commit details -
docs[patch]: Update README.md (#5945)
* docs[patch]: Update README.md * Update readmes * Format
Configuration menu - View commit details
-
Copy full SHA for 4c8e184 - Browse repository at this point
Copy the full SHA 4c8e184View commit details -
👥 Update LangChain people data (#5947)
* Update CI permissions * 👥 Update LangChain people data --------- Co-authored-by: github-actions <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22ec7c8 - Browse repository at this point
Copy the full SHA 22ec7c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9ae22 - Browse repository at this point
Copy the full SHA 2c9ae22View commit details
Commits on Jul 2, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8dcd6f8 - Browse repository at this point
Copy the full SHA 8dcd6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 888a62e - Browse repository at this point
Copy the full SHA 888a62eView commit details -
docs[patch]: Update install instructions (#5957)
* docs[patch]: Update install instructions * Update installation.mdx * Update installation.mdx
Configuration menu - View commit details
-
Copy full SHA for 3ebc3a3 - Browse repository at this point
Copy the full SHA 3ebc3a3View commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for b35812c - Browse repository at this point
Copy the full SHA b35812cView commit details -
community[minor]: Taskade Project Loader (#5927)
Co-authored-by: jacoblee93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5076dd3 - Browse repository at this point
Copy the full SHA 5076dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a184c - Browse repository at this point
Copy the full SHA d7a184cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f482048 - Browse repository at this point
Copy the full SHA f482048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70240f9 - Browse repository at this point
Copy the full SHA 70240f9View commit details -
Configures requirements for sharp library (#5966)
Co-authored-by: Fellipe Lamoglia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e048b4 - Browse repository at this point
Copy the full SHA 8e048b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538c006 - Browse repository at this point
Copy the full SHA 538c006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de5cd7 - Browse repository at this point
Copy the full SHA 2de5cd7View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0bc53a - Browse repository at this point
Copy the full SHA d0bc53aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e5644bc - Browse repository at this point
Copy the full SHA e5644bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f91e3b1 - Browse repository at this point
Copy the full SHA f91e3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c013136 - Browse repository at this point
Copy the full SHA c013136View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db9e352 - Browse repository at this point
Copy the full SHA db9e352View commit details -
core[patch]: Expose graph endpoint from core (#5979)
* Expose graph endpoint from core * Add exports * Update extend method * Allow adding conditional edges * Fix
Configuration menu - View commit details
-
Copy full SHA for 3ff7702 - Browse repository at this point
Copy the full SHA 3ff7702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fddf29 - Browse repository at this point
Copy the full SHA 1fddf29View commit details -
community[patch]: Fix community upstash test for new versions of @ups…
…tash/redis (#5986) * Fix community upstash test * Fix types * Update examples dep
Configuration menu - View commit details
-
Copy full SHA for 738e00c - Browse repository at this point
Copy the full SHA 738e00cView commit details -
community[minor]: Support configurable search parameters for Milvus (#…
…5877) * community[minor]: Support configurable search parameters for Milvus * Format --------- Co-authored-by: jacoblee93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12bf5ff - Browse repository at this point
Copy the full SHA 12bf5ffView commit details -
chore: upgrade uuid version (#5969)
Co-authored-by: Jacob Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e858d7 - Browse repository at this point
Copy the full SHA 8e858d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0776e - Browse repository at this point
Copy the full SHA 6b0776eView commit details -
community[patch]: feat: add milvus partitionKey (#5983)
* feat: add milvus partitionKey * Format --------- Co-authored-by: Jacob Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba89ca1 - Browse repository at this point
Copy the full SHA ba89ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f2cf4 - Browse repository at this point
Copy the full SHA f5f2cf4View commit details