[PR #4157] docs: add Pixeltable vector store integration #4152

Open
opened 2026-06-05 19:12:57 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4157
Author: @pierrebrunelle
Created: 5/25/2026
Status: 🔄 Open

Base: mainHead: feat/pixeltable-vectorstore


📝 Commits (2)

  • 29b3a80 docs: add Pixeltable vector store integration page
  • a30e1d5 docs: update Pixeltable vectorstore for v0.1.1

📊 Changes

2 files changed (+210 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/vectorstores/index.mdx (+2 -0)
src/oss/python/integrations/vectorstores/pixeltable.mdx (+208 -0)

📄 Description

Summary

  • Adds pixeltable.mdx to src/oss/python/integrations/vectorstores/
  • Adds PixeltableVectorStore row to the comparison table in index.mdx
  • Adds Card link in the all-integrations listing

What is Pixeltable?

Pixeltable is an open-source Python library providing declarative, multimodal-native data infrastructure. It stores text, images, video, audio, and documents alongside embeddings in persistent, versioned tables with incremental computation.

Package: langchain-pixeltable

Test plan

  • Verify page renders correctly in Mintlify preview
  • Confirm comparison table row aligns with existing entries
  • Confirm Card link navigates to the new page

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4157 **Author:** [@pierrebrunelle](https://github.com/pierrebrunelle) **Created:** 5/25/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/pixeltable-vectorstore` --- ### 📝 Commits (2) - [`29b3a80`](https://github.com/langchain-ai/docs/commit/29b3a80f359ef3eff6624d087693e6bbb689ccd8) docs: add Pixeltable vector store integration page - [`a30e1d5`](https://github.com/langchain-ai/docs/commit/a30e1d57ed17628b55a75e9d32a11665029acdbc) docs: update Pixeltable vectorstore for v0.1.1 ### 📊 Changes **2 files changed** (+210 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/vectorstores/pixeltable.mdx` (+208 -0) </details> ### 📄 Description ## Summary - Adds `pixeltable.mdx` to `src/oss/python/integrations/vectorstores/` - Adds `PixeltableVectorStore` row to the comparison table in `index.mdx` - Adds Card link in the all-integrations listing ## What is Pixeltable? [Pixeltable](https://pixeltable.com/) is an open-source Python library providing declarative, multimodal-native data infrastructure. It stores text, images, video, audio, and documents alongside embeddings in persistent, versioned tables with incremental computation. Package: [`langchain-pixeltable`](https://github.com/pixeltable/langchain-pixeltable) ## Test plan - [x] Verify page renders correctly in Mintlify preview - [x] Confirm comparison table row aligns with existing entries - [x] Confirm Card link navigates to the new page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:12:57 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4152