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): ...@@ -63,9 +63,6 @@ class GaudiEmbedding(BaseEmbedding):
text_instruction: Optional[str] = Field( text_instruction: Optional[str] = Field(
description="Instruction to prepend to text." description="Instruction to prepend to text."
) )
cache_folder: Optional[str] = Field(
description="Cache folder for Hugging Face files."
)
_model: Any = PrivateAttr() _model: Any = PrivateAttr()
......
...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"] ...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-embeddings-gaudi" name = "llama-index-embeddings-gaudi"
readme = "README.md" readme = "README.md"
version = "0.2.0" version = "0.2.1"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" 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