Skip to content

Commit

Permalink
bring back previous integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed May 8, 2024
1 parent 46e1c12 commit 1a14907
Show file tree
Hide file tree
Showing 3 changed files with 869 additions and 3 deletions.
118 changes: 117 additions & 1 deletion libs/elasticsearch/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/elasticsearch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1"
elasticsearch = "^8.13.1"
elasticsearch = {version = "^8.13.1", extras = ["vectorstore_mmr"]}

[tool.poetry.group.test]
optional = true
Expand Down
Loading

0 comments on commit 1a14907

Please sign in to comment.