Add shared library for APIs/chunking
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user