Skip to content

Commit 4da525b

Browse files
authored
langchain[patch]: Remove beta decorator from init_embeddings (#31098)
Remove beta decorator from init_embeddings.
1 parent 94139ff commit 4da525b

File tree

1 file changed

+0
-2
lines changed
  • libs/langchain/langchain/embeddings

1 file changed

+0
-2
lines changed

libs/langchain/langchain/embeddings/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from importlib import util
33
from typing import Any, Optional, Union
44

5-
from langchain_core._api import beta
65
from langchain_core.embeddings import Embeddings
76
from langchain_core.runnables import Runnable
87

@@ -116,7 +115,6 @@ def _check_pkg(pkg: str) -> None:
116115
)
117116

118117

119-
@beta()
120118
def init_embeddings(
121119
model: str,
122120
*,

0 commit comments

Comments
 (0)