Delphic
Delphic copied to clipboard
Bump llama-index from 0.5.25 to 0.7.22
Bumps llama-index from 0.5.25 to 0.7.22.
Changelog
Sourced from llama-index's changelog.
[0.7.22]
New Features
Bug Fixes / Nits
- Fix for
AttributeError: 'OpenAIAgent' object has no attribute 'callback_manager'by calling super constructor withinBaseOpenAIAgent- Remove backticks from nebula queries (#7192)
[0.7.21] - 2023-08-07
New Features
- Add entity metadata extractor (#7163)
[0.7.20] - 2023-08-06
New Features
New Features
- Added an
EntityExtractorfor metadata extraction (#7163)- Added a
RouterRetrieverfor routing queries to specific retrievers (#7166)Bug Fixes / Nits
- Fix for issue where having multiple concurrent streamed responses from
OpenAIAgentwould result in interleaving of tokens across each response stream. (#7164)- fix llms callbacks issue (args[0] error) (#7165)
[0.7.19] - 2023-08-04
New Features
- Added metadata filtering to weaviate (#7130)
- Added token counting (and all callbacks) to agents and streaming (#7122)
[0.7.18] - 2023-08-03
New Features
- Added
to/from_stringandto/from_dictmethods to memory objects (#7128)- Include columns comments from db tables in table info for SQL queries (#7124)
- Add Neo4j support (#7122)
Bug Fixes / Nits
- Added
Azure ADvalidation support to theAzureOpenAIclass (#7127)- add
flush=Truewhen printing agent/chat engine response stream (#7129)- Added
Azure ADsupport to theAzureOpenAIclass (#7127)- Update LLM question generator prompt to mention JSON markdown (#7105)
- Fixed
astream_chatin chat engines (#7139)[0.7.17] - 2023-08-02
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)