Skip to content

Commit

Permalink
version 0.3.14 (#76)
Browse files Browse the repository at this point in the history
andreibondarev authored May 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 34d422d commit ed4b925
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## [Unreleased]

## [0.3.14] - 2023-05-28
- 🔍 Vectorsearch
- Not relying on Weaviate modules anymore
- Adding missing specs for Qdrant and Milvus classes
- 🚚 Loaders
- Add Langchain::Data result object for data loaders
- 🗣️ LLMs
- Add `summarize()` method to the LLMs

## [0.3.13] - 2023-05-26
- 🔍 Vectorsearch
- Pgvector support
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
langchainrb (0.3.13)
langchainrb (0.3.14)

GEM
remote: https://rubygems.org/
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Langchain
VERSION = "0.3.13"
VERSION = "0.3.14"
end

0 comments on commit ed4b925

Please sign in to comment.