This commit is contained in:
Bagatur
2024-09-10 12:32:47 -07:00
42 changed files with 3639 additions and 2975 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-mongodb"
version = "0.1.8"
version = "0.1.9"
description = "An integration package connecting MongoDB and LangChain"
authors = []
readme = "README.md"
@@ -23,6 +23,7 @@ python = ">=3.9,<4.0"
pymongo = ">=4.6.1,<5.0"
langchain-core = "^0.3.0.dev"
pydantic = ">=2,<3"
[[tool.poetry.dependencies.numpy]]
version = "^1"
python = "<3.12"