PromptWizard
PromptWizard copied to clipboard
Bump llama-index-core from 0.10.21 to 0.10.38 in /src/glue-common
Bumps llama-index-core from 0.10.21 to 0.10.38.
Release notes
Sourced from llama-index-core's releases.
v0.10.38
No release notes provided.
v0.10.37
No release notes provided.
v0.10.36
No release notes provided.
2024-05-07 (v0.10.35)
llama-index-agent-introspective
[0.1.0]
- Add CRITIC and reflection agent integrations (#13108)
llama-index-core
[0.10.35]
- fix
from_defaults()
erasing summary memory buffer history (#13325)- use existing async event loop instead of
asyncio.run()
in core (#13309)- fix async streaming from query engine in condense question chat engine (#13306)
- Handle ValueError in extract_table_summaries in element node parsers (#13318)
- Handle llm properly for QASummaryQueryEngineBuilder and RouterQueryEngine (#13281)
- expand instrumentation payloads (#13302)
- Fix Bug in sql join statement missing schema (#13277)
llama-index-embeddings-jinaai
[0.1.5]
- add encoding_type parameters in JinaEmbedding class (#13172)
- fix encoding type access in JinaEmbeddings (#13315)
llama-index-embeddings-nvidia
[0.1.0]
- add nvidia nim embeddings support (#13177)
llama-index-llms-mistralai
[0.1.12]
- Fix async issue when streaming with Mistral AI (#13292)
llama-index-llms-nvidia
[0.1.0]
- add nvidia nim llm support (#13176)
llama-index-postprocessor-nvidia-rerank
[0.1.0]
- add nvidia nim rerank support (#13178)
llama-index-readers-file
[0.1.21]
- Update MarkdownReader to parse text before first header (#13327)
llama-index-readers-web
[0.1.13]
... (truncated)
Changelog
Sourced from llama-index-core's changelog.
llama-index-core
[0.10.38]
- Enabling streaming in BaseSQLTableQueryEngine (#13599)
- Fix nonetype errors in relational node parsers (#13615)
- feat(instrumentation): new spans for ALL llms (#13565)
- Properly Limit the number of generated questions (#13596)
- Pass 'exclude_llm_metadata_keys' and 'exclude_embed_metadata_keys' in element Node Parsers (#13567)
- Add batch mode to QueryPipeline (#13203)
- Improve SentenceEmbeddingOptimizer to respect Settings.embed_model (#13514)
- ReAct output parser robustness changes (#13459)
- fix for pydantic tool calling with a single argument (#13522)
- Avoid unexpected error when stream chat doesn't yield (#13422)
llama-index-embeddings-nomic
[0.2.0]
- Implement local Nomic Embed with the inference_mode parameter (#13607)
llama-index-embeddings-nvidia
[0.1.3]
- Deprecate
mode()
in favor of__init__(base_url=...)
(#13572)- add snowflake/arctic-embed-l support (#13555)
llama-index-embeddings-openai
[0.1.10]
- update how retries get triggered for openai (#13608)
llama-index-embeddings-upstage
[0.1.0]
- Integrations: upstage LLM and Embeddings (#13193)
llama-index-llms-gemini
[0.1.8]
- feat: add gemini new models to multimodal LLM and regular (#13539)
llama-index-llms-groq
[0.1.4]
- fix: enable tool use (#13566)
llama-index-llms-lmstudio
[0.1.0]
- Add support for lmstudio integration (#13557)
llama-index-llms-nvidia
[0.1.3]
- Deprecate
mode()
in favor of__init__(base_url=...)
(#13572)
llama-index-llms-openai
[0.1.20]
- update how retries get triggered for openai (#13608)
... (truncated)
Commits
- See full diff in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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) You can disable automated security fix PRs for this repo from the Security Alerts page.