Skip to content

Commit 142bfe9

Browse files
committed
bring back previous integration tests
1 parent 46e1c12 commit 142bfe9

File tree

3 files changed

+871
-3
lines changed

3 files changed

+871
-3
lines changed

libs/elasticsearch/poetry.lock

Lines changed: 117 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/elasticsearch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"
1515
langchain-core = "^0.1"
16-
elasticsearch = "^8.13.1"
16+
elasticsearch = {version = "^8.13.1", extras = ["vectorstore_mmr"]}
1717

1818
[tool.poetry.group.test]
1919
optional = true

0 commit comments

Comments
 (0)