Our new LangChain Academy Course Deep Research with LangGraph is now live!
Enroll for free.
IntegrationsAPI Reference More v0.3 💬LangChain also provides a fake embedding class. You can use this to test your pipelines.
from langchain_community.embeddings import FakeEmbeddings
embeddings = FakeEmbeddings(size=1352)
query_result = embeddings.embed_query("foo")
doc_results = embeddings.embed_documents(["foo"])
Related
Previous
ERNIE
Next
FastEmbed by Qdrant
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4