docs: Add Databricks integration (#25929)

Updating the gateway pages in the documentation to name the
`langchain-databricks` integration.

---------

Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Yuki Watanabe
2024-09-02 15:05:40 -07:00
committed by GitHub
parent 933bc0d6ff
commit 64dfdaa924
3 changed files with 52 additions and 4 deletions

View File

@@ -204,6 +204,17 @@ const FEATURE_TABLES = {
"multimodal": false,
"local": false,
"apiLink": "https://python.langchain.com/v0.2/api_reference/upstage/chat_models/langchain_upstage.chat_models.ChatUpstage.html"
},
{
"name": "ChatDatabricks",
"package": "langchain-databricks",
"link": "databricks",
"structured_output": true,
"tool_calling": true,
"json_mode": false,
"multimodal": false,
"local": false,
"apiLink": "https://python.langchain.com/v0.2/api_reference/upstage/chat_models/langchain_databricks.chat_models.ChatDatabricks.html"
}
],
},
@@ -347,6 +358,12 @@ const FEATURE_TABLES = {
package: "langchain-nomic",
apiLink: "https://python.langchain.com/v0.2/api_reference/nomic/embeddings/langchain_nomic.embeddings.NomicEmbeddings.html"
},
{
name: "Databricks",
link: "databricks",
package: "langchain-databricks",
apiLink: "https://python.langchain.com/v0.2/api_reference/nomic/embeddings/langchain_databricks.embeddings.DatabricksEmbeddings.html"
},
]
},
document_retrievers: {
@@ -945,6 +962,19 @@ const FEATURE_TABLES = {
local: true,
idsInAddDocuments: false,
},
{
name: "DatabricksVectorSearch",
link: "databricks_vector_search",
deleteById: true,
filtering: true,
searchByVector: true,
searchWithScore: true,
async: true,
passesStandardTests: false,
multiTenancy: false,
local: false,
idsInAddDocuments: false,
},
{
name: "ElasticsearchStore",
link: "elasticsearch",