langchain-postgres 0.0.3__py3-none-any.whl → 0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langchain_postgres-0.0.3.dist-info → langchain_postgres-0.0.4.dist-info}/METADATA +9 -2
- {langchain_postgres-0.0.3.dist-info → langchain_postgres-0.0.4.dist-info}/RECORD +4 -4
- {langchain_postgres-0.0.3.dist-info → langchain_postgres-0.0.4.dist-info}/LICENSE +0 -0
- {langchain_postgres-0.0.3.dist-info → langchain_postgres-0.0.4.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: langchain-postgres
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: An integration package connecting Postgres and LangChain
|
5
5
|
Home-page: https://github.com/langchain-ai/langchain-postgres
|
6
6
|
License: MIT
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
|
-
Requires-Dist: langchain-core (>=0.1,<0.
|
14
|
+
Requires-Dist: langchain-core (>=0.1.50,<0.3)
|
15
15
|
Requires-Dist: langgraph (>=0.0.32,<0.0.33)
|
16
16
|
Requires-Dist: numpy (>=1,<2)
|
17
17
|
Requires-Dist: pgvector (>=0.2.5,<0.3.0)
|
@@ -23,6 +23,13 @@ Description-Content-Type: text/markdown
|
|
23
23
|
|
24
24
|
# langchain-postgres
|
25
25
|
|
26
|
+
[](https://github.com/langchain-ai/langchain-postgres/releases)
|
27
|
+
[](https://github.com/langchain-ai/langchain-postgres/actions/workflows/ci.yml)
|
28
|
+
[](https://opensource.org/licenses/MIT)
|
29
|
+
[](https://twitter.com/langchainai)
|
30
|
+
[](https://discord.gg/6adMQxSpJS)
|
31
|
+
[](https://github.com/langchain-ai/langchain-postgres/issues)
|
32
|
+
|
26
33
|
The `langchain-postgres` package implementations of core LangChain abstractions using `Postgres`.
|
27
34
|
|
28
35
|
The package is released under the MIT license.
|
@@ -4,7 +4,7 @@ langchain_postgres/chat_message_histories.py,sha256=gh6hjBlrJ5GSo5kePQdh3VhiUYoW
|
|
4
4
|
langchain_postgres/checkpoint.py,sha256=B0c03jyQcS0bAaNPljWEG3IuhlelIF2z3vSXWATi9-4,23519
|
5
5
|
langchain_postgres/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
langchain_postgres/vectorstores.py,sha256=KUeDv47lwWM88HZQJdxjtRLS_jtSzekY6FluKji7BcU,49908
|
7
|
-
langchain_postgres-0.0.
|
8
|
-
langchain_postgres-0.0.
|
9
|
-
langchain_postgres-0.0.
|
10
|
-
langchain_postgres-0.0.
|
7
|
+
langchain_postgres-0.0.4.dist-info/LICENSE,sha256=2btS8uNUDWD_UNjw9ba6ZJt_00aUjEw9CGyK-xIHY8c,1072
|
8
|
+
langchain_postgres-0.0.4.dist-info/METADATA,sha256=24WiDipxuAvDonZRUVhmPLdZMiTBinfzV1QaGWDs5lw,6014
|
9
|
+
langchain_postgres-0.0.4.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
10
|
+
langchain_postgres-0.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|