-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
update #170
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: refactoring search function
## [0.9.0-beta.2](v0.9.0-beta.1...v0.9.0-beta.2) (2024-05-05) ### Features * refactoring search function ([aeb1acb](aeb1acb)) ### Bug Fixes * bug on .toml ([f7d66f5](f7d66f5))
feat: 133 support claude3
## [0.9.0-beta.3](v0.9.0-beta.2...v0.9.0-beta.3) (2024-05-05) ### Features * add claude documentation ([5bdee55](5bdee55))
Pass common params to nodes in graph
feat: add gemini embeddings
## [0.9.0-beta.4](v0.9.0-beta.3...v0.9.0-beta.4) (2024-05-05) ### Features * add gemini embeddings ([79daa4c](79daa4c))
Implemented GraphIteratorNode and MergeAnswersNode to create multiple istances of a graph and merge the scraped content from multiple pages
fix(llm): fixed gemini api_key
## [0.9.0-beta.7](v0.9.0-beta.6...v0.9.0-beta.7) (2024-05-06) ### Bug Fixes * **llm:** fixed gemini api_key ([fd01b73](fd01b73))
## [0.9.0-beta.8](v0.9.0-beta.7...v0.9.0-beta.8) (2024-05-06) ### Features * add llava integration ([019b722](019b722))
feat: add new hugging_face models
Support for Anthropic Claude 3 models
## [0.10.0-beta.1](v0.9.0...v0.10.0-beta.1) (2024-05-06) ### Features * add claude documentation ([5bdee55](5bdee55)) * add gemini embeddings ([79daa4c](79daa4c)) * add llava integration ([019b722](019b722)) * add new hugging_face models ([d5547a4](d5547a4)) * Fix bug for gemini case when embeddings config not passed ([726de28](726de28)) * fixed custom_graphs example and robots_node ([84fcb44](84fcb44)) * multiple graph instances ([dbb614a](dbb614a)) * **node:** multiple url search in SearchGraph + fixes ([930adb3](930adb3)) * refactoring search function ([aeb1acb](aeb1acb)) ### Bug Fixes * bug on .toml ([f7d66f5](f7d66f5)) * **llm:** fixed gemini api_key ([fd01b73](fd01b73)) ### CI * **release:** 0.9.0-beta.2 [skip ci] ([5aa600c](5aa600c)) * **release:** 0.9.0-beta.3 [skip ci] ([da8c72c](da8c72c)) * **release:** 0.9.0-beta.4 [skip ci] ([8c5397f](8c5397f)) * **release:** 0.9.0-beta.5 [skip ci] ([532adb6](532adb6)) * **release:** 0.9.0-beta.6 [skip ci] ([8c0b46e](8c0b46e)) * **release:** 0.9.0-beta.7 [skip ci] ([6911e21](6911e21)) * **release:** 0.9.0-beta.8 [skip ci] ([739aaa3](739aaa3))
allignment
Dependency ReviewThe following issues were found:
License Issuespyproject.toml
OpenSSF ScorecardScorecard details
Scanned Manifest Filespyproject.toml
requirements.txt |
Fix embeddings and local models bugs
## [0.10.0-beta.2](v0.10.0-beta.1...v0.10.0-beta.2) (2024-05-08) ### Bug Fixes * **examples:** local, mixed models and fixed SearchGraph embeddings problem ([6b71ec1](6b71ec1)) * **examples:** openai std examples ([186c0d0](186c0d0)) * removed .lock file for deployment ([d4c7d4e](d4c7d4e)) ### Docs * update README.md ([17ec992](17ec992))
🎉 This PR is included in version 0.10.0 🎉 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.