Skip to content

Commit

Permalink
version 0.3.13 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev authored May 26, 2023
1 parent 1d43716 commit b0ca2ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [Unreleased]

## [0.3.13] - 2023-05-26
- 🔍 Vectorsearch
- Pgvector support
- 🚚 Loaders
- CSV loader
- JSON loader
- JSONL loader

## [0.3.12] - 2023-05-25
- 🔍 Vectorsearch
- Introduce namespace support for Pinecone
Expand Down
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.12)
langchainrb (0.3.13)

GEM
remote: https://rubygems.org/
Expand Down
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.12"
VERSION = "0.3.13"
end

0 comments on commit b0ca2ad

Please sign in to comment.