Skip to content

Commit

Permalink
v0.11.19 (#16606)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Oct 19, 2024
1 parent 3a007a0 commit 00fe1d1
Show file tree
Hide file tree
Showing 14 changed files with 448 additions and 846 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,80 @@
# ChangeLog

## [2024-10-18]

### `llama-index-core` [0.11.19]

- Raise errors in instrumentation properly when handling asyncio futures (#16603)
- fix: pass params to VectorStoreQuery properly in PGRetriever (#16586)
- Fix structured predict type hints (#16585)
- Add async version of retry_on_exceptions_with_backoff utility (#16374)
- Refine CONTRIBUTING.md Documentation (#16548)

### `llama-index-embeddings-gaudi` [0.1.0]

- Add embedding integration with Intel Gaudi in llama-index-embeddings-gaudi (#16521)

### `llama-index-embeddings-openvino` [0.4.1]

- Add OpenClip support through OpenVINO embedding (#16554)

### `llama-index-graph-stores-neo4j` [0.3.4]

- fix: remove warnings from dbms server in neo4j queries (#16598)

### `llama-index-llms-ibm` [0.2.2]

- IBM watsonx.ai Chat integration + function calling support (#16589)

### `llama-index-llms-mistralai` [0.2.7]

- Add support for mistral latest models (#16571)

### `llama-index-llms-openai` [0.2.15]

- Added check for fine-tuned models in function_calling method (#16568)
- allow passing in openai clients directly (#16560)

### `llama-index-llms-replicate` [0.3.0]

- Use Replicate streaming API (#16597)

### `llama-index-multi-modal-llms-openvino` [0.1.0]

- Add OpenVINO multimodal support (#16567)

### `llama-index-multi-modal-llms-zhipuai` [0.1.0]

- add zhipuai multi modal llm class (#16551)

### `llama-index-readers-google` [0.4.2]

- Use port of redirect uri in credential file to run local server in GoogleDocsReader (#16327)

### `llama-index-storage-chat-store-postgres` [0.1.0]

- feat: postgres chat store Integration (#16557)

### `llama-index-storage-chat-store-upstash` [0.1.2]

- Fix pydantic errors in upstash chat store (#16559)

### `llama-index-vector-stores-azurecosmosmongo` [0.2.2]

- Add DiskANN for Azure Cosmos DB Mongo vector store (#16581)

### `llama-index-vector-stores-hnswlib` [0.1.0]

- Hnswlib Vector Store integration (#16443)

### `llama-index-vector-stores-oceanbase` [0.1.0]

- Add vector store integration of OceanBase (#16550)

### `llama-index-vector-stores-qdrant` [0.3.2]

- Added optional name of text field in Qdrant vector database. (#16576)

## [2024-10-14]

### `llama-index-core` [0.11.18]
Expand Down
75 changes: 75 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,80 @@
# ChangeLog

## [2024-10-18]

### `llama-index-core` [0.11.19]

- Raise errors in instrumentation properly when handling asyncio futures (#16603)
- fix: pass params to VectorStoreQuery properly in PGRetriever (#16586)
- Fix structured predict type hints (#16585)
- Add async version of retry_on_exceptions_with_backoff utility (#16374)
- Refine CONTRIBUTING.md Documentation (#16548)

### `llama-index-embeddings-gaudi` [0.1.0]

- Add embedding integration with Intel Gaudi in llama-index-embeddings-gaudi (#16521)

### `llama-index-embeddings-openvino` [0.4.1]

- Add OpenClip support through OpenVINO embedding (#16554)

### `llama-index-graph-stores-neo4j` [0.3.4]

- fix: remove warnings from dbms server in neo4j queries (#16598)

### `llama-index-llms-ibm` [0.2.2]

- IBM watsonx.ai Chat integration + function calling support (#16589)

### `llama-index-llms-mistralai` [0.2.7]

- Add support for mistral latest models (#16571)

### `llama-index-llms-openai` [0.2.15]

- Added check for fine-tuned models in function_calling method (#16568)
- allow passing in openai clients directly (#16560)

### `llama-index-llms-replicate` [0.3.0]

- Use Replicate streaming API (#16597)

### `llama-index-multi-modal-llms-openvino` [0.1.0]

- Add OpenVINO multimodal support (#16567)

### `llama-index-multi-modal-llms-zhipuai` [0.1.0]

- add zhipuai multi modal llm class (#16551)

### `llama-index-readers-google` [0.4.2]

- Use port of redirect uri in credential file to run local server in GoogleDocsReader (#16327)

### `llama-index-storage-chat-store-postgres` [0.1.0]

- feat: postgres chat store Integration (#16557)

### `llama-index-storage-chat-store-upstash` [0.1.2]

- Fix pydantic errors in upstash chat store (#16559)

### `llama-index-vector-stores-azurecosmosmongo` [0.2.2]

- Add DiskANN for Azure Cosmos DB Mongo vector store (#16581)

### `llama-index-vector-stores-hnswlib` [0.1.0]

- Hnswlib Vector Store integration (#16443)

### `llama-index-vector-stores-oceanbase` [0.1.0]

- Add vector store integration of OceanBase (#16550)

### `llama-index-vector-stores-qdrant` [0.3.2]

- Added optional name of text field in Qdrant vector database. (#16576)

## [2024-10-14]

### `llama-index-core` [0.11.18]
Expand Down
Loading

0 comments on commit 00fe1d1

Please sign in to comment.