Skip to content

Commit

Permalink
update poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Jun 5, 2024
1 parent cd0e8a8 commit fef9acc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: "3.12"
poetry-version: "1.8.2"
install-args: "-E dev"
install-args: "-E dev -E ollama"

- name: Test LLM endpoint
run: |
Expand Down
5 changes: 3 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pytest = { version = "^7.4.4", optional = true }
pydantic-settings = "^2.2.1"
httpx-sse = "^0.4.0"
isort = { version = "^5.13.2", optional = true }
llama-index-embeddings-ollama = "^0.1.2"
llama-index-embeddings-ollama = {version = "^0.1.2", optional = true}

[tool.poetry.extras]
local = ["llama-index-embeddings-huggingface"]
Expand All @@ -71,6 +71,7 @@ milvus = ["pymilvus"]
dev = ["pytest", "pytest-asyncio", "pexpect", "black", "pre-commit", "datasets", "pyright", "pytest-order", "autoflake", "isort"]
server = ["websockets", "fastapi", "uvicorn"]
autogen = ["pyautogen"]
ollama = ["llama-index-embeddings-ollama"]

[tool.black]
line-length = 140
Expand Down

0 comments on commit fef9acc

Please sign in to comment.