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 5, 2024
1 parent 632145b commit a3d2ff3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ChangeLog

## v[0.0.66] - 2024-01-04

### New Features
- add ragatouille pack (#836)
- TelegramLoader (#822)

### Smaller Features + Bug Fixes / Nits
- handle bytestring (#834)
- Slack Tool: Fix "fn_schema is None" issue (#824)
- Wikipedia tools should return text, not documents (Tools aren't DataLoaders!) (#828)
- Fixing JsonReader and introducing unit tests (#816)
- Fix:dense pack naming error in usage example notebook (#831)
- chore: get the full detailed text from Confluence (#809)
- feat: fix folder name and add keywords (#829)

## v[0.0.65] - 2023-12-29

### 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.65"
version = "0.0.66"
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 a3d2ff3

Please sign in to comment.