Skip to content

qdrant-loader-mcp-server v0.3.2

Compare
Choose a tag to compare
@martin-papy martin-papy released this 31 May 00:44
· 110 commits to main since this release

Changes for qdrant-loader-mcp-server v0.3.2

fe571f9 Merge branch 'main' of github.com:martin-papy/qdrant-loader
7152fcc Merge pull request #19 from martin-papy/feature/18-implement-file-conversion-timeout-and-llm
256e8b3 fix: restrict GitHub Pages deployment to pushes on the main branch
5f93f97 chore:- Bump version to 0.3.2 and Update documentation
f81385c fix: failing test
aaf5c46 fix: remove unused parameters
384337c docs: Update documentation
49df7aa docs: correct LLM endpoint support documentation - Remove misleading claims about custom endpoint support - Clarify that MarkItDown only supports OpenAI-compatible APIs - Add important note about OpenAI client library requirement - Update environment variable descriptions for accuracy
8cf882e fix: exclude JSON files from MarkItDown conversion - JSON files are now properly excluded from file conversion - They are handled by our dedicated JSONChunkingStrategy instead - Updated documentation to reflect this correction - Added test to verify JSON exclusion works correctly - Fixes issue where JSON files were incorrectly processed twice
e97cef6 docs: update documentation for new timeout and LLM features - Add comprehensive documentation for conversion timeout control - Document AI-powered image description capabilities - Include configuration examples and troubleshooting - Update README with new feature highlights