mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
docs: remove incorrect vectorstore local column (#25895)
This commit is contained in:
@@ -890,7 +890,7 @@ const FEATURE_TABLES = {
|
||||
{title: "Passes Standard Tests", formatter: (item) => item.passesStandardTests ? "✅" : "❌"},
|
||||
{title: "Multi Tenancy", formatter: (item) => item.multiTenancy ? "✅" : "❌"},
|
||||
{title: "IDs in add Documents", formatter: (item) => item.idsInAddDocuments ? "✅" : "❌"},
|
||||
{title: "Local/Cloud", formatter: (item) => item.local ? "Local" : "Cloud"},
|
||||
// {title: "Local/Cloud", formatter: (item) => item.local ? "Local" : "Cloud"},
|
||||
],
|
||||
items: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user