Skip to content

Releases: langchain-ai/langchain-nvidia

libs/ai-endpoints/v0.0.17

21 May 17:37
Compare
Choose a tag to compare

libs/ai-endpoints/v0.0.16

17 May 11:01
Compare
Choose a tag to compare

libs/ai-endpoints/v0.0.15

14 May 20:48
Compare
Choose a tag to compare

What's Changed

  • available_models must only return known models by @mattf in #39
  • loosen core dep to tolerate 0.2 by @efriis in #40

Full Changelog: libs/ai-endpoints/v0.0.14...libs/ai-endpoints/v0.0.15

libs/ai-endpoints/v0.0.14

09 May 11:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: libs/ai-endpoints/v0.0.13...libs/ai-endpoints/v0.0.14

libs/ai-endpoints/v0.0.13

07 May 10:29
Compare
Choose a tag to compare

libs/ai-endpoints/v0.0.12

01 May 14:38
Compare
Choose a tag to compare

What's Changed

  • add NVIDIARerank support for a local NIM by @mattf in #23

Full Changelog: libs/ai-endpoints/v0.0.11...libs/ai-endpoints/v0.0.12

libs/ai-endpoints/v0.0.11

25 Apr 16:30
Compare
Choose a tag to compare

Server-side model changes:

  • ai-llama3-8b: meta/llama3-8b -> meta/llama3-8b-instruct
  • ai-llama3-70b: meta/llama3-70b -> meta/llama3-70b-instruct
  • ai-phi-3-mini: microsoft/phi-3-mini -> microsoft/phi-3-mini-128k-instruct

If you are using any of these models you do not need to change your code, but you must upgrade.

libs/ai-endpoints/v0.0.10

24 Apr 18:54
Compare
Choose a tag to compare

libs/ai-endpoints/v0.0.9

23 Apr 20:30
Compare
Choose a tag to compare

What's Changed

  • add truncate parameter for shortening inputs to match model token length limits by @mattf in #22
  • add NVIDIARerank connector, a BaseDocumentCompressor, with support for NVIDIA API Catalog by @mattf in #19
  • allow pickling of NVIDIAEmbeddings by @mattf in #25

Full Changelog: libs/ai-endpoints/v0.0.8...libs/ai-endpoints/v0.0.9

libs/ai-endpoints/v0.0.8

18 Apr 19:17
Compare
Choose a tag to compare