partners: add xAI chat integration (#28032)

This commit is contained in:
Vadym Barda
2024-11-12 15:11:29 -05:00
committed by GitHub
parent 2898b95ca7
commit 48ee322a78
26 changed files with 3378 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ DEFAULT_NAMESPACES = [
"langchain_google_vertexai",
"langchain_mistralai",
"langchain_fireworks",
"langchain_xai",
]
# Namespaces for which only deserializing via the SERIALIZABLE_MAPPING is allowed.
# Load by path is not allowed.