@keystrokehq/pinecone 0.1.0

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.
Files changed (418) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/cancel-bulk-import.cjs +19 -0
  7. package/dist/actions/cancel-bulk-import.cjs.map +1 -0
  8. package/dist/actions/cancel-bulk-import.d.cts +9 -0
  9. package/dist/actions/cancel-bulk-import.d.cts.map +1 -0
  10. package/dist/actions/cancel-bulk-import.d.mts +9 -0
  11. package/dist/actions/cancel-bulk-import.d.mts.map +1 -0
  12. package/dist/actions/cancel-bulk-import.mjs +16 -0
  13. package/dist/actions/cancel-bulk-import.mjs.map +1 -0
  14. package/dist/actions/chat-assistant.cjs +71 -0
  15. package/dist/actions/chat-assistant.cjs.map +1 -0
  16. package/dist/actions/chat-assistant.d.cts +9 -0
  17. package/dist/actions/chat-assistant.d.cts.map +1 -0
  18. package/dist/actions/chat-assistant.d.mts +9 -0
  19. package/dist/actions/chat-assistant.d.mts.map +1 -0
  20. package/dist/actions/chat-assistant.mjs +70 -0
  21. package/dist/actions/chat-assistant.mjs.map +1 -0
  22. package/dist/actions/chat-completion-assistant.cjs +46 -0
  23. package/dist/actions/chat-completion-assistant.cjs.map +1 -0
  24. package/dist/actions/chat-completion-assistant.d.cts +9 -0
  25. package/dist/actions/chat-completion-assistant.d.cts.map +1 -0
  26. package/dist/actions/chat-completion-assistant.d.mts +9 -0
  27. package/dist/actions/chat-completion-assistant.d.mts.map +1 -0
  28. package/dist/actions/chat-completion-assistant.mjs +45 -0
  29. package/dist/actions/chat-completion-assistant.mjs.map +1 -0
  30. package/dist/actions/configure-index.cjs +45 -0
  31. package/dist/actions/configure-index.cjs.map +1 -0
  32. package/dist/actions/configure-index.d.cts +9 -0
  33. package/dist/actions/configure-index.d.cts.map +1 -0
  34. package/dist/actions/configure-index.d.mts +9 -0
  35. package/dist/actions/configure-index.d.mts.map +1 -0
  36. package/dist/actions/configure-index.mjs +44 -0
  37. package/dist/actions/configure-index.mjs.map +1 -0
  38. package/dist/actions/create-assistant.cjs +36 -0
  39. package/dist/actions/create-assistant.cjs.map +1 -0
  40. package/dist/actions/create-assistant.d.cts +9 -0
  41. package/dist/actions/create-assistant.d.cts.map +1 -0
  42. package/dist/actions/create-assistant.d.mts +9 -0
  43. package/dist/actions/create-assistant.d.mts.map +1 -0
  44. package/dist/actions/create-assistant.mjs +35 -0
  45. package/dist/actions/create-assistant.mjs.map +1 -0
  46. package/dist/actions/create-backup.cjs +32 -0
  47. package/dist/actions/create-backup.cjs.map +1 -0
  48. package/dist/actions/create-backup.d.cts +9 -0
  49. package/dist/actions/create-backup.d.cts.map +1 -0
  50. package/dist/actions/create-backup.d.mts +9 -0
  51. package/dist/actions/create-backup.d.mts.map +1 -0
  52. package/dist/actions/create-backup.mjs +29 -0
  53. package/dist/actions/create-backup.mjs.map +1 -0
  54. package/dist/actions/create-index-for-model.cjs +65 -0
  55. package/dist/actions/create-index-for-model.cjs.map +1 -0
  56. package/dist/actions/create-index-for-model.d.cts +9 -0
  57. package/dist/actions/create-index-for-model.d.cts.map +1 -0
  58. package/dist/actions/create-index-for-model.d.mts +9 -0
  59. package/dist/actions/create-index-for-model.d.mts.map +1 -0
  60. package/dist/actions/create-index-for-model.mjs +64 -0
  61. package/dist/actions/create-index-for-model.mjs.map +1 -0
  62. package/dist/actions/create-index-from-backup.cjs +24 -0
  63. package/dist/actions/create-index-from-backup.cjs.map +1 -0
  64. package/dist/actions/create-index-from-backup.d.cts +9 -0
  65. package/dist/actions/create-index-from-backup.d.cts.map +1 -0
  66. package/dist/actions/create-index-from-backup.d.mts +9 -0
  67. package/dist/actions/create-index-from-backup.d.mts.map +1 -0
  68. package/dist/actions/create-index-from-backup.mjs +21 -0
  69. package/dist/actions/create-index-from-backup.mjs.map +1 -0
  70. package/dist/actions/create-index.cjs +57 -0
  71. package/dist/actions/create-index.cjs.map +1 -0
  72. package/dist/actions/create-index.d.cts +9 -0
  73. package/dist/actions/create-index.d.cts.map +1 -0
  74. package/dist/actions/create-index.d.mts +9 -0
  75. package/dist/actions/create-index.d.mts.map +1 -0
  76. package/dist/actions/create-index.mjs +56 -0
  77. package/dist/actions/create-index.mjs.map +1 -0
  78. package/dist/actions/create-namespace.cjs +26 -0
  79. package/dist/actions/create-namespace.cjs.map +1 -0
  80. package/dist/actions/create-namespace.d.cts +9 -0
  81. package/dist/actions/create-namespace.d.cts.map +1 -0
  82. package/dist/actions/create-namespace.d.mts +9 -0
  83. package/dist/actions/create-namespace.d.mts.map +1 -0
  84. package/dist/actions/create-namespace.mjs +25 -0
  85. package/dist/actions/create-namespace.mjs.map +1 -0
  86. package/dist/actions/delete-assistant.cjs +19 -0
  87. package/dist/actions/delete-assistant.cjs.map +1 -0
  88. package/dist/actions/delete-assistant.d.cts +9 -0
  89. package/dist/actions/delete-assistant.d.cts.map +1 -0
  90. package/dist/actions/delete-assistant.d.mts +9 -0
  91. package/dist/actions/delete-assistant.d.mts.map +1 -0
  92. package/dist/actions/delete-assistant.mjs +16 -0
  93. package/dist/actions/delete-assistant.mjs.map +1 -0
  94. package/dist/actions/delete-backup.cjs +19 -0
  95. package/dist/actions/delete-backup.cjs.map +1 -0
  96. package/dist/actions/delete-backup.d.cts +9 -0
  97. package/dist/actions/delete-backup.d.cts.map +1 -0
  98. package/dist/actions/delete-backup.d.mts +9 -0
  99. package/dist/actions/delete-backup.d.mts.map +1 -0
  100. package/dist/actions/delete-backup.mjs +16 -0
  101. package/dist/actions/delete-backup.mjs.map +1 -0
  102. package/dist/actions/delete-file.cjs +23 -0
  103. package/dist/actions/delete-file.cjs.map +1 -0
  104. package/dist/actions/delete-file.d.cts +9 -0
  105. package/dist/actions/delete-file.d.cts.map +1 -0
  106. package/dist/actions/delete-file.d.mts +9 -0
  107. package/dist/actions/delete-file.d.mts.map +1 -0
  108. package/dist/actions/delete-file.mjs +20 -0
  109. package/dist/actions/delete-file.mjs.map +1 -0
  110. package/dist/actions/delete-index.cjs +19 -0
  111. package/dist/actions/delete-index.cjs.map +1 -0
  112. package/dist/actions/delete-index.d.cts +9 -0
  113. package/dist/actions/delete-index.d.cts.map +1 -0
  114. package/dist/actions/delete-index.d.mts +9 -0
  115. package/dist/actions/delete-index.d.mts.map +1 -0
  116. package/dist/actions/delete-index.mjs +16 -0
  117. package/dist/actions/delete-index.mjs.map +1 -0
  118. package/dist/actions/delete-namespace.cjs +19 -0
  119. package/dist/actions/delete-namespace.cjs.map +1 -0
  120. package/dist/actions/delete-namespace.d.cts +9 -0
  121. package/dist/actions/delete-namespace.d.cts.map +1 -0
  122. package/dist/actions/delete-namespace.d.mts +9 -0
  123. package/dist/actions/delete-namespace.d.mts.map +1 -0
  124. package/dist/actions/delete-namespace.mjs +16 -0
  125. package/dist/actions/delete-namespace.mjs.map +1 -0
  126. package/dist/actions/delete-vectors.cjs +22 -0
  127. package/dist/actions/delete-vectors.cjs.map +1 -0
  128. package/dist/actions/delete-vectors.d.cts +9 -0
  129. package/dist/actions/delete-vectors.d.cts.map +1 -0
  130. package/dist/actions/delete-vectors.d.mts +9 -0
  131. package/dist/actions/delete-vectors.d.mts.map +1 -0
  132. package/dist/actions/delete-vectors.mjs +19 -0
  133. package/dist/actions/delete-vectors.mjs.map +1 -0
  134. package/dist/actions/describe-backup.cjs +34 -0
  135. package/dist/actions/describe-backup.cjs.map +1 -0
  136. package/dist/actions/describe-backup.d.cts +9 -0
  137. package/dist/actions/describe-backup.d.cts.map +1 -0
  138. package/dist/actions/describe-backup.d.mts +9 -0
  139. package/dist/actions/describe-backup.d.mts.map +1 -0
  140. package/dist/actions/describe-backup.mjs +33 -0
  141. package/dist/actions/describe-backup.mjs.map +1 -0
  142. package/dist/actions/describe-bulk-import.cjs +28 -0
  143. package/dist/actions/describe-bulk-import.cjs.map +1 -0
  144. package/dist/actions/describe-bulk-import.d.cts +9 -0
  145. package/dist/actions/describe-bulk-import.d.cts.map +1 -0
  146. package/dist/actions/describe-bulk-import.d.mts +9 -0
  147. package/dist/actions/describe-bulk-import.d.mts.map +1 -0
  148. package/dist/actions/describe-bulk-import.mjs +25 -0
  149. package/dist/actions/describe-bulk-import.mjs.map +1 -0
  150. package/dist/actions/describe-file.cjs +33 -0
  151. package/dist/actions/describe-file.cjs.map +1 -0
  152. package/dist/actions/describe-file.d.cts +9 -0
  153. package/dist/actions/describe-file.d.cts.map +1 -0
  154. package/dist/actions/describe-file.d.mts +9 -0
  155. package/dist/actions/describe-file.d.mts.map +1 -0
  156. package/dist/actions/describe-file.mjs +30 -0
  157. package/dist/actions/describe-file.mjs.map +1 -0
  158. package/dist/actions/describe-index-stats.cjs +28 -0
  159. package/dist/actions/describe-index-stats.cjs.map +1 -0
  160. package/dist/actions/describe-index-stats.d.cts +9 -0
  161. package/dist/actions/describe-index-stats.d.cts.map +1 -0
  162. package/dist/actions/describe-index-stats.d.mts +9 -0
  163. package/dist/actions/describe-index-stats.d.mts.map +1 -0
  164. package/dist/actions/describe-index-stats.mjs +25 -0
  165. package/dist/actions/describe-index-stats.mjs.map +1 -0
  166. package/dist/actions/describe-index.cjs +62 -0
  167. package/dist/actions/describe-index.cjs.map +1 -0
  168. package/dist/actions/describe-index.d.cts +9 -0
  169. package/dist/actions/describe-index.d.cts.map +1 -0
  170. package/dist/actions/describe-index.d.mts +9 -0
  171. package/dist/actions/describe-index.d.mts.map +1 -0
  172. package/dist/actions/describe-index.mjs +61 -0
  173. package/dist/actions/describe-index.mjs.map +1 -0
  174. package/dist/actions/describe-namespace.cjs +26 -0
  175. package/dist/actions/describe-namespace.cjs.map +1 -0
  176. package/dist/actions/describe-namespace.d.cts +9 -0
  177. package/dist/actions/describe-namespace.d.cts.map +1 -0
  178. package/dist/actions/describe-namespace.d.mts +9 -0
  179. package/dist/actions/describe-namespace.d.mts.map +1 -0
  180. package/dist/actions/describe-namespace.mjs +25 -0
  181. package/dist/actions/describe-namespace.mjs.map +1 -0
  182. package/dist/actions/describe-restore-job.cjs +25 -0
  183. package/dist/actions/describe-restore-job.cjs.map +1 -0
  184. package/dist/actions/describe-restore-job.d.cts +9 -0
  185. package/dist/actions/describe-restore-job.d.cts.map +1 -0
  186. package/dist/actions/describe-restore-job.d.mts +9 -0
  187. package/dist/actions/describe-restore-job.d.mts.map +1 -0
  188. package/dist/actions/describe-restore-job.mjs +22 -0
  189. package/dist/actions/describe-restore-job.mjs.map +1 -0
  190. package/dist/actions/embed.cjs +38 -0
  191. package/dist/actions/embed.cjs.map +1 -0
  192. package/dist/actions/embed.d.cts +9 -0
  193. package/dist/actions/embed.d.cts.map +1 -0
  194. package/dist/actions/embed.d.mts +9 -0
  195. package/dist/actions/embed.d.mts.map +1 -0
  196. package/dist/actions/embed.mjs +37 -0
  197. package/dist/actions/embed.mjs.map +1 -0
  198. package/dist/actions/fetch-vectors.cjs +25 -0
  199. package/dist/actions/fetch-vectors.cjs.map +1 -0
  200. package/dist/actions/fetch-vectors.d.cts +9 -0
  201. package/dist/actions/fetch-vectors.d.cts.map +1 -0
  202. package/dist/actions/fetch-vectors.d.mts +9 -0
  203. package/dist/actions/fetch-vectors.d.mts.map +1 -0
  204. package/dist/actions/fetch-vectors.mjs +24 -0
  205. package/dist/actions/fetch-vectors.mjs.map +1 -0
  206. package/dist/actions/get-assistant.cjs +27 -0
  207. package/dist/actions/get-assistant.cjs.map +1 -0
  208. package/dist/actions/get-assistant.d.cts +9 -0
  209. package/dist/actions/get-assistant.d.cts.map +1 -0
  210. package/dist/actions/get-assistant.d.mts +9 -0
  211. package/dist/actions/get-assistant.d.mts.map +1 -0
  212. package/dist/actions/get-assistant.mjs +24 -0
  213. package/dist/actions/get-assistant.mjs.map +1 -0
  214. package/dist/actions/get-model.cjs +52 -0
  215. package/dist/actions/get-model.cjs.map +1 -0
  216. package/dist/actions/get-model.d.cts +9 -0
  217. package/dist/actions/get-model.d.cts.map +1 -0
  218. package/dist/actions/get-model.d.mts +9 -0
  219. package/dist/actions/get-model.d.mts.map +1 -0
  220. package/dist/actions/get-model.mjs +51 -0
  221. package/dist/actions/get-model.mjs.map +1 -0
  222. package/dist/actions/index.cjs +97 -0
  223. package/dist/actions/index.d.cts +49 -0
  224. package/dist/actions/index.d.mts +49 -0
  225. package/dist/actions/index.mjs +49 -0
  226. package/dist/actions/list-assistants.cjs +32 -0
  227. package/dist/actions/list-assistants.cjs.map +1 -0
  228. package/dist/actions/list-assistants.d.cts +9 -0
  229. package/dist/actions/list-assistants.d.cts.map +1 -0
  230. package/dist/actions/list-assistants.d.mts +9 -0
  231. package/dist/actions/list-assistants.d.mts.map +1 -0
  232. package/dist/actions/list-assistants.mjs +31 -0
  233. package/dist/actions/list-assistants.mjs.map +1 -0
  234. package/dist/actions/list-bulk-imports.cjs +34 -0
  235. package/dist/actions/list-bulk-imports.cjs.map +1 -0
  236. package/dist/actions/list-bulk-imports.d.cts +9 -0
  237. package/dist/actions/list-bulk-imports.d.cts.map +1 -0
  238. package/dist/actions/list-bulk-imports.d.mts +9 -0
  239. package/dist/actions/list-bulk-imports.d.mts.map +1 -0
  240. package/dist/actions/list-bulk-imports.mjs +33 -0
  241. package/dist/actions/list-bulk-imports.mjs.map +1 -0
  242. package/dist/actions/list-collections.cjs +24 -0
  243. package/dist/actions/list-collections.cjs.map +1 -0
  244. package/dist/actions/list-collections.d.cts +9 -0
  245. package/dist/actions/list-collections.d.cts.map +1 -0
  246. package/dist/actions/list-collections.d.mts +9 -0
  247. package/dist/actions/list-collections.d.mts.map +1 -0
  248. package/dist/actions/list-collections.mjs +23 -0
  249. package/dist/actions/list-collections.mjs.map +1 -0
  250. package/dist/actions/list-files.cjs +39 -0
  251. package/dist/actions/list-files.cjs.map +1 -0
  252. package/dist/actions/list-files.d.cts +9 -0
  253. package/dist/actions/list-files.d.cts.map +1 -0
  254. package/dist/actions/list-files.d.mts +9 -0
  255. package/dist/actions/list-files.d.mts.map +1 -0
  256. package/dist/actions/list-files.mjs +38 -0
  257. package/dist/actions/list-files.mjs.map +1 -0
  258. package/dist/actions/list-index-backups.cjs +43 -0
  259. package/dist/actions/list-index-backups.cjs.map +1 -0
  260. package/dist/actions/list-index-backups.d.cts +9 -0
  261. package/dist/actions/list-index-backups.d.cts.map +1 -0
  262. package/dist/actions/list-index-backups.d.mts +9 -0
  263. package/dist/actions/list-index-backups.d.mts.map +1 -0
  264. package/dist/actions/list-index-backups.mjs +42 -0
  265. package/dist/actions/list-index-backups.mjs.map +1 -0
  266. package/dist/actions/list-indexes.cjs +49 -0
  267. package/dist/actions/list-indexes.cjs.map +1 -0
  268. package/dist/actions/list-indexes.d.cts +9 -0
  269. package/dist/actions/list-indexes.d.cts.map +1 -0
  270. package/dist/actions/list-indexes.d.mts +9 -0
  271. package/dist/actions/list-indexes.d.mts.map +1 -0
  272. package/dist/actions/list-indexes.mjs +48 -0
  273. package/dist/actions/list-indexes.mjs.map +1 -0
  274. package/dist/actions/list-models.cjs +42 -0
  275. package/dist/actions/list-models.cjs.map +1 -0
  276. package/dist/actions/list-models.d.cts +9 -0
  277. package/dist/actions/list-models.d.cts.map +1 -0
  278. package/dist/actions/list-models.d.mts +9 -0
  279. package/dist/actions/list-models.d.mts.map +1 -0
  280. package/dist/actions/list-models.mjs +41 -0
  281. package/dist/actions/list-models.mjs.map +1 -0
  282. package/dist/actions/list-namespaces-operation.cjs +35 -0
  283. package/dist/actions/list-namespaces-operation.cjs.map +1 -0
  284. package/dist/actions/list-namespaces-operation.d.cts +9 -0
  285. package/dist/actions/list-namespaces-operation.d.cts.map +1 -0
  286. package/dist/actions/list-namespaces-operation.d.mts +9 -0
  287. package/dist/actions/list-namespaces-operation.d.mts.map +1 -0
  288. package/dist/actions/list-namespaces-operation.mjs +34 -0
  289. package/dist/actions/list-namespaces-operation.mjs.map +1 -0
  290. package/dist/actions/list-project-backups.cjs +41 -0
  291. package/dist/actions/list-project-backups.cjs.map +1 -0
  292. package/dist/actions/list-project-backups.d.cts +9 -0
  293. package/dist/actions/list-project-backups.d.cts.map +1 -0
  294. package/dist/actions/list-project-backups.d.mts +9 -0
  295. package/dist/actions/list-project-backups.d.mts.map +1 -0
  296. package/dist/actions/list-project-backups.mjs +40 -0
  297. package/dist/actions/list-project-backups.mjs.map +1 -0
  298. package/dist/actions/list-restore-jobs.cjs +33 -0
  299. package/dist/actions/list-restore-jobs.cjs.map +1 -0
  300. package/dist/actions/list-restore-jobs.d.cts +9 -0
  301. package/dist/actions/list-restore-jobs.d.cts.map +1 -0
  302. package/dist/actions/list-restore-jobs.d.mts +9 -0
  303. package/dist/actions/list-restore-jobs.d.mts.map +1 -0
  304. package/dist/actions/list-restore-jobs.mjs +32 -0
  305. package/dist/actions/list-restore-jobs.mjs.map +1 -0
  306. package/dist/actions/list-vectors.cjs +30 -0
  307. package/dist/actions/list-vectors.cjs.map +1 -0
  308. package/dist/actions/list-vectors.d.cts +9 -0
  309. package/dist/actions/list-vectors.d.cts.map +1 -0
  310. package/dist/actions/list-vectors.d.mts +9 -0
  311. package/dist/actions/list-vectors.d.mts.map +1 -0
  312. package/dist/actions/list-vectors.mjs +29 -0
  313. package/dist/actions/list-vectors.mjs.map +1 -0
  314. package/dist/actions/query-vectors.cjs +45 -0
  315. package/dist/actions/query-vectors.cjs.map +1 -0
  316. package/dist/actions/query-vectors.d.cts +9 -0
  317. package/dist/actions/query-vectors.d.cts.map +1 -0
  318. package/dist/actions/query-vectors.d.mts +9 -0
  319. package/dist/actions/query-vectors.d.mts.map +1 -0
  320. package/dist/actions/query-vectors.mjs +44 -0
  321. package/dist/actions/query-vectors.mjs.map +1 -0
  322. package/dist/actions/rerank.cjs +37 -0
  323. package/dist/actions/rerank.cjs.map +1 -0
  324. package/dist/actions/rerank.d.cts +9 -0
  325. package/dist/actions/rerank.d.cts.map +1 -0
  326. package/dist/actions/rerank.d.mts +9 -0
  327. package/dist/actions/rerank.d.mts.map +1 -0
  328. package/dist/actions/rerank.mjs +36 -0
  329. package/dist/actions/rerank.mjs.map +1 -0
  330. package/dist/actions/retrieve-context-assistant.cjs +50 -0
  331. package/dist/actions/retrieve-context-assistant.cjs.map +1 -0
  332. package/dist/actions/retrieve-context-assistant.d.cts +9 -0
  333. package/dist/actions/retrieve-context-assistant.d.cts.map +1 -0
  334. package/dist/actions/retrieve-context-assistant.d.mts +9 -0
  335. package/dist/actions/retrieve-context-assistant.d.mts.map +1 -0
  336. package/dist/actions/retrieve-context-assistant.mjs +49 -0
  337. package/dist/actions/retrieve-context-assistant.mjs.map +1 -0
  338. package/dist/actions/search-records-namespace.cjs +56 -0
  339. package/dist/actions/search-records-namespace.cjs.map +1 -0
  340. package/dist/actions/search-records-namespace.d.cts +9 -0
  341. package/dist/actions/search-records-namespace.d.cts.map +1 -0
  342. package/dist/actions/search-records-namespace.d.mts +9 -0
  343. package/dist/actions/search-records-namespace.d.mts.map +1 -0
  344. package/dist/actions/search-records-namespace.mjs +55 -0
  345. package/dist/actions/search-records-namespace.mjs.map +1 -0
  346. package/dist/actions/start-bulk-import.cjs +21 -0
  347. package/dist/actions/start-bulk-import.cjs.map +1 -0
  348. package/dist/actions/start-bulk-import.d.cts +9 -0
  349. package/dist/actions/start-bulk-import.d.cts.map +1 -0
  350. package/dist/actions/start-bulk-import.d.mts +9 -0
  351. package/dist/actions/start-bulk-import.d.mts.map +1 -0
  352. package/dist/actions/start-bulk-import.mjs +18 -0
  353. package/dist/actions/start-bulk-import.mjs.map +1 -0
  354. package/dist/actions/update-assistant.cjs +25 -0
  355. package/dist/actions/update-assistant.cjs.map +1 -0
  356. package/dist/actions/update-assistant.d.cts +9 -0
  357. package/dist/actions/update-assistant.d.cts.map +1 -0
  358. package/dist/actions/update-assistant.d.mts +9 -0
  359. package/dist/actions/update-assistant.d.mts.map +1 -0
  360. package/dist/actions/update-assistant.mjs +22 -0
  361. package/dist/actions/update-assistant.mjs.map +1 -0
  362. package/dist/actions/update-vector.cjs +28 -0
  363. package/dist/actions/update-vector.cjs.map +1 -0
  364. package/dist/actions/update-vector.d.cts +9 -0
  365. package/dist/actions/update-vector.d.cts.map +1 -0
  366. package/dist/actions/update-vector.d.mts +9 -0
  367. package/dist/actions/update-vector.d.mts.map +1 -0
  368. package/dist/actions/update-vector.mjs +25 -0
  369. package/dist/actions/update-vector.mjs.map +1 -0
  370. package/dist/actions/upload-file.cjs +42 -0
  371. package/dist/actions/upload-file.cjs.map +1 -0
  372. package/dist/actions/upload-file.d.cts +9 -0
  373. package/dist/actions/upload-file.d.cts.map +1 -0
  374. package/dist/actions/upload-file.d.mts +9 -0
  375. package/dist/actions/upload-file.d.mts.map +1 -0
  376. package/dist/actions/upload-file.mjs +39 -0
  377. package/dist/actions/upload-file.mjs.map +1 -0
  378. package/dist/actions/upsert-records-namespace.cjs +24 -0
  379. package/dist/actions/upsert-records-namespace.cjs.map +1 -0
  380. package/dist/actions/upsert-records-namespace.d.cts +9 -0
  381. package/dist/actions/upsert-records-namespace.d.cts.map +1 -0
  382. package/dist/actions/upsert-records-namespace.d.mts +9 -0
  383. package/dist/actions/upsert-records-namespace.d.mts.map +1 -0
  384. package/dist/actions/upsert-records-namespace.mjs +21 -0
  385. package/dist/actions/upsert-records-namespace.mjs.map +1 -0
  386. package/dist/actions/upsert-vectors.cjs +28 -0
  387. package/dist/actions/upsert-vectors.cjs.map +1 -0
  388. package/dist/actions/upsert-vectors.d.cts +9 -0
  389. package/dist/actions/upsert-vectors.d.cts.map +1 -0
  390. package/dist/actions/upsert-vectors.d.mts +9 -0
  391. package/dist/actions/upsert-vectors.d.mts.map +1 -0
  392. package/dist/actions/upsert-vectors.mjs +25 -0
  393. package/dist/actions/upsert-vectors.mjs.map +1 -0
  394. package/dist/app.cjs +9 -0
  395. package/dist/app.cjs.map +1 -0
  396. package/dist/app.d.cts +5 -0
  397. package/dist/app.d.cts.map +1 -0
  398. package/dist/app.d.mts +5 -0
  399. package/dist/app.d.mts.map +1 -0
  400. package/dist/app.mjs +10 -0
  401. package/dist/app.mjs.map +1 -0
  402. package/dist/catalog.cjs +15 -0
  403. package/dist/catalog.cjs.map +1 -0
  404. package/dist/catalog.d.cts +14 -0
  405. package/dist/catalog.d.cts.map +1 -0
  406. package/dist/catalog.d.mts +14 -0
  407. package/dist/catalog.d.mts.map +1 -0
  408. package/dist/catalog.mjs +15 -0
  409. package/dist/catalog.mjs.map +1 -0
  410. package/dist/execute.cjs +18 -0
  411. package/dist/execute.cjs.map +1 -0
  412. package/dist/execute.mjs +18 -0
  413. package/dist/execute.mjs.map +1 -0
  414. package/dist/index.cjs +102 -0
  415. package/dist/index.d.cts +51 -0
  416. package/dist/index.d.mts +51 -0
  417. package/dist/index.mjs +52 -0
  418. package/package.json +49 -0
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pineconeDescribeFile = action("PINECONE_DESCRIBE_FILE", {
4
+ slug: "pinecone-describe-file",
5
+ name: "Describe File",
6
+ description: "Tool to get the status and metadata of a file uploaded to a Pinecone assistant. Use when you need to check file processing status, retrieve file metadata, or get a temporary signed URL for accessing the file contents.",
7
+ input: z.object({
8
+ api_version: z.string().default("2025-10").describe("Date-based version header for the Pinecone API.").optional(),
9
+ include_url: z.string().describe("Set to 'true' to include the signed URL of the file in the response. The signed URL provides temporary, read-only access to the underlying file.").optional(),
10
+ assistant_host: z.string().describe("The host URL of the assistant. This is typically in the format 'prod-1-data.ke.pinecone.io' or similar."),
11
+ assistant_name: z.string().describe("The name of the assistant to which the file was uploaded."),
12
+ assistant_file_id: z.string().describe("The UUID of the file to describe.")
13
+ }).describe("Request parameters for describing a file uploaded to a Pinecone assistant."),
14
+ output: z.object({
15
+ id: z.string().describe("The unique UUID identifier of the file."),
16
+ name: z.string().describe("The name of the uploaded file."),
17
+ status: z.string().describe("The current state of the uploaded file. Possible values: 'Processing' (file is being processed), 'Available' (processing completed successfully), 'Deleting' (deletion initiated), 'ProcessingFailed' (processing failed with error). Note: Once deleted, the API returns 404 instead of a file object.").nullable().optional(),
18
+ metadata: z.object({}).describe("Custom metadata associated with the file.").nullable().optional(),
19
+ created_on: z.string().describe("Timestamp when the file was created (ISO 8601 format).").nullable().optional(),
20
+ multimodal: z.boolean().describe("Indicates whether the file was processed as multimodal.").nullable().optional(),
21
+ signed_url: z.string().describe("A signed URL that provides temporary, read-only access to the underlying file. Anyone with the link can access the file, so treat it as sensitive data. Expires after a short time. Only present if include_url was set to 'true'.").nullable().optional(),
22
+ updated_on: z.string().describe("Timestamp when the file was last updated (ISO 8601 format).").nullable().optional(),
23
+ percent_done: z.number().describe("The percentage of the file that has been processed (0.0 to 100.0).").nullable().optional(),
24
+ error_message: z.string().describe("A message describing any error during file processing. Only provided if an error occurs.").nullable().optional()
25
+ }).describe("Response containing the status and metadata of an uploaded file.")
26
+ });
27
+ //#endregion
28
+ export { pineconeDescribeFile };
29
+
30
+ //# sourceMappingURL=describe-file.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-file.mjs","names":[],"sources":["../../src/actions/describe-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeFileInput: z.ZodTypeAny = z.object({\n api_version: z.string().default(\"2025-10\").describe(\"Date-based version header for the Pinecone API.\").optional(),\n include_url: z.string().describe(\"Set to 'true' to include the signed URL of the file in the response. The signed URL provides temporary, read-only access to the underlying file.\").optional(),\n assistant_host: z.string().describe(\"The host URL of the assistant. This is typically in the format 'prod-1-data.ke.pinecone.io' or similar.\"),\n assistant_name: z.string().describe(\"The name of the assistant to which the file was uploaded.\"),\n assistant_file_id: z.string().describe(\"The UUID of the file to describe.\"),\n}).describe(\"Request parameters for describing a file uploaded to a Pinecone assistant.\");\nexport const PineconeDescribeFileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique UUID identifier of the file.\"),\n name: z.string().describe(\"The name of the uploaded file.\"),\n status: z.string().describe(\"The current state of the uploaded file. Possible values: 'Processing' (file is being processed), 'Available' (processing completed successfully), 'Deleting' (deletion initiated), 'ProcessingFailed' (processing failed with error). Note: Once deleted, the API returns 404 instead of a file object.\").nullable().optional(),\n metadata: z.object({}).describe(\"Custom metadata associated with the file.\").nullable().optional(),\n created_on: z.string().describe(\"Timestamp when the file was created (ISO 8601 format).\").nullable().optional(),\n multimodal: z.boolean().describe(\"Indicates whether the file was processed as multimodal.\").nullable().optional(),\n signed_url: z.string().describe(\"A signed URL that provides temporary, read-only access to the underlying file. Anyone with the link can access the file, so treat it as sensitive data. Expires after a short time. Only present if include_url was set to 'true'.\").nullable().optional(),\n updated_on: z.string().describe(\"Timestamp when the file was last updated (ISO 8601 format).\").nullable().optional(),\n percent_done: z.number().describe(\"The percentage of the file that has been processed (0.0 to 100.0).\").nullable().optional(),\n error_message: z.string().describe(\"A message describing any error during file processing. Only provided if an error occurs.\").nullable().optional(),\n}).describe(\"Response containing the status and metadata of an uploaded file.\");\n\nexport const pineconeDescribeFile = action(\"PINECONE_DESCRIBE_FILE\", {\n slug: \"pinecone-describe-file\",\n name: \"Describe File\",\n description: \"Tool to get the status and metadata of a file uploaded to a Pinecone assistant. Use when you need to check file processing status, retrieve file metadata, or get a temporary signed URL for accessing the file contents.\",\n input: PineconeDescribeFileInput,\n output: PineconeDescribeFileOutput,\n});\n"],"mappings":";;AAwBA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxBqD,EAAE,OAAO;EAC9D,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EAChH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kJAAkJ,CAAC,CAAC,SAAS;EAC9L,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG;EAC7I,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC/F,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC5E,CAAC,CAAC,CAAC,SAAS,4EAkBH;CACP,QAlBsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,ySAAyS,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3V,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oOAAoO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1R,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/describe-index-stats.ts
4
+ const PineconeDescribeIndexStatsInput = zod.z.object({
5
+ filter: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Metadata filter expression to get stats for only vectors matching the filter. Only supported on pod-based indexes. Serverless and starter indexes do not support this parameter.").optional(),
6
+ index_host: zod.z.string().describe("The host URL of the index to get stats for (e.g., 'index-name-xxx.svc.region.pinecone.io'). Get this from the list_indexes response.")
7
+ }).describe("Request model for getting index statistics.");
8
+ const PineconeDescribeIndexStatsOutput = zod.z.object({
9
+ metric: zod.z.string().describe("Similarity measurement metric (e.g., 'cosine')").nullable().optional(),
10
+ dimension: zod.z.number().int().describe("Vector dimension (not specified for sparse indexes)").nullable().optional(),
11
+ namespaces: zod.z.object({}).describe("Maps each namespace name to a NamespaceSummary object containing vector count").nullable().optional(),
12
+ vectorType: zod.z.string().describe("Type of vectors stored (e.g., 'dense')").nullable().optional(),
13
+ indexFullness: zod.z.number().describe("Index fullness percentage (0-1), relevant only for pod-based indexes").nullable().optional(),
14
+ memory_fullness: zod.z.number().describe("Memory usage for dedicated indexes").nullable().optional(),
15
+ storage_fullness: zod.z.number().describe("Storage usage for dedicated indexes").nullable().optional(),
16
+ totalVectorCount: zod.z.number().int().describe("Total number of vectors across all namespaces").nullable().optional()
17
+ }).describe("Response model for index statistics including vector count, dimensions, and fullness.");
18
+ const pineconeDescribeIndexStats = require_action.action("PINECONE_DESCRIBE_INDEX_STATS", {
19
+ slug: "pinecone-describe-index-stats",
20
+ name: "Describe Index Stats",
21
+ description: "Tool to get index statistics including vector count per namespace, dimensions, and fullness. Use when you need to understand the contents and status of an index.",
22
+ input: PineconeDescribeIndexStatsInput,
23
+ output: PineconeDescribeIndexStatsOutput
24
+ });
25
+ //#endregion
26
+ exports.pineconeDescribeIndexStats = pineconeDescribeIndexStats;
27
+
28
+ //# sourceMappingURL=describe-index-stats.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-index-stats.cjs","names":["z","action"],"sources":["../../src/actions/describe-index-stats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeIndexStatsInput: z.ZodTypeAny = z.object({\n filter: z.record(z.string(), z.unknown()).describe(\"Metadata filter expression to get stats for only vectors matching the filter. Only supported on pod-based indexes. Serverless and starter indexes do not support this parameter.\").optional(),\n index_host: z.string().describe(\"The host URL of the index to get stats for (e.g., 'index-name-xxx.svc.region.pinecone.io'). Get this from the list_indexes response.\"),\n}).describe(\"Request model for getting index statistics.\");\nexport const PineconeDescribeIndexStatsOutput: z.ZodTypeAny = z.object({\n metric: z.string().describe(\"Similarity measurement metric (e.g., 'cosine')\").nullable().optional(),\n dimension: z.number().int().describe(\"Vector dimension (not specified for sparse indexes)\").nullable().optional(),\n namespaces: z.object({}).describe(\"Maps each namespace name to a NamespaceSummary object containing vector count\").nullable().optional(),\n vectorType: z.string().describe(\"Type of vectors stored (e.g., 'dense')\").nullable().optional(),\n indexFullness: z.number().describe(\"Index fullness percentage (0-1), relevant only for pod-based indexes\").nullable().optional(),\n memory_fullness: z.number().describe(\"Memory usage for dedicated indexes\").nullable().optional(),\n storage_fullness: z.number().describe(\"Storage usage for dedicated indexes\").nullable().optional(),\n totalVectorCount: z.number().int().describe(\"Total number of vectors across all namespaces\").nullable().optional(),\n}).describe(\"Response model for index statistics including vector count, dimensions, and fullness.\");\n\nexport const pineconeDescribeIndexStats = action(\"PINECONE_DESCRIBE_INDEX_STATS\", {\n slug: \"pinecone-describe-index-stats\",\n name: \"Describe Index Stats\",\n description: \"Tool to get index statistics including vector count per namespace, dimensions, and fullness. Use when you need to understand the contents and status of an index.\",\n input: PineconeDescribeIndexStatsInput,\n output: PineconeDescribeIndexStatsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kLAAkL,CAAC,CAAC,SAAS;CAChP,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI;AACxK,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,uFAAuF;AAEnG,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-index-stats.d.ts
4
+ declare const PineconeDescribeIndexStatsInput: z.ZodTypeAny;
5
+ declare const PineconeDescribeIndexStatsOutput: z.ZodTypeAny;
6
+ declare const pineconeDescribeIndexStats: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeDescribeIndexStats };
9
+ //# sourceMappingURL=describe-index-stats.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-index-stats.d.cts","names":[],"sources":["../../src/actions/describe-index-stats.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGU;AAAA,cAC7C,gCAAA,EAAkC,CAAA,CAAE,UASmD;AAAA,cAEvF,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-index-stats.d.ts
4
+ declare const PineconeDescribeIndexStatsInput: z.ZodTypeAny;
5
+ declare const PineconeDescribeIndexStatsOutput: z.ZodTypeAny;
6
+ declare const pineconeDescribeIndexStats: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeDescribeIndexStats };
9
+ //# sourceMappingURL=describe-index-stats.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-index-stats.d.mts","names":[],"sources":["../../src/actions/describe-index-stats.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGU;AAAA,cAC7C,gCAAA,EAAkC,CAAA,CAAE,UASmD;AAAA,cAEvF,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pineconeDescribeIndexStats = action("PINECONE_DESCRIBE_INDEX_STATS", {
4
+ slug: "pinecone-describe-index-stats",
5
+ name: "Describe Index Stats",
6
+ description: "Tool to get index statistics including vector count per namespace, dimensions, and fullness. Use when you need to understand the contents and status of an index.",
7
+ input: z.object({
8
+ filter: z.record(z.string(), z.unknown()).describe("Metadata filter expression to get stats for only vectors matching the filter. Only supported on pod-based indexes. Serverless and starter indexes do not support this parameter.").optional(),
9
+ index_host: z.string().describe("The host URL of the index to get stats for (e.g., 'index-name-xxx.svc.region.pinecone.io'). Get this from the list_indexes response.")
10
+ }).describe("Request model for getting index statistics."),
11
+ output: z.object({
12
+ metric: z.string().describe("Similarity measurement metric (e.g., 'cosine')").nullable().optional(),
13
+ dimension: z.number().int().describe("Vector dimension (not specified for sparse indexes)").nullable().optional(),
14
+ namespaces: z.object({}).describe("Maps each namespace name to a NamespaceSummary object containing vector count").nullable().optional(),
15
+ vectorType: z.string().describe("Type of vectors stored (e.g., 'dense')").nullable().optional(),
16
+ indexFullness: z.number().describe("Index fullness percentage (0-1), relevant only for pod-based indexes").nullable().optional(),
17
+ memory_fullness: z.number().describe("Memory usage for dedicated indexes").nullable().optional(),
18
+ storage_fullness: z.number().describe("Storage usage for dedicated indexes").nullable().optional(),
19
+ totalVectorCount: z.number().int().describe("Total number of vectors across all namespaces").nullable().optional()
20
+ }).describe("Response model for index statistics including vector count, dimensions, and fullness.")
21
+ });
22
+ //#endregion
23
+ export { pineconeDescribeIndexStats };
24
+
25
+ //# sourceMappingURL=describe-index-stats.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-index-stats.mjs","names":[],"sources":["../../src/actions/describe-index-stats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeIndexStatsInput: z.ZodTypeAny = z.object({\n filter: z.record(z.string(), z.unknown()).describe(\"Metadata filter expression to get stats for only vectors matching the filter. Only supported on pod-based indexes. Serverless and starter indexes do not support this parameter.\").optional(),\n index_host: z.string().describe(\"The host URL of the index to get stats for (e.g., 'index-name-xxx.svc.region.pinecone.io'). Get this from the list_indexes response.\"),\n}).describe(\"Request model for getting index statistics.\");\nexport const PineconeDescribeIndexStatsOutput: z.ZodTypeAny = z.object({\n metric: z.string().describe(\"Similarity measurement metric (e.g., 'cosine')\").nullable().optional(),\n dimension: z.number().int().describe(\"Vector dimension (not specified for sparse indexes)\").nullable().optional(),\n namespaces: z.object({}).describe(\"Maps each namespace name to a NamespaceSummary object containing vector count\").nullable().optional(),\n vectorType: z.string().describe(\"Type of vectors stored (e.g., 'dense')\").nullable().optional(),\n indexFullness: z.number().describe(\"Index fullness percentage (0-1), relevant only for pod-based indexes\").nullable().optional(),\n memory_fullness: z.number().describe(\"Memory usage for dedicated indexes\").nullable().optional(),\n storage_fullness: z.number().describe(\"Storage usage for dedicated indexes\").nullable().optional(),\n totalVectorCount: z.number().int().describe(\"Total number of vectors across all namespaces\").nullable().optional(),\n}).describe(\"Response model for index statistics including vector count, dimensions, and fullness.\");\n\nexport const pineconeDescribeIndexStats = action(\"PINECONE_DESCRIBE_INDEX_STATS\", {\n slug: \"pinecone-describe-index-stats\",\n name: \"Describe Index Stats\",\n description: \"Tool to get index statistics including vector count per namespace, dimensions, and fullness. Use when you need to understand the contents and status of an index.\",\n input: PineconeDescribeIndexStatsInput,\n output: PineconeDescribeIndexStatsOutput,\n});\n"],"mappings":";;AAmBA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB2D,EAAE,OAAO;EACpE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kLAAkL,CAAC,CAAC,SAAS;EAChP,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI;CACxK,CAAC,CAAC,CAAC,SAAS,6CAgBH;CACP,QAhB4D,EAAE,OAAO;EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/H,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,uFAOF;AACV,CAAC"}
@@ -0,0 +1,62 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/describe-index.ts
4
+ const PineconeDescribeIndexInput = zod.z.object({
5
+ index_name: zod.z.string().describe("The name of the index to describe."),
6
+ api_version: zod.z.string().default("2025-10").describe("Date-based version header for the Pinecone API.").optional()
7
+ }).describe("Request parameters for describing a Pinecone index.");
8
+ const PineconeDescribeIndex_PodSpecSchema = zod.z.object({
9
+ pods: zod.z.number().int().describe("Number of pods."),
10
+ shards: zod.z.number().int().describe("Number of shards."),
11
+ pod_type: zod.z.string().describe("Type of pod."),
12
+ replicas: zod.z.number().int().describe("Number of replicas."),
13
+ environment: zod.z.string().describe("Deployment environment."),
14
+ metadata_config: zod.z.object({}).describe("Metadata configuration.").nullable().optional(),
15
+ source_collection: zod.z.string().describe("Source collection name.").nullable().optional()
16
+ }).describe("Pod-based deployment specification.");
17
+ const PineconeDescribeIndex_ServerlessSpecSchema = zod.z.object({
18
+ cloud: zod.z.string().describe("Cloud provider."),
19
+ region: zod.z.string().describe("Cloud region.")
20
+ }).describe("Serverless deployment specification.");
21
+ const PineconeDescribeIndex_IndexSpecSchema = zod.z.object({
22
+ pod: PineconeDescribeIndex_PodSpecSchema.nullable().optional(),
23
+ serverless: PineconeDescribeIndex_ServerlessSpecSchema.nullable().optional()
24
+ }).describe("Deployment specification for an index.");
25
+ const PineconeDescribeIndex_EmbedFieldMapSchema = zod.z.object({
26
+ input_field: zod.z.string().describe("Name of the field containing text to embed.").nullable().optional(),
27
+ metadata_fields: zod.z.array(zod.z.string()).describe("List of metadata field names to include.").nullable().optional()
28
+ }).describe("Field mapping for integrated embedding.");
29
+ const PineconeDescribeIndex_EmbedConfigSchema = zod.z.object({
30
+ read: zod.z.boolean().describe("Whether to use embeddings for read operations.").nullable().optional(),
31
+ model: zod.z.string().describe("Name of the embedding model."),
32
+ write: zod.z.boolean().describe("Whether to use embeddings for write operations.").nullable().optional(),
33
+ field_map: PineconeDescribeIndex_EmbedFieldMapSchema.nullable().optional()
34
+ }).describe("Configuration for integrated embedding and inference.");
35
+ const PineconeDescribeIndex_IndexStatusSchema = zod.z.object({
36
+ ready: zod.z.boolean().describe("Whether the index is operational."),
37
+ state: zod.z.string().describe("Current condition of the index (e.g., Initializing, Ready, ScalingUp, ScalingDown, Terminating).")
38
+ }).describe("Current state of the index.");
39
+ const PineconeDescribeIndexOutput = zod.z.object({
40
+ host: zod.z.string().describe("Hosted URL address of the index."),
41
+ name: zod.z.string().describe("Index name, 1-45 chars, alphanumeric/hyphens only."),
42
+ spec: PineconeDescribeIndex_IndexSpecSchema.nullable().optional(),
43
+ tags: zod.z.object({}).describe("Custom metadata key-value pairs.").nullable().optional(),
44
+ embed: PineconeDescribeIndex_EmbedConfigSchema.nullable().optional(),
45
+ metric: zod.z.string().describe("Distance metric: 'cosine', 'euclidean', or 'dotproduct'."),
46
+ status: PineconeDescribeIndex_IndexStatusSchema.nullable(),
47
+ dimension: zod.z.number().int().describe("Vector dimensions, range 1-20000."),
48
+ vector_type: zod.z.string().describe("Vector type: 'dense' or 'sparse' (default: 'dense').").nullable().optional(),
49
+ private_host: zod.z.string().describe("Private endpoint URL if configured.").nullable().optional(),
50
+ deletion_protection: zod.z.string().describe("Protection status for deletion.").nullable().optional()
51
+ }).describe("Response containing full index configuration including host and integrated embedding settings.");
52
+ const pineconeDescribeIndex = require_action.action("PINECONE_DESCRIBE_INDEX", {
53
+ slug: "pinecone-describe-index",
54
+ name: "Describe Index",
55
+ description: "Tool to retrieve full Pinecone index configuration including host and integrated embedding settings. Use when you need to check if an index has integrated inference (embed config) to avoid 'Integrated inference is not configured' errors by choosing the appropriate search method.",
56
+ input: PineconeDescribeIndexInput,
57
+ output: PineconeDescribeIndexOutput
58
+ });
59
+ //#endregion
60
+ exports.pineconeDescribeIndex = pineconeDescribeIndex;
61
+
62
+ //# sourceMappingURL=describe-index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-index.cjs","names":["z","action"],"sources":["../../src/actions/describe-index.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeIndexInput: z.ZodTypeAny = z.object({\n index_name: z.string().describe(\"The name of the index to describe.\"),\n api_version: z.string().default(\"2025-10\").describe(\"Date-based version header for the Pinecone API.\").optional(),\n}).describe(\"Request parameters for describing a Pinecone index.\");\nconst PineconeDescribeIndex_PodSpecSchema: z.ZodTypeAny = z.object({\n pods: z.number().int().describe(\"Number of pods.\"),\n shards: z.number().int().describe(\"Number of shards.\"),\n pod_type: z.string().describe(\"Type of pod.\"),\n replicas: z.number().int().describe(\"Number of replicas.\"),\n environment: z.string().describe(\"Deployment environment.\"),\n metadata_config: z.object({}).describe(\"Metadata configuration.\").nullable().optional(),\n source_collection: z.string().describe(\"Source collection name.\").nullable().optional(),\n}).describe(\"Pod-based deployment specification.\");\nconst PineconeDescribeIndex_ServerlessSpecSchema: z.ZodTypeAny = z.object({\n cloud: z.string().describe(\"Cloud provider.\"),\n region: z.string().describe(\"Cloud region.\"),\n}).describe(\"Serverless deployment specification.\");\nconst PineconeDescribeIndex_IndexSpecSchema: z.ZodTypeAny = z.object({\n pod: PineconeDescribeIndex_PodSpecSchema.nullable().optional(),\n serverless: PineconeDescribeIndex_ServerlessSpecSchema.nullable().optional(),\n}).describe(\"Deployment specification for an index.\");\nconst PineconeDescribeIndex_EmbedFieldMapSchema: z.ZodTypeAny = z.object({\n input_field: z.string().describe(\"Name of the field containing text to embed.\").nullable().optional(),\n metadata_fields: z.array(z.string()).describe(\"List of metadata field names to include.\").nullable().optional(),\n}).describe(\"Field mapping for integrated embedding.\");\nconst PineconeDescribeIndex_EmbedConfigSchema: z.ZodTypeAny = z.object({\n read: z.boolean().describe(\"Whether to use embeddings for read operations.\").nullable().optional(),\n model: z.string().describe(\"Name of the embedding model.\"),\n write: z.boolean().describe(\"Whether to use embeddings for write operations.\").nullable().optional(),\n field_map: PineconeDescribeIndex_EmbedFieldMapSchema.nullable().optional(),\n}).describe(\"Configuration for integrated embedding and inference.\");\nconst PineconeDescribeIndex_IndexStatusSchema: z.ZodTypeAny = z.object({\n ready: z.boolean().describe(\"Whether the index is operational.\"),\n state: z.string().describe(\"Current condition of the index (e.g., Initializing, Ready, ScalingUp, ScalingDown, Terminating).\"),\n}).describe(\"Current state of the index.\");\nexport const PineconeDescribeIndexOutput: z.ZodTypeAny = z.object({\n host: z.string().describe(\"Hosted URL address of the index.\"),\n name: z.string().describe(\"Index name, 1-45 chars, alphanumeric/hyphens only.\"),\n spec: PineconeDescribeIndex_IndexSpecSchema.nullable().optional(),\n tags: z.object({}).describe(\"Custom metadata key-value pairs.\").nullable().optional(),\n embed: PineconeDescribeIndex_EmbedConfigSchema.nullable().optional(),\n metric: z.string().describe(\"Distance metric: 'cosine', 'euclidean', or 'dotproduct'.\"),\n status: PineconeDescribeIndex_IndexStatusSchema.nullable(),\n dimension: z.number().int().describe(\"Vector dimensions, range 1-20000.\"),\n vector_type: z.string().describe(\"Vector type: 'dense' or 'sparse' (default: 'dense').\").nullable().optional(),\n private_host: z.string().describe(\"Private endpoint URL if configured.\").nullable().optional(),\n deletion_protection: z.string().describe(\"Protection status for deletion.\").nullable().optional(),\n}).describe(\"Response containing full index configuration including host and integrated embedding settings.\");\n\nexport const pineconeDescribeIndex = action(\"PINECONE_DESCRIBE_INDEX\", {\n slug: \"pinecone-describe-index\",\n name: \"Describe Index\",\n description: \"Tool to retrieve full Pinecone index configuration including host and integrated embedding settings. Use when you need to check if an index has integrated inference (embed config) to avoid 'Integrated inference is not configured' errors by choosing the appropriate search method.\",\n input: PineconeDescribeIndexInput,\n output: PineconeDescribeIndexOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-index.d.ts
4
+ declare const PineconeDescribeIndexInput: z.ZodTypeAny;
5
+ declare const PineconeDescribeIndexOutput: z.ZodTypeAny;
6
+ declare const pineconeDescribeIndex: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeDescribeIndex };
9
+ //# sourceMappingURL=describe-index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-index.d.cts","names":[],"sources":["../../src/actions/describe-index.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGuB;AAAA,cAgCrD,2BAAA,EAA6B,CAAA,CAAE,UAYiE;AAAA,cAEhG,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-index.d.ts
4
+ declare const PineconeDescribeIndexInput: z.ZodTypeAny;
5
+ declare const PineconeDescribeIndexOutput: z.ZodTypeAny;
6
+ declare const pineconeDescribeIndex: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeDescribeIndex };
9
+ //# sourceMappingURL=describe-index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-index.d.mts","names":[],"sources":["../../src/actions/describe-index.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGuB;AAAA,cAgCrD,2BAAA,EAA6B,CAAA,CAAE,UAYiE;AAAA,cAEhG,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,61 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/describe-index.ts
4
+ const PineconeDescribeIndexInput = z.object({
5
+ index_name: z.string().describe("The name of the index to describe."),
6
+ api_version: z.string().default("2025-10").describe("Date-based version header for the Pinecone API.").optional()
7
+ }).describe("Request parameters for describing a Pinecone index.");
8
+ const PineconeDescribeIndex_PodSpecSchema = z.object({
9
+ pods: z.number().int().describe("Number of pods."),
10
+ shards: z.number().int().describe("Number of shards."),
11
+ pod_type: z.string().describe("Type of pod."),
12
+ replicas: z.number().int().describe("Number of replicas."),
13
+ environment: z.string().describe("Deployment environment."),
14
+ metadata_config: z.object({}).describe("Metadata configuration.").nullable().optional(),
15
+ source_collection: z.string().describe("Source collection name.").nullable().optional()
16
+ }).describe("Pod-based deployment specification.");
17
+ const PineconeDescribeIndex_ServerlessSpecSchema = z.object({
18
+ cloud: z.string().describe("Cloud provider."),
19
+ region: z.string().describe("Cloud region.")
20
+ }).describe("Serverless deployment specification.");
21
+ const PineconeDescribeIndex_IndexSpecSchema = z.object({
22
+ pod: PineconeDescribeIndex_PodSpecSchema.nullable().optional(),
23
+ serverless: PineconeDescribeIndex_ServerlessSpecSchema.nullable().optional()
24
+ }).describe("Deployment specification for an index.");
25
+ const PineconeDescribeIndex_EmbedFieldMapSchema = z.object({
26
+ input_field: z.string().describe("Name of the field containing text to embed.").nullable().optional(),
27
+ metadata_fields: z.array(z.string()).describe("List of metadata field names to include.").nullable().optional()
28
+ }).describe("Field mapping for integrated embedding.");
29
+ const PineconeDescribeIndex_EmbedConfigSchema = z.object({
30
+ read: z.boolean().describe("Whether to use embeddings for read operations.").nullable().optional(),
31
+ model: z.string().describe("Name of the embedding model."),
32
+ write: z.boolean().describe("Whether to use embeddings for write operations.").nullable().optional(),
33
+ field_map: PineconeDescribeIndex_EmbedFieldMapSchema.nullable().optional()
34
+ }).describe("Configuration for integrated embedding and inference.");
35
+ const PineconeDescribeIndex_IndexStatusSchema = z.object({
36
+ ready: z.boolean().describe("Whether the index is operational."),
37
+ state: z.string().describe("Current condition of the index (e.g., Initializing, Ready, ScalingUp, ScalingDown, Terminating).")
38
+ }).describe("Current state of the index.");
39
+ const pineconeDescribeIndex = action("PINECONE_DESCRIBE_INDEX", {
40
+ slug: "pinecone-describe-index",
41
+ name: "Describe Index",
42
+ description: "Tool to retrieve full Pinecone index configuration including host and integrated embedding settings. Use when you need to check if an index has integrated inference (embed config) to avoid 'Integrated inference is not configured' errors by choosing the appropriate search method.",
43
+ input: PineconeDescribeIndexInput,
44
+ output: z.object({
45
+ host: z.string().describe("Hosted URL address of the index."),
46
+ name: z.string().describe("Index name, 1-45 chars, alphanumeric/hyphens only."),
47
+ spec: PineconeDescribeIndex_IndexSpecSchema.nullable().optional(),
48
+ tags: z.object({}).describe("Custom metadata key-value pairs.").nullable().optional(),
49
+ embed: PineconeDescribeIndex_EmbedConfigSchema.nullable().optional(),
50
+ metric: z.string().describe("Distance metric: 'cosine', 'euclidean', or 'dotproduct'."),
51
+ status: PineconeDescribeIndex_IndexStatusSchema.nullable(),
52
+ dimension: z.number().int().describe("Vector dimensions, range 1-20000."),
53
+ vector_type: z.string().describe("Vector type: 'dense' or 'sparse' (default: 'dense').").nullable().optional(),
54
+ private_host: z.string().describe("Private endpoint URL if configured.").nullable().optional(),
55
+ deletion_protection: z.string().describe("Protection status for deletion.").nullable().optional()
56
+ }).describe("Response containing full index configuration including host and integrated embedding settings.")
57
+ });
58
+ //#endregion
59
+ export { pineconeDescribeIndex };
60
+
61
+ //# sourceMappingURL=describe-index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-index.mjs","names":[],"sources":["../../src/actions/describe-index.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeIndexInput: z.ZodTypeAny = z.object({\n index_name: z.string().describe(\"The name of the index to describe.\"),\n api_version: z.string().default(\"2025-10\").describe(\"Date-based version header for the Pinecone API.\").optional(),\n}).describe(\"Request parameters for describing a Pinecone index.\");\nconst PineconeDescribeIndex_PodSpecSchema: z.ZodTypeAny = z.object({\n pods: z.number().int().describe(\"Number of pods.\"),\n shards: z.number().int().describe(\"Number of shards.\"),\n pod_type: z.string().describe(\"Type of pod.\"),\n replicas: z.number().int().describe(\"Number of replicas.\"),\n environment: z.string().describe(\"Deployment environment.\"),\n metadata_config: z.object({}).describe(\"Metadata configuration.\").nullable().optional(),\n source_collection: z.string().describe(\"Source collection name.\").nullable().optional(),\n}).describe(\"Pod-based deployment specification.\");\nconst PineconeDescribeIndex_ServerlessSpecSchema: z.ZodTypeAny = z.object({\n cloud: z.string().describe(\"Cloud provider.\"),\n region: z.string().describe(\"Cloud region.\"),\n}).describe(\"Serverless deployment specification.\");\nconst PineconeDescribeIndex_IndexSpecSchema: z.ZodTypeAny = z.object({\n pod: PineconeDescribeIndex_PodSpecSchema.nullable().optional(),\n serverless: PineconeDescribeIndex_ServerlessSpecSchema.nullable().optional(),\n}).describe(\"Deployment specification for an index.\");\nconst PineconeDescribeIndex_EmbedFieldMapSchema: z.ZodTypeAny = z.object({\n input_field: z.string().describe(\"Name of the field containing text to embed.\").nullable().optional(),\n metadata_fields: z.array(z.string()).describe(\"List of metadata field names to include.\").nullable().optional(),\n}).describe(\"Field mapping for integrated embedding.\");\nconst PineconeDescribeIndex_EmbedConfigSchema: z.ZodTypeAny = z.object({\n read: z.boolean().describe(\"Whether to use embeddings for read operations.\").nullable().optional(),\n model: z.string().describe(\"Name of the embedding model.\"),\n write: z.boolean().describe(\"Whether to use embeddings for write operations.\").nullable().optional(),\n field_map: PineconeDescribeIndex_EmbedFieldMapSchema.nullable().optional(),\n}).describe(\"Configuration for integrated embedding and inference.\");\nconst PineconeDescribeIndex_IndexStatusSchema: z.ZodTypeAny = z.object({\n ready: z.boolean().describe(\"Whether the index is operational.\"),\n state: z.string().describe(\"Current condition of the index (e.g., Initializing, Ready, ScalingUp, ScalingDown, Terminating).\"),\n}).describe(\"Current state of the index.\");\nexport const PineconeDescribeIndexOutput: z.ZodTypeAny = z.object({\n host: z.string().describe(\"Hosted URL address of the index.\"),\n name: z.string().describe(\"Index name, 1-45 chars, alphanumeric/hyphens only.\"),\n spec: PineconeDescribeIndex_IndexSpecSchema.nullable().optional(),\n tags: z.object({}).describe(\"Custom metadata key-value pairs.\").nullable().optional(),\n embed: PineconeDescribeIndex_EmbedConfigSchema.nullable().optional(),\n metric: z.string().describe(\"Distance metric: 'cosine', 'euclidean', or 'dotproduct'.\"),\n status: PineconeDescribeIndex_IndexStatusSchema.nullable(),\n dimension: z.number().int().describe(\"Vector dimensions, range 1-20000.\"),\n vector_type: z.string().describe(\"Vector type: 'dense' or 'sparse' (default: 'dense').\").nullable().optional(),\n private_host: z.string().describe(\"Private endpoint URL if configured.\").nullable().optional(),\n deletion_protection: z.string().describe(\"Protection status for deletion.\").nullable().optional(),\n}).describe(\"Response containing full index configuration including host and integrated embedding settings.\");\n\nexport const pineconeDescribeIndex = action(\"PINECONE_DESCRIBE_INDEX\", {\n slug: \"pinecone-describe-index\",\n name: \"Describe Index\",\n description: \"Tool to retrieve full Pinecone index configuration including host and integrated embedding settings. Use when you need to check if an index has integrated inference (embed config) to avoid 'Integrated inference is not configured' errors by choosing the appropriate search method.\",\n input: PineconeDescribeIndexInput,\n output: PineconeDescribeIndexOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/describe-namespace.ts
4
+ const PineconeDescribeNamespaceInput = zod.z.object({
5
+ namespace: zod.z.string().describe("The namespace to describe."),
6
+ index_host: zod.z.string().describe("The host URL of the serverless index containing the namespace. Can be obtained from the list indexes operation.")
7
+ }).describe("Request model for describing a namespace in a serverless index.");
8
+ const PineconeDescribeNamespace_NamespaceSchemaSchema = zod.z.object({ fields: zod.z.object({}).describe("A map of metadata field names to their configuration. The field name must be a valid metadata field name and must be unique.") }).describe("Schema for the behavior of Pinecone's internal metadata index.");
9
+ const PineconeDescribeNamespace_IndexedFieldsSchema = zod.z.object({ fields: zod.z.array(zod.z.string()).describe("List of all indexed metadata field names in the namespace").nullable().optional() }).describe("Contains indexed metadata field information.");
10
+ const PineconeDescribeNamespaceOutput = zod.z.object({
11
+ name: zod.z.string().describe("The name of the namespace").nullable().optional(),
12
+ schema: PineconeDescribeNamespace_NamespaceSchemaSchema.nullable().optional(),
13
+ record_count: zod.z.number().int().describe("The total amount of records within the namespace").nullable().optional(),
14
+ indexed_fields: PineconeDescribeNamespace_IndexedFieldsSchema.nullable().optional()
15
+ }).describe("Response model for namespace description, including name, record count, and indexed fields.");
16
+ const pineconeDescribeNamespace = require_action.action("PINECONE_DESCRIBE_NAMESPACE", {
17
+ slug: "pinecone-describe-namespace",
18
+ name: "Describe Namespace",
19
+ description: "Tool to describe a namespace in a serverless index, including the total number of vectors. Use when you need to get metadata about a namespace such as record count and indexed fields.",
20
+ input: PineconeDescribeNamespaceInput,
21
+ output: PineconeDescribeNamespaceOutput
22
+ });
23
+ //#endregion
24
+ exports.pineconeDescribeNamespace = pineconeDescribeNamespace;
25
+
26
+ //# sourceMappingURL=describe-namespace.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-namespace.cjs","names":["z","action"],"sources":["../../src/actions/describe-namespace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeNamespaceInput: z.ZodTypeAny = z.object({\n namespace: z.string().describe(\"The namespace to describe.\"),\n index_host: z.string().describe(\"The host URL of the serverless index containing the namespace. Can be obtained from the list indexes operation.\"),\n}).describe(\"Request model for describing a namespace in a serverless index.\");\nconst PineconeDescribeNamespace_NamespaceSchemaSchema: z.ZodTypeAny = z.object({\n fields: z.object({}).describe(\"A map of metadata field names to their configuration. The field name must be a valid metadata field name and must be unique.\"),\n}).describe(\"Schema for the behavior of Pinecone's internal metadata index.\");\nconst PineconeDescribeNamespace_IndexedFieldsSchema: z.ZodTypeAny = z.object({\n fields: z.array(z.string()).describe(\"List of all indexed metadata field names in the namespace\").nullable().optional(),\n}).describe(\"Contains indexed metadata field information.\");\nexport const PineconeDescribeNamespaceOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the namespace\").nullable().optional(),\n schema: PineconeDescribeNamespace_NamespaceSchemaSchema.nullable().optional(),\n record_count: z.number().int().describe(\"The total amount of records within the namespace\").nullable().optional(),\n indexed_fields: PineconeDescribeNamespace_IndexedFieldsSchema.nullable().optional(),\n}).describe(\"Response model for namespace description, including name, record count, and indexed fields.\");\n\nexport const pineconeDescribeNamespace = action(\"PINECONE_DESCRIBE_NAMESPACE\", {\n slug: \"pinecone-describe-namespace\",\n name: \"Describe Namespace\",\n description: \"Tool to describe a namespace in a serverless index, including the total number of vectors. Use when you need to get metadata about a namespace such as record count and indexed fields.\",\n input: PineconeDescribeNamespaceInput,\n output: PineconeDescribeNamespaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH;AACnJ,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,kDAAgEA,IAAAA,EAAE,OAAO,EAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8HAA8H,EAC9J,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,gDAA8DA,IAAAA,EAAE,OAAO,EAC3E,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQ,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,gBAAgB,8CAA8C,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,6FAA6F;AAEzG,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-namespace.d.ts
4
+ declare const PineconeDescribeNamespaceInput: z.ZodTypeAny;
5
+ declare const PineconeDescribeNamespaceOutput: z.ZodTypeAny;
6
+ declare const pineconeDescribeNamespace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeDescribeNamespace };
9
+ //# sourceMappingURL=describe-namespace.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-namespace.d.cts","names":[],"sources":["../../src/actions/describe-namespace.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG+B;AAAA,cAOjE,+BAAA,EAAiC,CAAA,CAAE,UAK0D;AAAA,cAE7F,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-namespace.d.ts
4
+ declare const PineconeDescribeNamespaceInput: z.ZodTypeAny;
5
+ declare const PineconeDescribeNamespaceOutput: z.ZodTypeAny;
6
+ declare const pineconeDescribeNamespace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeDescribeNamespace };
9
+ //# sourceMappingURL=describe-namespace.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-namespace.d.mts","names":[],"sources":["../../src/actions/describe-namespace.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG+B;AAAA,cAOjE,+BAAA,EAAiC,CAAA,CAAE,UAK0D;AAAA,cAE7F,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/describe-namespace.ts
4
+ const PineconeDescribeNamespaceInput = z.object({
5
+ namespace: z.string().describe("The namespace to describe."),
6
+ index_host: z.string().describe("The host URL of the serverless index containing the namespace. Can be obtained from the list indexes operation.")
7
+ }).describe("Request model for describing a namespace in a serverless index.");
8
+ const PineconeDescribeNamespace_NamespaceSchemaSchema = z.object({ fields: z.object({}).describe("A map of metadata field names to their configuration. The field name must be a valid metadata field name and must be unique.") }).describe("Schema for the behavior of Pinecone's internal metadata index.");
9
+ const PineconeDescribeNamespace_IndexedFieldsSchema = z.object({ fields: z.array(z.string()).describe("List of all indexed metadata field names in the namespace").nullable().optional() }).describe("Contains indexed metadata field information.");
10
+ const pineconeDescribeNamespace = action("PINECONE_DESCRIBE_NAMESPACE", {
11
+ slug: "pinecone-describe-namespace",
12
+ name: "Describe Namespace",
13
+ description: "Tool to describe a namespace in a serverless index, including the total number of vectors. Use when you need to get metadata about a namespace such as record count and indexed fields.",
14
+ input: PineconeDescribeNamespaceInput,
15
+ output: z.object({
16
+ name: z.string().describe("The name of the namespace").nullable().optional(),
17
+ schema: PineconeDescribeNamespace_NamespaceSchemaSchema.nullable().optional(),
18
+ record_count: z.number().int().describe("The total amount of records within the namespace").nullable().optional(),
19
+ indexed_fields: PineconeDescribeNamespace_IndexedFieldsSchema.nullable().optional()
20
+ }).describe("Response model for namespace description, including name, record count, and indexed fields.")
21
+ });
22
+ //#endregion
23
+ export { pineconeDescribeNamespace };
24
+
25
+ //# sourceMappingURL=describe-namespace.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-namespace.mjs","names":[],"sources":["../../src/actions/describe-namespace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeNamespaceInput: z.ZodTypeAny = z.object({\n namespace: z.string().describe(\"The namespace to describe.\"),\n index_host: z.string().describe(\"The host URL of the serverless index containing the namespace. Can be obtained from the list indexes operation.\"),\n}).describe(\"Request model for describing a namespace in a serverless index.\");\nconst PineconeDescribeNamespace_NamespaceSchemaSchema: z.ZodTypeAny = z.object({\n fields: z.object({}).describe(\"A map of metadata field names to their configuration. The field name must be a valid metadata field name and must be unique.\"),\n}).describe(\"Schema for the behavior of Pinecone's internal metadata index.\");\nconst PineconeDescribeNamespace_IndexedFieldsSchema: z.ZodTypeAny = z.object({\n fields: z.array(z.string()).describe(\"List of all indexed metadata field names in the namespace\").nullable().optional(),\n}).describe(\"Contains indexed metadata field information.\");\nexport const PineconeDescribeNamespaceOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the namespace\").nullable().optional(),\n schema: PineconeDescribeNamespace_NamespaceSchemaSchema.nullable().optional(),\n record_count: z.number().int().describe(\"The total amount of records within the namespace\").nullable().optional(),\n indexed_fields: PineconeDescribeNamespace_IndexedFieldsSchema.nullable().optional(),\n}).describe(\"Response model for namespace description, including name, record count, and indexed fields.\");\n\nexport const pineconeDescribeNamespace = action(\"PINECONE_DESCRIBE_NAMESPACE\", {\n slug: \"pinecone-describe-namespace\",\n name: \"Describe Namespace\",\n description: \"Tool to describe a namespace in a serverless index, including the total number of vectors. Use when you need to get metadata about a namespace such as record count and indexed fields.\",\n input: PineconeDescribeNamespaceInput,\n output: PineconeDescribeNamespaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH;AACnJ,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,kDAAgE,EAAE,OAAO,EAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8HAA8H,EAC9J,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,gDAA8D,EAAE,OAAO,EAC3E,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAQ1D,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZ2D,EAAE,OAAO;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,QAAQ,gDAAgD,SAAS,CAAC,CAAC,SAAS;EAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,gBAAgB,8CAA8C,SAAS,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,SAAS,6FAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/describe-restore-job.ts
4
+ const PineconeDescribeRestoreJobInput = zod.z.object({ job_id: zod.z.string().describe("The ID of the restore job to describe.") }).describe("Request model for describing a restore job.");
5
+ const PineconeDescribeRestoreJobOutput = zod.z.object({
6
+ status: zod.z.string().describe("Current status of the restore job (e.g., 'Initializing', 'Completed', 'Failed')."),
7
+ backup_id: zod.z.string().describe("ID of the backup being restored."),
8
+ created_at: zod.z.string().describe("Timestamp when the restore job was initiated."),
9
+ completed_at: zod.z.string().describe("Timestamp when restoration finished.").nullable().optional(),
10
+ restore_job_id: zod.z.string().describe("Unique identifier for the restore job."),
11
+ target_index_id: zod.z.string().describe("ID of the created index."),
12
+ percent_complete: zod.z.number().int().describe("Progress percentage (0-100). May be absent for pending jobs.").nullable().optional(),
13
+ target_index_name: zod.z.string().describe("Name of the index created from the backup.")
14
+ }).describe("Response model for restore job details.");
15
+ const pineconeDescribeRestoreJob = require_action.action("PINECONE_DESCRIBE_RESTORE_JOB", {
16
+ slug: "pinecone-describe-restore-job",
17
+ name: "Describe Restore Job",
18
+ description: "Tool to get detailed information about a specific restore job in Pinecone. Use when you need to check the status, progress, or metadata of a restore operation.",
19
+ input: PineconeDescribeRestoreJobInput,
20
+ output: PineconeDescribeRestoreJobOutput
21
+ });
22
+ //#endregion
23
+ exports.pineconeDescribeRestoreJob = pineconeDescribeRestoreJob;
24
+
25
+ //# sourceMappingURL=describe-restore-job.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-restore-job.cjs","names":["z","action"],"sources":["../../src/actions/describe-restore-job.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeRestoreJobInput: z.ZodTypeAny = z.object({\n job_id: z.string().describe(\"The ID of the restore job to describe.\"),\n}).describe(\"Request model for describing a restore job.\");\nexport const PineconeDescribeRestoreJobOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Current status of the restore job (e.g., 'Initializing', 'Completed', 'Failed').\"),\n backup_id: z.string().describe(\"ID of the backup being restored.\"),\n created_at: z.string().describe(\"Timestamp when the restore job was initiated.\"),\n completed_at: z.string().describe(\"Timestamp when restoration finished.\").nullable().optional(),\n restore_job_id: z.string().describe(\"Unique identifier for the restore job.\"),\n target_index_id: z.string().describe(\"ID of the created index.\"),\n percent_complete: z.number().int().describe(\"Progress percentage (0-100). May be absent for pending jobs.\").nullable().optional(),\n target_index_name: z.string().describe(\"Name of the index created from the backup.\"),\n}).describe(\"Response model for restore job details.\");\n\nexport const pineconeDescribeRestoreJob = action(\"PINECONE_DESCRIBE_RESTORE_JOB\", {\n slug: \"pinecone-describe-restore-job\",\n name: \"Describe Restore Job\",\n description: \"Tool to get detailed information about a specific restore job in Pinecone. Use when you need to check the status, progress, or metadata of a restore operation.\",\n input: PineconeDescribeRestoreJobInput,\n output: PineconeDescribeRestoreJobOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACtE,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CAC9G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC5E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC/D,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AACrF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-restore-job.d.ts
4
+ declare const PineconeDescribeRestoreJobInput: z.ZodTypeAny;
5
+ declare const PineconeDescribeRestoreJobOutput: z.ZodTypeAny;
6
+ declare const pineconeDescribeRestoreJob: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeDescribeRestoreJob };
9
+ //# sourceMappingURL=describe-restore-job.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-restore-job.d.cts","names":[],"sources":["../../src/actions/describe-restore-job.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAC7C,gCAAA,EAAkC,CAAA,CAAE,UASK;AAAA,cAEzC,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-restore-job.d.ts
4
+ declare const PineconeDescribeRestoreJobInput: z.ZodTypeAny;
5
+ declare const PineconeDescribeRestoreJobOutput: z.ZodTypeAny;
6
+ declare const pineconeDescribeRestoreJob: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeDescribeRestoreJob };
9
+ //# sourceMappingURL=describe-restore-job.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-restore-job.d.mts","names":[],"sources":["../../src/actions/describe-restore-job.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAC7C,gCAAA,EAAkC,CAAA,CAAE,UASK;AAAA,cAEzC,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pineconeDescribeRestoreJob = action("PINECONE_DESCRIBE_RESTORE_JOB", {
4
+ slug: "pinecone-describe-restore-job",
5
+ name: "Describe Restore Job",
6
+ description: "Tool to get detailed information about a specific restore job in Pinecone. Use when you need to check the status, progress, or metadata of a restore operation.",
7
+ input: z.object({ job_id: z.string().describe("The ID of the restore job to describe.") }).describe("Request model for describing a restore job."),
8
+ output: z.object({
9
+ status: z.string().describe("Current status of the restore job (e.g., 'Initializing', 'Completed', 'Failed')."),
10
+ backup_id: z.string().describe("ID of the backup being restored."),
11
+ created_at: z.string().describe("Timestamp when the restore job was initiated."),
12
+ completed_at: z.string().describe("Timestamp when restoration finished.").nullable().optional(),
13
+ restore_job_id: z.string().describe("Unique identifier for the restore job."),
14
+ target_index_id: z.string().describe("ID of the created index."),
15
+ percent_complete: z.number().int().describe("Progress percentage (0-100). May be absent for pending jobs.").nullable().optional(),
16
+ target_index_name: z.string().describe("Name of the index created from the backup.")
17
+ }).describe("Response model for restore job details.")
18
+ });
19
+ //#endregion
20
+ export { pineconeDescribeRestoreJob };
21
+
22
+ //# sourceMappingURL=describe-restore-job.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-restore-job.mjs","names":[],"sources":["../../src/actions/describe-restore-job.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeDescribeRestoreJobInput: z.ZodTypeAny = z.object({\n job_id: z.string().describe(\"The ID of the restore job to describe.\"),\n}).describe(\"Request model for describing a restore job.\");\nexport const PineconeDescribeRestoreJobOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Current status of the restore job (e.g., 'Initializing', 'Completed', 'Failed').\"),\n backup_id: z.string().describe(\"ID of the backup being restored.\"),\n created_at: z.string().describe(\"Timestamp when the restore job was initiated.\"),\n completed_at: z.string().describe(\"Timestamp when restoration finished.\").nullable().optional(),\n restore_job_id: z.string().describe(\"Unique identifier for the restore job.\"),\n target_index_id: z.string().describe(\"ID of the created index.\"),\n percent_complete: z.number().int().describe(\"Progress percentage (0-100). May be absent for pending jobs.\").nullable().optional(),\n target_index_name: z.string().describe(\"Name of the index created from the backup.\"),\n}).describe(\"Response model for restore job details.\");\n\nexport const pineconeDescribeRestoreJob = action(\"PINECONE_DESCRIBE_RESTORE_JOB\", {\n slug: \"pinecone-describe-restore-job\",\n name: \"Describe Restore Job\",\n description: \"Tool to get detailed information about a specific restore job in Pinecone. Use when you need to check the status, progress, or metadata of a restore operation.\",\n input: PineconeDescribeRestoreJobInput,\n output: PineconeDescribeRestoreJobOutput,\n});\n"],"mappings":";;AAkBA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB2D,EAAE,OAAO,EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACtE,CAAC,CAAC,CAAC,SAAS,6CAgBH;CACP,QAhB4D,EAAE,OAAO;EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;EAC9G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC/E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EAC5E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EAC/D,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrF,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/embed.ts
4
+ const PineconeEmbedInput = zod.z.object({
5
+ model: zod.z.string().describe("The embedding model to use (e.g., 'multilingual-e5-large')."),
6
+ inputs: zod.z.array(zod.z.object({ text: zod.z.string().describe("The text input to generate embeddings for.") }).describe("Single input item for embedding generation.")).describe("List of input objects to generate embeddings for. Each item contains a text field."),
7
+ parameters: zod.z.object({
8
+ truncate: zod.z.enum(["NONE", "END"]).describe("How to truncate input text if it exceeds the model's maximum token length. 'NONE' returns error, 'END' truncates from the end.").optional(),
9
+ input_type: zod.z.enum(["query", "passage"]).describe("Type of input text. Use 'query' for search queries and 'passage' for documents to be searched.").optional()
10
+ }).describe("Optional parameters for the embedding model.").optional()
11
+ }).describe("Request parameters for generating embeddings.");
12
+ const PineconeEmbed_DenseEmbeddingSchema = zod.z.object({
13
+ values: zod.z.array(zod.z.number()).describe("The dense embedding values."),
14
+ vector_type: zod.z.string().describe("Type of vector, always 'dense' for dense embeddings.")
15
+ }).describe("Dense embedding representation.");
16
+ const PineconeEmbed_SparseEmbeddingSchema = zod.z.object({
17
+ vector_type: zod.z.string().describe("Type of vector, always 'sparse' for sparse embeddings."),
18
+ sparse_tokens: zod.z.array(zod.z.string()).describe("Normalized tokens corresponding to sparse values. Only returned when return_tokens parameter is true.").nullable().optional(),
19
+ sparse_values: zod.z.array(zod.z.number()).describe("Sparse embedding values."),
20
+ sparse_indices: zod.z.array(zod.z.number().int()).describe("Indices for sparse values (0 to 4,294,967,295).")
21
+ }).describe("Sparse embedding representation.");
22
+ const PineconeEmbed_UsageStatsSchema = zod.z.object({ total_tokens: zod.z.number().int().describe("Total number of tokens processed.") }).describe("Usage statistics for the embedding request.");
23
+ const PineconeEmbedOutput = zod.z.object({
24
+ data: zod.z.array(zod.z.union([PineconeEmbed_DenseEmbeddingSchema, PineconeEmbed_SparseEmbeddingSchema])).describe("Array of embedding objects (dense or sparse)."),
25
+ model: zod.z.string().describe("The model used to generate embeddings."),
26
+ usage: PineconeEmbed_UsageStatsSchema.nullable()
27
+ }).describe("Response schema for embedding generation.");
28
+ const pineconeEmbed = require_action.action("PINECONE_EMBED", {
29
+ slug: "pinecone-embed",
30
+ name: "Generate Embeddings",
31
+ description: "Tool to generate vector embeddings for input text using Pinecone's hosted embedding models. Use when you need to convert text into vector representations for semantic search or similarity matching.",
32
+ input: PineconeEmbedInput,
33
+ output: PineconeEmbedOutput
34
+ });
35
+ //#endregion
36
+ exports.pineconeEmbed = pineconeEmbed;
37
+
38
+ //# sourceMappingURL=embed.cjs.map