@keystrokehq/pinecone 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/create-index-for-model.d.cts +2 -2
- package/dist/actions/create-index-for-model.d.mts +2 -2
- package/dist/actions/create-index.d.cts +2 -2
- package/dist/actions/create-index.d.mts +2 -2
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5,8 +5,8 @@ declare const PineconeCreateIndexForModelInput: z.ZodObject<{
|
|
|
5
5
|
name: z.ZodString;
|
|
6
6
|
tags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7
7
|
cloud: z.ZodEnum<{
|
|
8
|
-
aws: "aws";
|
|
9
8
|
gcp: "gcp";
|
|
9
|
+
aws: "aws";
|
|
10
10
|
azure: "azure";
|
|
11
11
|
}>;
|
|
12
12
|
embed: z.ZodObject<{
|
|
@@ -55,7 +55,7 @@ declare const PineconeCreateIndexForModelOutput: z.ZodObject<{
|
|
|
55
55
|
}, z.core.$loose>;
|
|
56
56
|
declare const pineconeCreateIndexForModel: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
57
57
|
name: string;
|
|
58
|
-
cloud: "
|
|
58
|
+
cloud: "gcp" | "aws" | "azure";
|
|
59
59
|
embed: {
|
|
60
60
|
model: string;
|
|
61
61
|
metric: "cosine" | "euclidean" | "dotproduct";
|
|
@@ -5,8 +5,8 @@ declare const PineconeCreateIndexForModelInput: z.ZodObject<{
|
|
|
5
5
|
name: z.ZodString;
|
|
6
6
|
tags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7
7
|
cloud: z.ZodEnum<{
|
|
8
|
-
aws: "aws";
|
|
9
8
|
gcp: "gcp";
|
|
9
|
+
aws: "aws";
|
|
10
10
|
azure: "azure";
|
|
11
11
|
}>;
|
|
12
12
|
embed: z.ZodObject<{
|
|
@@ -55,7 +55,7 @@ declare const PineconeCreateIndexForModelOutput: z.ZodObject<{
|
|
|
55
55
|
}, z.core.$loose>;
|
|
56
56
|
declare const pineconeCreateIndexForModel: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
57
57
|
name: string;
|
|
58
|
-
cloud: "
|
|
58
|
+
cloud: "gcp" | "aws" | "azure";
|
|
59
59
|
embed: {
|
|
60
60
|
model: string;
|
|
61
61
|
metric: "cosine" | "euclidean" | "dotproduct";
|
|
@@ -14,8 +14,8 @@ declare const PineconeCreateIndexInput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$strip>>;
|
|
15
15
|
serverless: z.ZodOptional<z.ZodObject<{
|
|
16
16
|
cloud: z.ZodEnum<{
|
|
17
|
-
aws: "aws";
|
|
18
17
|
gcp: "gcp";
|
|
18
|
+
aws: "aws";
|
|
19
19
|
azure: "azure";
|
|
20
20
|
}>;
|
|
21
21
|
region: z.ZodString;
|
|
@@ -61,7 +61,7 @@ declare const pineconeCreateIndex: import("@keystrokehq/action").WorkflowActionD
|
|
|
61
61
|
source_collection?: string | undefined;
|
|
62
62
|
} | undefined;
|
|
63
63
|
serverless?: {
|
|
64
|
-
cloud: "
|
|
64
|
+
cloud: "gcp" | "aws" | "azure";
|
|
65
65
|
region: string;
|
|
66
66
|
} | undefined;
|
|
67
67
|
};
|
|
@@ -14,8 +14,8 @@ declare const PineconeCreateIndexInput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$strip>>;
|
|
15
15
|
serverless: z.ZodOptional<z.ZodObject<{
|
|
16
16
|
cloud: z.ZodEnum<{
|
|
17
|
-
aws: "aws";
|
|
18
17
|
gcp: "gcp";
|
|
18
|
+
aws: "aws";
|
|
19
19
|
azure: "azure";
|
|
20
20
|
}>;
|
|
21
21
|
region: z.ZodString;
|
|
@@ -61,7 +61,7 @@ declare const pineconeCreateIndex: import("@keystrokehq/action").WorkflowActionD
|
|
|
61
61
|
source_collection?: string | undefined;
|
|
62
62
|
} | undefined;
|
|
63
63
|
serverless?: {
|
|
64
|
-
cloud: "
|
|
64
|
+
cloud: "gcp" | "aws" | "azure";
|
|
65
65
|
region: string;
|
|
66
66
|
} | undefined;
|
|
67
67
|
};
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const pineconeCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/pinecone",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Pinecone API key from the Pinecone console"
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pineconeCatalog = {\n \"slug\": \"pinecone\",\n \"name\": \"Pinecone\",\n \"description\": \"Long-term Memory for AI. The Pinecone vector database makes it easy to build high-performance vector search applications. Developer-friendly, fully managed, and easily scalable without infrastructure hassles.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/pinecone\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pineconeCatalog = {\n \"slug\": \"pinecone\",\n \"name\": \"Pinecone\",\n \"description\": \"Long-term Memory for AI. The Pinecone vector database makes it easy to build high-performance vector search applications. Developer-friendly, fully managed, and easily scalable without infrastructure hassles.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/pinecone\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Pinecone API key from the Pinecone console\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const pineconeCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Pinecone API key from the Pinecone console";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const pineconeCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Pinecone API key from the Pinecone console";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const pineconeCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/pinecone",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Pinecone API key from the Pinecone console"
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pineconeCatalog = {\n \"slug\": \"pinecone\",\n \"name\": \"Pinecone\",\n \"description\": \"Long-term Memory for AI. The Pinecone vector database makes it easy to build high-performance vector search applications. Developer-friendly, fully managed, and easily scalable without infrastructure hassles.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/pinecone\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pineconeCatalog = {\n \"slug\": \"pinecone\",\n \"name\": \"Pinecone\",\n \"description\": \"Long-term Memory for AI. The Pinecone vector database makes it easy to build high-performance vector search applications. Developer-friendly, fully managed, and easily scalable without infrastructure hassles.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/pinecone\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Pinecone API key from the Pinecone console\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|