Skip to content

Commit

Permalink
Parsing raw text with instructor.js to generate structured jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Prakash committed Apr 7, 2024
1 parent 18e46a8 commit 7c3402d
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 45 deletions.
144 changes: 101 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@instructor-ai/instructor": "^1.0.0",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"chai": "^5.0.0",
Expand All @@ -37,13 +38,14 @@
"mocha": "^10.2.0",
"natural": "^6.10.4",
"nodemon": "^3.0.3",
"openai": "^4.24.1",
"openai": "^4.33.0",
"pdf-parse": "^1.1.1",
"redis": "^4.6.13",
"supertest": "^6.3.4",
"twilio": "^5.0.1",
"uuid": "^9.0.1",
"winston": "^3.11.0"
"winston": "^3.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit 7c3402d

Please sign in to comment.