diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml b/llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml index b70613264a68b27fd3dd3881a5700b6137af1987..4eb400aa05e7b1d3c2d1bb9f30ae34129a6ca5b9 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml +++ b/llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml @@ -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]