examples
examples copied to clipboard
Bump llama-index-core from 0.10.5 to 0.10.24 in /blog-examples/llama-index/hacknernews_app
Bumps llama-index-core from 0.10.5 to 0.10.24.
Release notes
Sourced from llama-index-core's releases.
v0.10.24
No release notes provided.
v0.10.23
No release notes provided.
v0.10.22
No release notes provided.
v0.10.20
No release notes provided.
v0.10.19
llama-index-cli[0.1.9]
- Removed chroma as a bundled dep to reduce
llama-indexdeps
llama-index-core[0.10.19]
- Introduce retries for rate limits in
OpenAIllm class (#11867)- Added table comments to SQL table schemas in
SQLDatabase(#11774)- Added
LogProbtype toChatResponseobject (#11795)- Introduced
LabelledSimpleDataset(#11805)- Fixed insert
IndexNodeobjects with unserializable objects (#11836)- Fixed stream chat type error when writing response to history in
CondenseQuestionChatEngine(#11856)- Improve post-processing for json query engine (#11862)
llama-index-embeddings-cohere[0.1.4]
- Fixed async kwarg error (#11822)
llama-index-embeddings-dashscope[0.1.2]
- Fixed pydantic import (#11765)
llama-index-graph-stores-neo4j[0.1.3]
- Properly close connection after verifying connectivity (#11821)
llama-index-llms-cohere[0.1.3]
- Add support for new
command-rmodel (#11852)
llama-index-llms-huggingface[0.1.4]
- Fixed streaming decoding with special tokens (#11807)
llama-index-llms-mistralai[0.1.5]
- Added support for latest and open models (#11792)
... (truncated)
Changelog
Sourced from llama-index-core's changelog.
llama-index-core[0.10.24]
- pretty prints in
LlamaDebugHandler(#12216)- stricter interpreter constraints on pandas query engine (#12278)
- PandasQueryEngine can now execute 'pd.*' functions (#12240)
- delete proper metadata in docstore delete function (#12276)
- improved openai agent parsing function hook (#12062)
- add raise_on_error flag for SimpleDirectoryReader (#12263)
- remove un-caught openai import in core (#12262)
- Fix download_llama_dataset and download_llama_pack (#12273)
- Implement EvalQueryEngineTool (#11679)
- Expand instrumenation Span coverage for AgentRunner (#12249)
- Adding concept of function calling agent/llm (mistral supported for now) (#12222, )
llama-index-embeddings-huggingface[0.2.0]
- Use
sentence-transformersas a backend (#12277)
llama-index-postprocessor-voyageai-rerank[0.1.0]
- Added voyageai as a reranker (#12111)
llama-index-readers-gcs[0.1.0]
- Added google cloud storage reader (#12259)
llama-index-readers-google[0.2.1]
- Support for different drives (#12146)
- Remove unnecessary PyDrive dependency from Google Drive Reader (#12257)
llama-index-readers-readme[0.1.0]
- added readme.com reader (#12246)
llama-index-packs-raft[0.1.3]
- added pack for RAFT (#12275)
[2024-03-23]
llama-index-core[0.10.23]
- Added
(a)predict_and_call()function to base LLM class + openai + mistralai (#12188)- fixed bug with
wait()in async agent streaming (#12187)
llama-index-embeddings-alephalpha[0.1.0]
- Added alephalpha embeddings (#12149)
... (truncated)
Commits
3d3a8b9v0.10.24 (#12291)178e068Add class name method (#12290)070104dSmall fixes to instrumentation (#12287)53c33e1Make Google Drive Reader serializable (#12286)f30d024Bump langchain-core from 0.1.30 to 0.1.34 in /llama-index-core (#12289)d3de336[enhancement] Core callback handlers: Allow people to print with loggers -- m...c5bd9edAdded support for different drives (#12146)2c92e88stricter access to builting in pandas query engine (#12278)6882171Add new reader for GCS (#12259)20724b0fix(core): delete the metadata with the wrong key when delete ref doc… (#12276)- Additional commits viewable 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.