Update Chat and Embedding guides (#31017)

Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
Philipp Schmid
2025-04-27 20:06:59 +02:00
committed by GitHub
parent ba2518995d
commit 79a537d308
4 changed files with 705 additions and 173 deletions

View File

@@ -366,6 +366,12 @@ const FEATURE_TABLES = {
package: "langchain-openai",
apiLink: "https://python.langchain.com/api_reference/openai/chat_models/langchain_openai.chat_models.base.ChatOpenAI.html"
},
{
name: "Google Gemini",
link: "google-generative-ai",
package: "langchain-google-genai",
apiLink: "https://python.langchain.com/api_reference/google_genai/embeddings/langchain_google_genai.embeddings.GoogleGenerativeAIEmbeddings.html"
},
{
name: "Together",
link: "together",