File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
src/langchain_google_spanner Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 0.1.0 (2024-02-23)
4+
5+
6+ ### Features
7+
8+ * Add document loader ([ #9 ] ( https://github.com/googleapis/langchain-google-spanner-python/issues/9 ) ) ([ 7a77d26] ( https://github.com/googleapis/langchain-google-spanner-python/commit/7a77d2616e2feacd7130852adb6e5d2aaab81da2 ) )
9+ * Initialize repo ([ ab37e37] ( https://github.com/googleapis/langchain-google-spanner-python/commit/ab37e37875f9b4fb406a2953d5e519ab79a90892 ) )
10+ * Spanner Implementation for Vector Store ([ #10 ] ( https://github.com/googleapis/langchain-google-spanner-python/issues/10 ) ) ([ 9cbae82] ( https://github.com/googleapis/langchain-google-spanner-python/commit/9cbae82b4c2093344071124b08f1a745a77580a7 ) )
11+ * SpannerChatMessageHistory implementation ([ #7 ] ( https://github.com/googleapis/langchain-google-spanner-python/issues/7 ) ) ([ f9a3b93] ( https://github.com/googleapis/langchain-google-spanner-python/commit/f9a3b931dd61079ddb16f410ab2f9c47bde623ea ) )
12+
13+
14+ ### Documentation
15+
16+ * Adding placeholder for codelab ([ #21 ] ( https://github.com/googleapis/langchain-google-spanner-python/issues/21 ) ) ([ b5707b8] ( https://github.com/googleapis/langchain-google-spanner-python/commit/b5707b8dcb9ebcac54c1654b931015f423a43ec2 ) )
17+ * Update README.md ([ #22 ] ( https://github.com/googleapis/langchain-google-spanner-python/issues/22 ) ) ([ e9eb86b] ( https://github.com/googleapis/langchain-google-spanner-python/commit/e9eb86babba490fd0dbb19e67ad50603d5959615 ) )
18+ * Vector store notebook docs ([ #18 ] ( https://github.com/googleapis/langchain-google-spanner-python/issues/18 ) ) ([ 4c1bd91] ( https://github.com/googleapis/langchain-google-spanner-python/commit/4c1bd917db03408058dd5169a8047990590cf43b ) )
19+
20+ ## Changelog
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.0.1 "
15+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments