Remove (previously deprecated) llama_index.token_counter.token_counter module. See migration guide for more details on new callback based token counting.
Remove ChatGPTLLMPredictor and HuggingFaceLLMPredictor. See migration guide for more details on replacements.
Remove support for setting cache via LLMPredictor constructor.
Update BaseChatEngine interface:
adjust chat_history to use List[ChatMessage]] as type
expose chat_history state as a property
support overriding chat_history in chat and achat endpoints
Remove deprecated arguments for PromptHelper: max_input_size, embedding_limit, max_chunk_overlap
Update all notebooks to use native openai integration (#6696)
[v0.6.38] - 2023-07-02
New Features
add optional tqdm progress during index creation (#6583)
Added async support for "compact" and "refine" response modes (#6590)
[feature]add transformer tokenize functionalities for optimizer (chinese) (#6659)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on llama-index to permit the latest version.
Changelog
Sourced from llama-index's changelog.
... (truncated)
Commits
f7f58c4
cr2466c74
cr5d5013f
[wip] add recursive retriever + notebook example (#6682)42a1e23
Add Streaming To OpenAI Agents (#6694)695d7ed
[version] bump version to 0.7.0 (#6715)99f3127
Index creation progress bars (#6583)4ace6c5
Update all notebooks to use native openai integration (#6696)201eb1a
Remove deprecated arguments fromPromptHelper
(#6710)4909987
Response Builder/Synthesizer UX V2 (#6668)fca0da4
Minor docs update for streaming (#6697)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)