Skip to content

Commit 2b49082

Browse files
committed
add intro
1 parent 79b4959 commit 2b49082

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/pinecone-io/examples/blob/master/learn/experimental/merge-namespaces/merge-namespaces.ipynb) [![Open nbviewer](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/nbviewer-shield.svg)](https://nbviewer.org/github/pinecone-io/examples/blob/master/learn/experimental/merge-namespaces/merge-namespaces.ipynb)"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"# Merging Namespaces in a Pinecone Index"
15+
]
16+
},
17+
{
18+
"cell_type": "markdown",
19+
"metadata": {},
20+
"source": [
21+
"This notebook queries vectors out of two namespaces `ns1` and `ns2` and upsesrts them to a new namespace named `merged`.\n",
22+
"\n",
23+
"Please note this code is **experimental** and not guaranteed to work by Pinecone. Test thoroughly before using in production."
24+
]
25+
}
26+
],
27+
"metadata": {
28+
"language_info": {
29+
"name": "python"
30+
}
31+
},
32+
"nbformat": 4,
33+
"nbformat_minor": 2
34+
}

0 commit comments

Comments
 (0)