New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iudex

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iudex - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

18

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc