Skip to content

Releases: langchain-ai/langchain-nvidia

libs/ai-endpoints/v0.2.2

29 Aug 07:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: libs/ai-endpoints/v0.2.1...libs/ai-endpoints/v0.2.2

libs/ai-endpoints/v0.2.1

07 Aug 16:30
4164679
Compare
Choose a tag to compare

What's Changed

  • Added tool calling notebook by @haydeniw in #77
  • ai-endpoints: remove langchain-community dependency by @efriis in #78
  • chat nb update with tool calling and upstream changes by @dglogo in #80
  • update nvidia.mdx file for stale links by @dglogo in #83
  • Validation for base_url by @raspawar in #68
  • Enable base_url to read from env variables by @kylehh in #65
  • add with_structured_output support for Pydantic models, dicts and Enum by @mattf in #79
  • Client rejects incompatible models by @raspawar in #81
  • various internal improvements by @mattf in #82
  • support pydantic v2 and v1 for with_structured_output by @mattf in #84
  • Update min version for langchain-core by @raspawar in #85

New Contributors

Full Changelog: libs/ai-endpoints/v0.2.0...libs/ai-endpoints/v0.2.1

libs/ai-endpoints/v0.2.0

23 Jul 21:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: libs/ai-endpoints/v0.1.7...libs/ai-endpoints/v0.2.0

libs/ai-endpoints/v0.1.7

23 Jul 15:45
Compare
Choose a tag to compare

libs/ai-endpoints/v0.1.6

19 Jul 10:37
Compare
Choose a tag to compare

libs/ai-endpoints/v0.1.5

19 Jul 10:01
Compare
Choose a tag to compare

What's Changed

  • update default chat model to meta/llama3-8b-instruct (most features & deployment options) by @mattf in #73
  • add support for reranking api change w/ truncate parameter by @mattf in #75

Full Changelog: libs/ai-endpoints/v0.1.4...libs/ai-endpoints/v0.1.5

libs/ai-endpoints/v0.1.4

16 Jul 13:12
Compare
Choose a tag to compare

What's Changed

  • skip nvolveqa_40k compat test when run against local nim by @mattf in #70
  • Scheduled test cases fix by @raspawar in #71
  • update ranking nim support for nims w/ /v1/models and multiple names by @mattf in #69

Full Changelog: libs/ai-endpoints/v0.1.3...libs/ai-endpoints/v0.1.4

libs/ai-endpoints/v0.1.3

09 Jul 11:38
Compare
Choose a tag to compare

What's Changed

  • make stop property functional by @mattf in #52
  • add scheduled tests by @ccurme in #53
  • Name scheduled test run by @efriis in #54
  • nim docs model name update by @dglogo in #55
  • no models support steerlm params, removing references by @mattf in #56
  • add rerank example using duckduckgo, bm25 and faiss by @mattf in #47
  • Fix for failing lint workflow by @raspawar in #58
  • Provide default model in local NIM mode by @raspawar in #51
  • Fix bug in Embedding/Rerank default model by @raspawar in #60
  • refactor payload preprocessing by @mattf in #61
  • refactor payload preprocessing (continued) by @mattf in #62
  • ai-endpoints[patch]: add mypy overrides by @ccurme in #64
  • add register_model for users to add their own custom models with endpoints [api change; expansion] by @mattf in #57
  • release permissions by @efriis in #66
  • remove broken stop word detection, rely on server side implementation by @mattf in #63

New Contributors

Full Changelog: libs/ai-endpoints/v0.1.2...libs/ai-endpoints/v0.1.3

libs/ai-endpoints/v0.1.2

12 Jun 18:04
Compare
Choose a tag to compare

What's Changed

  • Fix for NVIDIAClient output to redact the api_key by @raspawar in #50

New Contributors

Full Changelog: libs/ai-endpoints/v0.1.1...libs/ai-endpoints/v0.1.2

libs/ai-endpoints/v0.1.1

04 Jun 16:09
Compare
Choose a tag to compare

What's Changed

  • make connectors use user provided base_url when the provided model is also hosted by @mattf in #49

Full Changelog: libs/ai-endpoints/v0.1.0...libs/ai-endpoints/v0.1.1