mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 19:57:51 +00:00
Bump Metal to use index_id (#3089)
## Use `index_id` over `app_id` We made a major update to index + retrieve based on Metal Indexes (instead of apps). With this change, we accept an index instead of an app in each of our respective core apis. [More details here](https://docs.getmetal.io/api-reference/core/indexing).
This commit is contained in:
parent
064a1db2b2
commit
0257829776
@ -32,9 +32,9 @@
|
|||||||
"from metal_sdk.metal import Metal\n",
|
"from metal_sdk.metal import Metal\n",
|
||||||
"API_KEY = \"\"\n",
|
"API_KEY = \"\"\n",
|
||||||
"CLIENT_ID = \"\"\n",
|
"CLIENT_ID = \"\"\n",
|
||||||
"APP_ID = \"\"\n",
|
"INDEX_ID = \"\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"metal = Metal(API_KEY, CLIENT_ID, APP_ID);\n"
|
"metal = Metal(API_KEY, CLIENT_ID, INDEX_ID);\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user