Skip to content
Snippets Groups Projects
Unverified Commit ebf757b7 authored by Haotian Zhang's avatar Haotian Zhang Committed by GitHub
Browse files

fix pkg for Fireworks (#11339)

parent a0123bb1
No related branches found
No related tags found
No related merge requests found
......@@ -8,19 +8,20 @@ check-hidden = true
skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
[tool.llamahub]
classes = ["FireworksEmbedding"]
contains_example = false
import_path = "llama_index.embeddings.fireworks"
[tool.llamahub.class_authors]
FireworksEmbedding = "benjibc"
[tool.mypy]
disallow_untyped_defs = true
exclude = ["_static", "build", "examples", "notebooks", "venv"]
explicit_package_bases = true
ignore_missing_imports = true
python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
authors = ["benjibc"]
description = "llama-index embeddings fireworks integration"
license = "MIT"
name = "llama-index-embeddings-fireworks"
......@@ -29,7 +30,7 @@ version = "0.1.1"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
llama-index-core = "^0.10.1"
llama-index-core = "^0.10.12"
llama-index-llms-openai = "^0.1.1"
[tool.poetry.group.dev.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment