|
1 | 1 | # ChangeLog
|
2 | 2 |
|
| 3 | +## [2024-06-10] |
| 4 | + |
| 5 | +### `llama-index-core` [0.10.44] |
| 6 | + |
| 7 | +- Add WEBP and GIF to supported image types for SimpleDirectoryReader (#14038) |
| 8 | +- refactor: add spans to abstractmethods via mixin (#14003) |
| 9 | +- Adding streaming support for SQLAutoVectorQueryEngine (#13947) |
| 10 | +- add option to specify embed_model to NLSQLTableQueryEngine (#14006) |
| 11 | +- add spans for multimodal LLMs (#13966) |
| 12 | +- change to compact in auto prev next (#13940) |
| 13 | +- feat: add exception events for streaming errors (#13917) |
| 14 | +- feat: add spans for tools (#13916) |
| 15 | + |
| 16 | +### `llama-index-embeddings-azure-openai` [0.1.10] |
| 17 | + |
| 18 | +- Fix error when using azure_ad without setting the API key (#13970) |
| 19 | + |
| 20 | +### `llama-index-embeddings-jinaai` [0.2.0] |
| 21 | + |
| 22 | +- add Jina Embeddings MultiModal (#13861) |
| 23 | + |
| 24 | +### `llama-index-embeddings-nomic` [0.3.0] |
| 25 | + |
| 26 | +- Add Nomic multi modal embeddings (#13920) |
| 27 | + |
| 28 | +### `llama-index-graph-stores-neo4j` [0.2.3] |
| 29 | + |
| 30 | +- ensure cypher returns list before iterating (#13938) |
| 31 | + |
| 32 | +### `llama-index-llms-ai21` [0.2.0] |
| 33 | + |
| 34 | +- Add AI21 Labs Jamba-Instruct Support (#14030) |
| 35 | + |
| 36 | +### `llama-index-llms-deepinfra` [0.1.2] |
| 37 | + |
| 38 | +- fix(deepinfrallm): default max_tokens (#13998) |
| 39 | + |
| 40 | +### `llama-index-llms-vllm` [0.1.8] |
| 41 | + |
| 42 | +- correct `__del__()` Vllm (#14053) |
| 43 | + |
| 44 | +### `llama-index-packs-zenguard` [0.1.0] |
| 45 | + |
| 46 | +- Add ZenGuard llamapack (#13959) |
| 47 | + |
| 48 | +### `llama-index-readers-google` [0.2.7] |
| 49 | + |
| 50 | +- fix how class attributes are set in google drive reader (#14022) |
| 51 | +- Add Google Maps Text Search Reader (#13884) |
| 52 | + |
| 53 | +### `llama-index-readers-jira` [0.1.4] |
| 54 | + |
| 55 | +- Jira personal access token with hosted instances (#13890) |
| 56 | + |
| 57 | +### `llama-index-readers-mongodb` [0.1.6] |
| 58 | + |
| 59 | +- set document ids when loading (#14000) |
| 60 | + |
| 61 | +### `llama-index-retrievers-duckdb-retriever` [0.1.0] |
| 62 | + |
| 63 | +- Add DuckDBRetriever (#13929) |
| 64 | + |
| 65 | +### `llama-index-vector-stores-chroma` [0.1.9] |
| 66 | + |
| 67 | +- Add inclusion filter to chromadb (#14010) |
| 68 | + |
| 69 | +### `llama-index-vector-stores-lancedb` [0.1.5] |
| 70 | + |
| 71 | +- Fix LanceDBVectorStore `add()` logic (#13993) |
| 72 | + |
| 73 | +### `llama-index-vector-stores-milvus` [0.1.17] |
| 74 | + |
| 75 | +- Support all filter operators for Milvus vector store (#13745) |
| 76 | + |
| 77 | +### `llama-index-vector-stores-postgres` [0.1.10] |
| 78 | + |
| 79 | +- Broaden SQLAlchemy support in llama-index-vector-stores-postgres to 1.4+ (#13936) |
| 80 | + |
| 81 | +### `llama-index-vector-stores-qdrant` [0.2.9] |
| 82 | + |
| 83 | +- Qdrant: Create payload index for `doc_id` (#14001) |
| 84 | + |
3 | 85 | ## [2024-06-02]
|
4 | 86 |
|
5 | 87 | ### `llama-index-core` [0.10.43]
|
|
0 commit comments