Our new LangChain Academy Course Deep Research with LangGraph is now live! Enroll for free.
OSS (v1-alpha)
LangChain and LangGraph
Eden AI user interface (UI) is designed for handling the AI projects. With Eden AI Portal, you can perform no-code AI using the best engines for the market.
Eden AI Portal
from langchain_community.llms import EdenAI
from langchain_community.chat_models.edenai import ChatEdenAI
from langchain_community.embeddings.edenai import EdenAiEmbeddings
from langchain_community.tools.edenai import ( EdenAiExplicitImageTool, EdenAiObjectDetectionTool, EdenAiParsingIDTool, EdenAiParsingInvoiceTool, EdenAiSpeechToTextTool, EdenAiTextModerationTool, EdenAiTextToSpeechTool, )