@infino-ai/infino 0.5.8 → 0.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -90,7 +90,7 @@ Full docs, guides, and the API reference live at **[infino.ai/docs](https://infi
90
90
  [Storage & credentials](https://infino.ai/docs/guides/storage)
91
91
  - [SQL reference](https://infino.ai/docs/sql-reference) — query tables and the search table-valued functions
92
92
  - [API reference](https://infino.ai/docs/api-reference) — the full Node surface, generated from the package
93
- - [Integrations](https://infino.ai/docs/integrations) — LangChain, CrewAI, Vercel AI SDK, MCP
93
+ - [MCP server](https://infino.ai/docs/integrations/mcp) — expose Infino retrieval to an AI agent (Claude, Cursor, …)
94
94
  - [Examples](examples) — runnable agent-memory and hybrid-search-service demos
95
95
 
96
96
  ## Building from source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infino-ai/infino",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Fast search on object storage — SQL, full-text, and vector search.",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -82,12 +82,12 @@
82
82
  "apache-arrow": "^17"
83
83
  },
84
84
  "optionalDependencies": {
85
- "infx-darwin-x64": "0.5.8",
86
- "infx-darwin-arm64": "0.5.8",
87
- "infx-linux-x64-gnu": "0.5.8",
88
- "infx-linux-arm64-gnu": "0.5.8",
89
- "infx-linux-x64-musl": "0.5.8",
90
- "infx-linux-arm64-musl": "0.5.8"
85
+ "infx-darwin-x64": "0.5.9",
86
+ "infx-darwin-arm64": "0.5.9",
87
+ "infx-linux-x64-gnu": "0.5.9",
88
+ "infx-linux-arm64-gnu": "0.5.9",
89
+ "infx-linux-x64-musl": "0.5.9",
90
+ "infx-linux-arm64-musl": "0.5.9"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@napi-rs/cli": "^2.18.0",