Skip to content

Commit 35726e6

Browse files
edwinjosechittilappillyMadhavan
authored andcommitted
feat: Add gpt-5.1 model to Language models (#10590)
* Add gpt-5.1 model to starter projects Added 'gpt-5.1' to the list of available models in all starter project JSON files to support the new model version. This update ensures users can select gpt-5.1 in agent configurations. * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * Update component_index.json * [autofix.ci] apply automated fixes * Update component_index.json * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> s
1 parent d1d005c commit 35726e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lfx/src/lfx/components/qdrant/qdrant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from langchain.embeddings.base import Embeddings
21
from langchain_community.vectorstores import Qdrant
2+
from langchain_core.embeddings import Embeddings
33

44
from lfx.base.vectorstores.model import LCVectorStoreComponent, check_cached_vector_store
55
from lfx.helpers.data import docs_to_data

0 commit comments

Comments
 (0)