Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HaystackBot committed Dec 10, 2024
1 parent 54a0573 commit d22deba
Showing 1 changed file with 51 additions and 8 deletions.
59 changes: 51 additions & 8 deletions integrations/llama_cpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,89 @@
# Changelog

## [integrations/llama_cpp-v0.4.2] - 2024-12-10

### 🧪 Testing

- Do not retry tests in `hatch run test` command (#954)

### ⚙️ CI

- Adopt uv as installer (#1142)

### 🧹 Chores

- Update ruff linting scripts and settings (#1105)
- Unpin `llama-cpp-python` (#1115)
- Fix linting/isort (#1215)
- Use text instead of content for ChatMessage in Llama.cpp, Langfuse and Mistral (#1238)

### 🌀 Miscellaneous

- Chore: lamma_cpp - ruff update, don't ruff tests (#998)
- Fix: pin `llama-cpp-python<0.3.0` (#1111)

## [integrations/llama_cpp-v0.4.1] - 2024-08-08

### 🐛 Bug Fixes

- Replace DynamicChatPromptBuilder with ChatPromptBuilder (#940)

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Retry tests to reduce flakyness (#836)

### 🧹 Chores

- Update ruff invocation to include check parameter (#853)
- Pin `llama-cpp-python>=0.2.87` (#955)

## [integrations/llama_cpp-v0.4.0] - 2024-05-13
### 🌀 Miscellaneous

### 🐛 Bug Fixes
- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845)
- Fix: pin llama-cpp-python to an older version (#943)
- Refactor: introduce `_convert_message_to_llamacpp_format` utility function (#939)

- Fix commit (#436)
## [integrations/llama_cpp-v0.4.0] - 2024-05-13

### 🐛 Bug Fixes

- Llama.cpp: change wrong links and imports (#436)
- Fix order of API docs (#447)

This PR will also push the docs to Readme

### 📚 Documentation

- Update category slug (#442)
- Small consistency improvements (#536)
- Disable-class-def (#556)

### ⚙️ Miscellaneous Tasks
### 🧹 Chores

- [**breaking**] Rename model_path to model in the Llama.cpp integration (#243)

### Llama.cpp
### 🌀 Miscellaneous

- Generate api docs (#353)
- Model_name_or_path > model (#418)
- Llama.cpp - review docstrings (#510)
- Llama.cpp - update examples (#511)
- Make tests show coverage (#566)
- Remove references to Python 3.7 (#601)
- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)
- Basic implementation of llama.cpp chat generation (#723)

## [integrations/llama_cpp-v0.2.1] - 2024-01-18

### 🌀 Miscellaneous

- Update import paths for beta5 (#233)

## [integrations/llama_cpp-v0.2.0] - 2024-01-17

### 🌀 Miscellaneous

- Mount llama_cpp in haystack_integrations (#217)

## [integrations/llama_cpp-v0.1.0] - 2024-01-09

### 🚀 Features
Expand Down

0 comments on commit d22deba

Please sign in to comment.