Skip to content

abstract graph fix #607

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

Merged
merged 31 commits into from
Aug 28, 2024
Merged

abstract graph fix #607

merged 31 commits into from
Aug 28, 2024

Conversation

VinciGit00
Copy link
Collaborator

No description provided.

VinciGit00 and others added 30 commits August 25, 2024 10:54
I am passing in the explicit model_tokens from user config as the default_token so it will correctly fallback to the users setting if the model is not found
fix model_tokens not being used for ollama
## [1.15.0-beta.4](v1.15.0-beta.3...v1.15.0-beta.4) (2024-08-26)

### Bug Fixes

* add claude3.5 sonnet ([ee8f8b3](ee8f8b3))

### CI

* **release:** 1.14.1 [skip ci] ([88e76ce](88e76ce))
## [1.15.0-beta.5](v1.15.0-beta.4...v1.15.0-beta.5) (2024-08-26)

### Bug Fixes

* abstract graph local model ([04128e7](04128e7))
## [1.15.0-beta.6](v1.15.0-beta.5...v1.15.0-beta.6) (2024-08-27)

### Bug Fixes

* **docloaders:** BrowserBase dynamic import ([5c16ee9](5c16ee9))
* **AbstractGraph:** correct and simplify instancing logic ([f73343f](f73343f))
* **BurrBrige:** dynamic imports ([7789663](7789663))
* set up dynamic imports correctly ([83e71df](83e71df))

### chore

* **examples:** update model names ([f6df9b7](f6df9b7))

### Test

* **AbstractGraph:** add AbstractGraph tests ([229d74d](229d74d))
## [1.15.0-beta.7](v1.15.0-beta.6...v1.15.0-beta.7) (2024-08-27)

### Bug Fixes

* bug for abstract graph ([cf73883](cf73883))
## [1.15.0-beta.8](v1.15.0-beta.7...v1.15.0-beta.8) (2024-08-28)

### Bug Fixes

* **models:** better DeepSeek and OneApi integration ([f7a85c2](f7a85c2))
* **AbstractGraph:** model selection bug ([4f120e2](4f120e2))
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

requirements.txt
  • browserbase@>= 0.3.0
  • graphviz@>= 0.20.3
  • langchain-anthropic@>= 0.1.11
  • langchain-fireworks@>= 0.1.3
  • langchain-google-vertexai@>= 1.0.7
  • langchain-groq@>= 0.1.3
  • langchain-huggingface@>= 0.0.3
  • langchain-nvidia-ai-endpoints@>= 0.1.6

## [1.15.1-beta.1](v1.15.0...v1.15.1-beta.1) (2024-08-28)

### Bug Fixes

* abstract graph local model ([04128e7](04128e7))
* **models:** better DeepSeek and OneApi integration ([f7a85c2](f7a85c2))
* **docloaders:** BrowserBase dynamic import ([5c16ee9](5c16ee9))
* bug for abstract graph ([cf73883](cf73883))
* **AbstractGraph:** correct and simplify instancing logic ([f73343f](f73343f))
* **BurrBrige:** dynamic imports ([7789663](7789663))
* **AbstractGraph:** model selection bug ([4f120e2](4f120e2))
* set up dynamic imports correctly ([83e71df](83e71df))

### chore

* **examples:** update model names ([f6df9b7](f6df9b7))
* update README.md ([5f562b8](5f562b8))

### Test

* **AbstractGraph:** add AbstractGraph tests ([229d74d](229d74d))

### CI

* **release:** 1.15.0-beta.4 [skip ci] ([c1ce9c6](c1ce9c6))
* **release:** 1.15.0-beta.5 [skip ci] ([22ab45f](22ab45f))
* **release:** 1.15.0-beta.6 [skip ci] ([050fa3f](050fa3f))
* **release:** 1.15.0-beta.7 [skip ci] ([be3f1ec](be3f1ec))
* **release:** 1.15.0-beta.8 [skip ci] ([dbec550](dbec550))
Copy link

🎉 This issue has been resolved in version 1.15.1-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@f-aguzzi f-aguzzi merged commit 6d6b414 into main Aug 28, 2024
1 check passed
Copy link

🎉 This issue has been resolved in version 1.15.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants