File tree 1 file changed +20
-2
lines changed
learn/experimental/merge-namespaces
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 32
32
" %pip install -qU pinecone-notebooks pinecone-client[grpc]"
33
33
]
34
34
},
35
+ {
36
+ "cell_type" : " code" ,
37
+ "execution_count" : null ,
38
+ "metadata" : {},
39
+ "outputs" : [],
40
+ "source" : [
41
+ " from pinecone_notebooks.colab import Authenticate\n " ,
42
+ " \n " ,
43
+ " Authenticate()"
44
+ ]
45
+ },
35
46
{
36
47
"cell_type" : " code" ,
37
48
"execution_count" : null ,
70
81
" namespace=namespace,\n " ,
71
82
" vector=random_vecs,\n " ,
72
83
" top_k=count,\n " ,
73
- " include_values=True\n " ,
84
+ " include_values=True,\n " ,
85
+ " include_metadata=True\n " ,
74
86
" )\n " ,
75
87
" return response['matches']\n " ,
76
88
" \n " ,
131
143
}
132
144
],
133
145
"metadata" : {
146
+ "kernelspec" : {
147
+ "display_name" : " Python 3" ,
148
+ "language" : " python" ,
149
+ "name" : " python3"
150
+ },
134
151
"language_info" : {
135
- "name" : " python"
152
+ "name" : " python" ,
153
+ "version" : " 3.11.6"
136
154
}
137
155
},
138
156
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments