Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Aug 7, 2023
1 parent 4b6b115 commit 911f29e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.5.0 - 2023-08-07

### Added

- `splitTextChunks` function.
- Chat with PDF demo.

### Changed

- **Breaking change**: Renamed VectorIndexSimilarTextChunkRetriever to SimilarTextChunksFromVectorIndexRetriever.
- **Breaking change**: Renamed 'content' property in TextChunk to 'text.

### Removed

- `VectorIndexTextChunkStore`

## v0.4.1 - 2023-08-06

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modelfusion",
"description": "Build AI applications, chatbots, and agents with JavaScript and TypeScript.",
"version": "0.4.1",
"version": "0.5.0",
"author": "Lars Grammel",
"license": "MIT",
"keywords": [
Expand Down

1 comment on commit 911f29e

@vercel
Copy link

@vercel vercel bot commented on 911f29e Aug 7, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.