llama-index-core
[0.10.52]
- fix file reader path bug on windows (#14537)
- follow up with kwargs propagation in colbert index due to change in parent class (#14522)
- deprecate query pipeline agent in favor of FnAgentWorker (#14525O)
llama-index-callbacks-arize-phoenix
[0.1.6]
- support latest version of arize #14526
llama-index-embeddings-litellm
[0.1.0]
- Add support for LiteLLM Proxy Server for embeddings (#14523)
llama-index-finetuning
[0.1.10]
- Adding device choice from sentence_transformers (#14546)
llama-index-graph-stores-neo4
[0.2.7]
- Fixed ordering of returned nodes on vector queries (#14461)
llama-index-llms-bedrock
[0.1.10]
- handle empty response in Bedrock AnthropicProvider (#14479)
llama-index-llms-bedrock-converse
[0.1.4]
- Fix Bedrock Converse's join_two_dicts function when a new string kwarg is added (#14548)
llama-index-llms-upstage
[0.1.4]
- Add upstage tokenizer and token counting method (#14502)
llama-index-readers-azstorage-blob
[0.1.7]
- Fix bug with getting object name for blobs (#14547)
llama-index-readers-file
[0.1.26]
- Pandas excel reader load data fix for appending documents (#14501)
llama-index-readers-iceberg
[0.1.0]
- Add Iceberg Reader integration to LLamaIndex (#14477)
llama-index-readers-notion
[0.1.8]
llama-index-readers-slack
[0.1.5]
- Enhance SlackReader to fetch Channel IDs from Channel Names/Patterns (#14429)
llama-index-readers-web
[0.1.21]
- Add API url to firecrawl reader (#14452)
llama-index-retrievers-bm25
[0.1.5]
- fix score in nodes returned by the BM25 retriever (#14495)
llama-index-vector-stores-azureaisearch
[0.1.9]
- add async methods to azure ai search (#14496)
llama-index-vector-stores-kdbai
[0.1.8]
- Kdbai rest compatible (#14511)
llama-index-vector-stores-mongodb
[0.1.6]
- Adds Hybrid and Full-Text Search to MongoDBAtlasVectorSearch (#14490)