.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements_dev.txt
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
.vscode/settings.json
src/qdrant_vsql/__init__.py
src/qdrant_vsql/_version.py
src/qdrant_vsql/filtering.py
src/qdrant_vsql.egg-info/PKG-INFO
src/qdrant_vsql.egg-info/SOURCES.txt
src/qdrant_vsql.egg-info/dependency_links.txt
src/qdrant_vsql.egg-info/requires.txt
src/qdrant_vsql.egg-info/top_level.txt
tests/__init__.py
tests/test_filtering.py