Add shared library for APIs/chunking

This commit is contained in:
KS Jannette
2026-08-12 19:41:32 -04:00
parent d9da15bab4
commit 7e9baeed74
12 changed files with 1011 additions and 52 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "rag-lambdas",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@aws-sdk/client-s3": "^3.864.0",
"@pinecone-database/pinecone": "^6.1.2"
}
}