Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmIriarte committed Feb 19, 2024
1 parent cf3e4b2 commit 577933d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorials-embeddings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # Set this to your project's required Node.js version
node-version: '0.14.301' # Set this to your project's required Node.js version

- name: Install Dependencies
run: npm install
Expand Down
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "embeddings-tutorials",
"version": "0.14.301",
"description": "A project to update AI chatbot with tutorials using embeddings.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"openai": "^4.28.0",
"@pinecone-database/pinecone": "^2.0.1"
}
}

0 comments on commit 577933d

Please sign in to comment.