We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1051ebe commit 7cd3fe4Copy full SHA for 7cd3fe4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## [Unreleased]
2
3
-## [0.1.0] - 2023-10-22
+## [0.1.3] - 2023-11-01
4
+- Pgvector vectorsearch generator
5
+
6
+## [0.1.2] - 2023-10-27
7
+- Pinecone vectorsearch generator
8
9
+## [0.1.1] - 2023-10-23
10
11
+## [0.1.0] - 2023-10-22
12
- Initial release
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- langchainrb_rails (0.1.2)
+ langchainrb_rails (0.1.3)
langchainrb (~> 0.7.0)
GEM
lib/langchainrb_rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LangchainrbRails
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
end
0 commit comments