Skip to content
Snippets Groups Projects
Unverified Commit 0b611516 authored by BartoszBLL's avatar BartoszBLL Committed by GitHub
Browse files

fix: Remove `cache_dir` Pydantic field validation (#17947)

parent 13d9032e
Branches
Tags
No related merge requests found
......@@ -63,9 +63,6 @@ class GaudiEmbedding(BaseEmbedding):
text_instruction: Optional[str] = Field(
description="Instruction to prepend to text."
)
cache_folder: Optional[str] = Field(
description="Cache folder for Hugging Face files."
)
_model: Any = PrivateAttr()
......
......@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-embeddings-gaudi"
readme = "README.md"
version = "0.2.0"
version = "0.2.1"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment