Skip to content

fix: expose Qdrant https option#5380

Open
he-yufeng wants to merge 1 commit into
mem0ai:mainfrom
he-yufeng:fix/qdrant-https-option
Open

fix: expose Qdrant https option#5380
he-yufeng wants to merge 1 commit into
mem0ai:mainfrom
he-yufeng:fix/qdrant-https-option

Conversation

@he-yufeng
Copy link
Copy Markdown

Summary

  • add an explicit https option to the Qdrant vector-store config
  • pass that option through to QdrantClient
  • cover both config parsing and client construction with a focused unit test

To verify

  • python -m pytest tests\vector_stores\test_qdrant_config.py -q
  • python -m py_compile mem0\configs\vector_stores\qdrant.py mem0\vector_stores\qdrant.py tests\vector_stores\test_qdrant_config.py
  • python -m ruff check mem0\configs\vector_stores\qdrant.py mem0\vector_stores\qdrant.py tests\vector_stores\test_qdrant_config.py
  • git diff --check

Notes

ruff format --check would reformat existing unrelated lines in mem0/vector_stores/qdrant.py, so I did not run a full-file format pass for this small compatibility fix.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 5, 2026

CLA assistant check
All committers have signed the CLA.

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.

2 participants