Skip to content

Commit

Permalink
docs: remove incorrect vectorstore local column (#25895)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Aug 30, 2024
1 parent ade4bfd commit 28f6ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ append-related:
generate-references:
$(PYTHON) scripts/generate_api_reference_links.py --docs_dir $(OUTPUT_NEW_DOCS_DIR)

update-md: generate-files md-sync

build: install-py-deps generate-files copy-infra render md-sync append-related

vercel-build: install-vercel-deps build generate-references
Expand Down
2 changes: 1 addition & 1 deletion docs/src/theme/FeatureTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit 28f6ff6

Please sign in to comment.