Skip to content

Commit

Permalink
Added langchain-community and Updated langchain (#22)
Browse files Browse the repository at this point in the history
* Added langchain-community and Updated langchain

* update changelog

---------

Co-authored-by: Katie Wetstone <[email protected]>
  • Loading branch information
SnehalSwadhin and klwetstone authored Oct 17, 2024
1 parent a3cb325 commit 1775924
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 55 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2024-10-17

- Added [`langchain-community`](https://github.com/langchain-ai/langchain?tab=readme-ov-file) via conda-forge
- Upgraded `langchain` from 0.2.14 to 0.3.3

## 2024-10-14

- Added [`xgboost`](https://xgboost.readthedocs.io/en/stable/) via conda-forge
Expand Down
200 changes: 146 additions & 54 deletions runtime/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion runtime/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ platforms = ["linux-64"]
accelerate = "0.33.0"
einops = "0.8.0"
jsonpickle = "3.2.2"
langchain = "0.2.14"
langchain = "0.3.3"
langchain-community = "0.3.2"
llama-cpp-python = "0.2.24"
loguru = "0.7.*"
nltk = "3.9.1"
Expand Down

0 comments on commit 1775924

Please sign in to comment.