Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "iudex", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Iudex client", | ||
"scripts": { | ||
"build": "tsup", | ||
"test": "jest" | ||
}, | ||
"main": "./dist/index.js", | ||
@@ -22,8 +26,8 @@ "module": "./dist/index.mjs", | ||
"type": "git", | ||
"url": "git+https://github.com/iudexai/iudex.git" | ||
"url": "git+https://github.com/iudexai/iudex-node-module.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/iudexai/iudex/issues" | ||
"url": "https://github.com/iudexai/iudex-node-module/issues" | ||
}, | ||
"homepage": "https://github.com/iudexai/iudex#readme", | ||
"homepage": "https://github.com/iudexai/iudex-node-module#readme", | ||
"devDependencies": { | ||
@@ -42,7 +46,3 @@ "@types/node": "^20.11.16", | ||
"zod": "^3.22.4" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"test": "jest" | ||
} | ||
} | ||
} |
@@ -1,10 +0,12 @@ | ||
# Iudex JS client | ||
# Iudex client | ||
Iudex is an infrastructure that enables complex and accurate function calling apis. Our infrastructure provides a | ||
natural language interface that can accomplish complex or answer complex queries given the control of your own functions. | ||
We do this by indexing functions and dividing down queries into runnable parts before surfacing the right function | ||
at the right time. | ||
Check out [iudex.ai](iudex.ai) to sign up. | ||
## Client | ||
To access Iudex, we highly recommend using this JavaScript client. | ||
## Installation | ||
@@ -21,5 +23,6 @@ ```bash | ||
*Example where using Iudex replaces OpenAI | ||
*Example where using Iudex replaces OpenAI* | ||
Here, `fnMap` just needs to be defined to link all functions you want the function calling | ||
Here, Iudex replaces instances of the OpenAI client where function calling is used. | ||
`fnMap` just needs to be defined to link all functions you want the function calling | ||
api to be able to call. For Iudex all parameters except `messages` is ignored. | ||
@@ -26,0 +29,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
107
6
55607
8
664