[2024-03-06]
New format! Going to try out reporting changes per package.
llama-index-cli
[0.1.8]
- Update mappings for
upgrade
command (#11699)
llama-index-core
[0.10.17]
- add
relative_score
anddist_based_score
toQueryFusionRetriever
(#11667) - check for
none
in async agent queue (#11669) - allow refine template for
BaseSQLTableQueryEngine
(#11378) - update mappings for llama-packs (#11699)
- fixed index error for extacting rel texts in KG index (#11695)
- return proper response types from synthesizer when no nodes (#11701)
- Inherit metadata to summaries in DocumentSummaryIndex (#11671)
- Inherit callback manager in sql query engines (#11662)
- Fixed bug with agent streming not being written to chat history (#11675)
- Fixed a small bug with
none
deltas when streaming a function call with an agent (#11713)
llama-index-multi-modal-llms-anthropic
[0.1.2]
- Added support for new multi-modal models
haiku
andsonnet
(#11656)
llama-index-packs-finchat
[0.1.0]
- Added a new llama-pack for hierarchical agents + finance chat (#11387)
llama-index-readers-file
[0.1.8]
- Added support for checking if NLTK files are already downloaded (#11676)
llama-index-readers-json
[0.1.4]
- Use the metadata passed in when creating documents (#11626)
llama-index-vector-stores-astra-db
[0.1.4]
- Update wording in warning message (#11702)
llama-index-vector-stores-opensearch
[0.1.7]
- Avoid calling
nest_asyncio.apply()
in code to avoid confusing errors for users (#11707)
llama-index-vector-stores-qdrant
[0.1.4]
- Catch RPC errors (#11657)