Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu committed Jan 26, 2024
1 parent f41dab0 commit 01400bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ChangeLog

## v[0.0.76] - 2024-01-26

### New Features
- Convert Metaphor documentation to Exa (#896)
- Add XML loader (#887)

### Bug Fixes / Nits
- feat: add example option for llamapack library (#895)
- fix import main_content_extractor (#891)
- feat: example for rag evaluator pack (#882)
- feat: example for voyage query engine pack (#880)

## v[0.0.75] - 2024-01-20

### New Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llama-hub"
version = "0.0.75"
version = "0.0.76"
description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. "
authors = ["Jerry Liu", "Jesse Zhang"]
# New attributes
Expand Down

0 comments on commit 01400bf

Please sign in to comment.