LangGraph Platform is now part of LangSmith. Check out the LangSmith docs for more information.
OSS (v1-alpha)
LangChain and LangGraph
from langchain_community.embeddings import FakeEmbeddings
embeddings = FakeEmbeddings(size=1352)
query_result = embeddings.embed_query("foo")
doc_results = embeddings.embed_documents(["foo"])
Was this page helpful?