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
Branches
Tags
No related merge requests found
...@@ -8,19 +8,20 @@ check-hidden = true ...@@ -8,19 +8,20 @@ check-hidden = true
skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb" skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
[tool.llamahub] [tool.llamahub]
classes = ["FireworksEmbedding"]
contains_example = false contains_example = false
import_path = "llama_index.embeddings.fireworks" import_path = "llama_index.embeddings.fireworks"
[tool.llamahub.class_authors]
FireworksEmbedding = "benjibc"
[tool.mypy] [tool.mypy]
disallow_untyped_defs = true disallow_untyped_defs = true
exclude = ["_static", "build", "examples", "notebooks", "venv"] exclude = ["_static", "build", "examples", "notebooks", "venv"]
explicit_package_bases = true
ignore_missing_imports = true ignore_missing_imports = true
python_version = "3.8" python_version = "3.8"
[tool.poetry] [tool.poetry]
authors = ["Your Name <you@example.com>"] authors = ["benjibc"]
description = "llama-index embeddings fireworks integration" description = "llama-index embeddings fireworks integration"
license = "MIT" license = "MIT"
name = "llama-index-embeddings-fireworks" name = "llama-index-embeddings-fireworks"
...@@ -29,7 +30,7 @@ version = "0.1.1" ...@@ -29,7 +30,7 @@ version = "0.1.1"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<3.12" 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" llama-index-llms-openai = "^0.1.1"
[tool.poetry.group.dev.dependencies] [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