|
1 | 1 | # ChangeLog
|
2 | 2 |
|
| 3 | +## [2024-12-17] |
| 4 | + |
| 5 | +### `llama-index-core` [0.12.6] |
| 6 | + |
| 7 | +- [bug fix] Ensure that StopEvent gets cleared from Context.\_in_progress["_done"] after a Workflow run (#17300) |
| 8 | +- fix: add a timeout to langchain callback handler (#17296) |
| 9 | +- tweak User vs tool in react prompts (#17273) |
| 10 | +- refact: Refactor Document to be natively multimodal (#17204) |
| 11 | +- fix: make ImageDocument derive from Document, backward compatible (#17259) |
| 12 | +- fix: accept already base64-encoded data in ImageBlock (#17244) |
| 13 | +- fix(metrics): fixed NDCG calculation and updated previous tests (#17236) |
| 14 | +- fix: remove llama-index-legacy dependency in llama-index-core (#17231) |
| 15 | +- Refined the default documentation generation for function tools (#17208) |
| 16 | + |
| 17 | +### `llama-index-embeddings-voyageai` [0.3.3] |
| 18 | + |
| 19 | +- add support for voyageai >=0.3.0 (#17120) |
| 20 | +- Introducting VoyageAI's new multimodal embeddings model (#17261) |
| 21 | +- VoyageAI multimodal embedding, correction (#17284) |
| 22 | + |
| 23 | +### `llama-index-experimental` [0.5.2] |
| 24 | + |
| 25 | +- Fixed import errors for experimental JSONalyzeQueryEngine (#17228) |
| 26 | + |
| 27 | +### `llama-index-grapg-stores-neo4j` [0.4.4] |
| 28 | + |
| 29 | +- Add cypher corrector and allow graph schema filtering (#17223) |
| 30 | +- Add timeout config to neo4j graph (#17267) |
| 31 | +- Add text and embedding type to neo4j enhanced schema (#17289) |
| 32 | + |
| 33 | +### `llama-index-llms-anthropic` [0.6.3] |
| 34 | + |
| 35 | +- add content blocks to anthropic (#17274) |
| 36 | +- Do not send blank content to anthropic (#17278) |
| 37 | +- Update anthropic type imports for v0.41.0 release (#17299) |
| 38 | +- Fix Anthropic tokenizer protocol (fix by Devin) (#17201) |
| 39 | + |
| 40 | +### `llama-index-llms-bedrock` [0.3.3] |
| 41 | + |
| 42 | +- Add Amazon bedrock guardrails (#17281) |
| 43 | + |
| 44 | +### `llama-index-llms-bedrock-converse` [0.4.2] |
| 45 | + |
| 46 | +- Add Amazon bedrock guardrails (#17281) |
| 47 | + |
| 48 | +### `llama-index-llms-gemini` [0.4.1] |
| 49 | + |
| 50 | +- Gemini 2.0 support (#17249) |
| 51 | + |
| 52 | +### `llama-index-llms-mistralai` [0.3.1] |
| 53 | + |
| 54 | +- add tool call id/name to mistral chat messages (#17280) |
| 55 | + |
| 56 | +### `llama-index-llms-nvidia` [0.3.1] |
| 57 | + |
| 58 | +- Adding llama 3.3-70b as function-calling-capable (#17253) |
| 59 | + |
| 60 | +### `llama-index-llms-openai` [0.3.10] |
| 61 | + |
| 62 | +- fix openai message dicts for tool calls (#17254) |
| 63 | + |
| 64 | +### `llama-index-llms-text-generation-inference` [0.3.1] |
| 65 | + |
| 66 | +- Fix: TGI context window (#17252) |
| 67 | + |
| 68 | +### `llama-index-multi-modal-llms-anthropic` [0.3.1] |
| 69 | + |
| 70 | +- handle more response types in anthropic multi modal llms (#17302) |
| 71 | + |
| 72 | +### `llama-index-readers-confluence` [0.3.1] |
| 73 | + |
| 74 | +- Support Confluence cookies (#17276) |
| 75 | + |
| 76 | +### `llama-index-vector-stores-milvus` [0.4.0] |
| 77 | + |
| 78 | +- Parse "milvus_search_config" out of "vector_store_kwargs" (#17221) |
| 79 | +- refactor and optimize milvus code (#17229) |
| 80 | + |
| 81 | +### `llama-index-vector-stores-pinecone` [0.4.2] |
| 82 | + |
| 83 | +- Handle empty retrieved Pinecone index values (#17242) |
| 84 | + |
| 85 | +### `llama-index-vector-stores-qdrant` [0.4.1] |
| 86 | + |
| 87 | +- feat: Add NOT filter condition to MetadataFilter and QdrantVectorStore (#17270) |
| 88 | + |
| 89 | +### `llama-index-vector-stores-weaviate` [1.3.0] |
| 90 | + |
| 91 | +- Add async support to weaviate vector store integration (#17220) |
| 92 | + |
3 | 93 | ## [2024-12-09]
|
4 | 94 |
|
5 | 95 | ### `llama-index-core` [0.12.5]
|
|
14 | 104 |
|
15 | 105 | - feat: integration on pinecone hosted rerankers (#17192)
|
16 | 106 |
|
| 107 | +### `llama-index-tools-scrapegraph` [0.1.0] |
| 108 | + |
| 109 | +- Add Scrapegraph tool integration (#17238) |
| 110 | + |
17 | 111 | ### `llama-index-vector-stores-postgres` [0.3.3]
|
18 | 112 |
|
19 | 113 | - Update pgvector dependency to version 0.3.6 (#17195)
|
|
0 commit comments