Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jun 1, 2023
1 parent 20f6a6d commit eed328f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.0.7 - 2023-06-01

### New

1. Hugging Face text generation support
1. In-memory vector DB

## v0.0.6 - 2023-05-31

### New
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ These principles have shaped the design and function of the library, aiming to p
- Tokenization
- Prompt utilities
- Fit recent messages chat prompt into context window
- In-memory vector DB
- Run abstraction for progress reporting and abort signals
- Retry management
- Error handling
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ai-utils.js",
"description": "A toolkit for building AI apps, chatbots and agents",
"version": "0.0.6",
"version": "0.0.7",
"author": "Lars Grammel",
"license": "MIT",
"keywords": [
Expand Down

1 comment on commit eed328f

@vercel
Copy link

@vercel vercel bot commented on eed328f Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-utils-js – ./

ai-utils.vercel.app
ai-utils-js-lgrammel.vercel.app
ai-utils.dev
ai-utils-js-git-main-lgrammel.vercel.app

Please sign in to comment.