fix: merge main to develop to prepare for git flow process - #113
Closed
thanhbuingoc-cbtw wants to merge 61 commits into
Closed
fix: merge main to develop to prepare for git flow process#113thanhbuingoc-cbtw wants to merge 61 commits into
thanhbuingoc-cbtw wants to merge 61 commits into
Conversation
fix: Windows compatibility fixes
fix: update prometheus-client dependency. Fix #60
fix: log level not reconfigurable at runtime Fix #58
Migrate from deprecated search() method to query_points() API for compatibility with qdrant-client 1.10+. Changes: - Update vector_search_service.py to use query_points() - Update qdrant_manager.py search methods to use query_points() - Update test mocks to use AsyncMock for query_points() - Add third mock result to conftest for test compatibility Fixes #74
chore: split oversized file to comply with model size constraints
fix: update qdrant-client API from search() to query_points() (#74)
Fix missing spacy in mcp-server dependencies
The level parameter was accepted but never used in the MCP server's LoggingConfig.reconfigure() method. This fix: - Passes level to CoreLoggingConfig.reconfigure() - Uses level in fallback path when core is unavailable - Fixes variable shadowing (old_level instead of level)
fix: use level parameter in MCP wrapper reconfigure()
Add comprehensive release notes for v0.7.4 covering 5 bug fixes: - Windows compatibility (#57): Fixed asyncio event loop crashes, cross-platform stdin handler, signal handler platform checks - Logging system (#58): Fixed log level not reconfigurable at runtime - prometheus-client dependency (#60): Restored missing runtime dependency - spacy dependency (#67): Added missing spacy to MCP server dependencies - qdrant-client API (#74): Migrated from deprecated search() to query_points() Update README version reference to v0.7.4
- Update version to 0.7.4 in all 4 pyproject.toml files: - pyproject.toml (workspace) - packages/qdrant-loader/pyproject.toml - packages/qdrant-loader-core/pyproject.toml - packages/qdrant-loader-mcp-server/pyproject.toml - Update internal dependency pins: - qdrant-loader-core[openai]==0.7.4 (in qdrant-loader) - qdrant-loader-core==0.7.4 (in mcp-server)
Hotfix/0.7.4: Windows MCP integration and logging level CLI support
…d_similar_documents for filtering results by minimum similarity score. Resolves #89
…d type in find_similar_documents to prevent Untitled and empty content_preview. Resolves #90
fix: Replace NestedCondition with dot notation for project_ids filter
add optional similarity_threshold parameter (default 0.7)
Docstrings generation was requested by @minh362000. * #103 (comment) The following files were modified: * `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/mcp/intelligence_handler.py` * `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/mcp/search_handler.py` * `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/components/field_query_parser.py` * `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/engine/core.py` * `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/engine/intelligence.py` * `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/hybrid/api.py` * `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/hybrid/orchestration/cdi.py` * `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/hybrid/orchestration/search.py` * `packages/qdrant-loader-mcp-server/tests/unit/search/test_cdi_orchestration_threshold.py` * `release.py`
📝 Add docstrings to `hotfix/0.7.5`
Hotfix/0.7.5
…-test-execution chore: optimize test execution and add caching for CI efficiency
…uide docs: add best practices guide for contributors
chore: fix lint check
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
martin-papy
temporarily deployed
to
pypi-publish
January 22, 2026 10:45 — with
GitHub Actions
Inactive
martin-papy
temporarily deployed
to
pypi-publish
January 22, 2026 10:45 — with
GitHub Actions
Inactive
martin-papy
temporarily deployed
to
pypi-publish
January 22, 2026 10:45 — with
GitHub Actions
Inactive
martin-papy
temporarily deployed
to
github-pages
January 22, 2026 10:47 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Summary
Describe the change in 1–2 sentences.
Type of change
Docs Impact (required for any code or docs changes)
docs/?python website/build.py+python website/check_links.py)Testing
Tested on the main branch.
Checklist
pytest -v)