Skip to content

Commit 342ca8c

Browse files
authored
Mark pinecone as node-only (langchain-ai#991)
1 parent 4f1ccb9 commit 342ca8c

File tree

1 file changed

+8
-0
lines changed
  • docs/docs/modules/indexes/vector_stores/integrations

1 file changed

+8
-0
lines changed

docs/docs/modules/indexes/vector_stores/integrations/pinecone.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
---
2+
sidebar_class_name: node-only
3+
---
4+
15
# Pinecone
26

7+
:::tip Compatibility
8+
Only available on Node.js.
9+
:::
10+
311
Langchain.js accepts [@pinecone-database/pinecone](https://docs.pinecone.io/docs/node-client) as the client for Pinecone vectorstore. Install the library with
412

513
```bash npm2yarn

0 commit comments

Comments
 (0)