Skip to content

Releases: malim-ai-labs/malim-graph-plugin

v0.2.0

08 May 04:09

Choose a tag to compare

chore: release v0.2.0 - premium visualization + native claude plugin …

v0.1.6

07 May 08:13

Choose a tag to compare

fix: resolve Railway/Render build failure (hatchling README.md not fo…

v0.1.5

07 May 08:07

Choose a tag to compare

feat: add HTTP transport for Railway/Render hosting

v0.1.4

07 May 07:54

Choose a tag to compare

chore: bump version to 0.1.4

v0.1.3

07 May 07:43

Choose a tag to compare

feat: add malimgraph-plugin — Claude-native MCP server (no API key ne…

v0.1.2

07 May 07:31

Choose a tag to compare

feat: add malimgraph-plugin — Claude-native MCP server (no API key ne…

v0.1.1

07 May 07:14

Choose a tag to compare

chore: bump version to 0.1.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.0

07 May 07:07

Choose a tag to compare

feat: add chunks-to-pgvector skill and embed_and_store_chunks MCP tool

New capability: export PDF chunk embeddings to PostgreSQL with pgvector.

- src/malimgraph/core/embedder.py — multi-provider embedding generation
  (OpenAI text-embedding-3-*, Voyage voyage-3-*, local sentence-transformers)
- src/malimgraph/core/vector_client.py — PgVectorClient with HNSW index,
  upsert, cosine similarity search, stats, list, delete
- server.py — new MCP tool: embed_and_store_chunks
- cli.py — new CLI group: malimgraph vector load/search/stats/list/delete
- skills/chunks-to-pgvector/ — full Claude skill with SKILL.md + 3 scripts:
  embed_chunks.py, search_vectors.py, manage_vectors.py (all with inline fallbacks)
- pyproject.toml — new optional deps: pgvector, openai, voyage, local
- Makefile + publish.yml — include chunks-to-pgvector.skill in release assets
- tests/test_vector_client.py — unit tests for embedder + client

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>