Skip to content

Chore: Sync develop with main (v0.7.4 release) - #109

Closed
minh362000 wants to merge 55 commits into
developfrom
main
Closed

Chore: Sync develop with main (v0.7.4 release)#109
minh362000 wants to merge 55 commits into
developfrom
main

Conversation

@minh362000

Copy link
Copy Markdown
Collaborator

Pull Request

Summary

Sync develop branch with latest main after release/hotfix.

📦 Changes from Main

Release Version

  • Version: v0.7.4
  • Release Date: 2025-12-12
  • Tag: [https://github.com/martin-papy/qdrant-loader/releases/tag/qdrant-loader-v0.7.4]

Note: This is a routine sync to keep develop aligned with production main branch.

thaihoang2011 and others added 30 commits November 26, 2025 14:31
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
amycbtw and others added 25 commits January 2, 2026 13:46
fix: update reason field in document analysis to use recommendation_reason
fix: Separate fetch limit from user limit and adjust default search limit to 5. Fix #86
fixing document types (dict/object) and validate text field type to prevent Untitled and empty content_preview.
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`
…-test-execution

chore: optimize test execution and add caching for CI efficiency
…uide

docs: add best practices guide for contributors
@coderabbitai

coderabbitai Bot commented Jan 22, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants