Socket
Socket
Sign inDemoInstall

@axflow/models

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axflow/models - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

dist/ollama/embedding.d.mts

23

package.json
{
"name": "@axflow/models",
"version": "0.0.9",
"version": "0.0.10",
"description": "Zero-dependency, modular SDK for building robust natural language applications",

@@ -18,2 +18,3 @@ "author": "Axflow (https://axflow.dev)",

"cohere",
"ollama",
"palm",

@@ -94,2 +95,8 @@ "llama2",

],
"ollama/generation": [
"./dist/ollama/generation.d.ts"
],
"ollama/embedding": [
"./dist/ollama/embedding.d.ts"
],
"react": [

@@ -147,2 +154,14 @@ "./dist/react/index.d.ts"

},
"./ollama/generation": {
"types": "./dist/ollama/generation.d.ts",
"import": "./dist/ollama/generation.mjs",
"module": "./dist/ollama/generation.mjs",
"require": "./dist/ollama/generation.js"
},
"./ollama/embedding": {
"types": "./dist/ollama/embedding.d.ts",
"import": "./dist/ollama/embedding.mjs",
"module": "./dist/ollama/embedding.mjs",
"require": "./dist/ollama/embedding.js"
},
"./huggingface/text-generation": {

@@ -173,3 +192,3 @@ "types": "./dist/huggingface/text-generation.d.ts",

},
"gitHead": "9983d39fd9f24d86032ae7c0a8767cd41a519e84"
"gitHead": "b3e72f8fefa97780ed56a6b8bcb1d196192710b2"
}

4

README.md

@@ -24,3 +24,3 @@ # @axflow/models

- ✅ HuggingFace text generation inference API and Inference Endpoints
- HuggingFace (coming soon)
- ✅ Ollama.ai models running locally
- Google PaLM models (coming soon)

@@ -41,2 +41,4 @@ - Azure OpenAI (coming soon)

- [@axflow/models/huggingface/text-generation](https://docs.axflow.dev/documentation/models/huggingface-text-generation.html)
- [@axflow/models/ollama/generation](https://docs.axflow.dev/documentation/models/ollama-generation.html)
- [@axflow/models/ollama/embedding](https://docs.axflow.dev/documentation/models/ollama-embedding.html)
- [@axflow/models/react](https://docs.axflow.dev/documentation/models/react.html)

@@ -43,0 +45,0 @@ - [@axflow/models/node](https://docs.axflow.dev/documentation/models/node.html)

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