Releases: malim-ai-labs/malim-graph-plugin
Releases · malim-ai-labs/malim-graph-plugin
v0.2.0
v0.1.6
fix: resolve Railway/Render build failure (hatchling README.md not fo…
v0.1.5
feat: add HTTP transport for Railway/Render hosting
v0.1.4
chore: bump version to 0.1.4
v0.1.3
feat: add malimgraph-plugin — Claude-native MCP server (no API key ne…
v0.1.2
feat: add malimgraph-plugin — Claude-native MCP server (no API key ne…
v0.1.1
chore: bump version to 0.1.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.1.0
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>