We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2e2ea commit f2dda99Copy full SHA for f2dda99
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "qql-cli"
3
-version = "2.4.1"
+version = "2.5.0"
4
description = "QQL is a SQL-like query language and CLI for Qdrant vector database. Write INSERT, SEARCH, RECOMMEND, DELETE, and CREATE COLLECTION statements instead of Python SDK calls. Supports hybrid dense+sparse vector search, cross-encoder reranking, quantization (scalar, turbo, binary, product), WHERE clause filters, script execution, and collection dump/restore."
5
readme = "README.md"
6
license = { file = "LICENSE" }
0 commit comments