This package contains the LangChain integration with Netmind
pip install -U langchain-netmind
And you should configure credentials by setting the following environment variables:
ChatNetmind
class exposes chat models from Netmind.
from langchain_netmind import ChatNetmind llm = ChatNetmind() llm.invoke("Sing a ballad of LangChain.")
NetmindEmbeddings
class exposes embeddings from Netmind.
from langchain_netmind import NetmindEmbeddings embeddings = NetmindEmbeddings() embeddings.embed_query("What is the meaning of life?")
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