chore: import upstream snapshot with attribution
CodeQL / Analyze (python) (push) Has been cancelled
Update Platform Components Table / update (push) Has been cancelled
Docker image release / Build base image (push) Has been cancelled
Sync docs with Docusaurus / sync (push) Has been cancelled
Tests / Check if changed (push) Has been cancelled
Tests / format (push) Has been cancelled
Tests / check-imports (push) Has been cancelled
Tests / Unit / macos-latest (push) Has been cancelled
Tests / Unit / ubuntu-latest (push) Has been cancelled
Tests / Unit / windows-latest (push) Has been cancelled
Tests / mypy (push) Has been cancelled
Tests / Integration / ubuntu-latest (push) Has been cancelled
Tests / Integration / macos-latest (push) Has been cancelled
Tests / Integration / windows-latest (push) Has been cancelled
Tests / notify-slack-on-failure (push) Has been cancelled
Tests / Mark tests as completed (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Update Platform Components Table / update (push) Has been cancelled
Docker image release / Build base image (push) Has been cancelled
Sync docs with Docusaurus / sync (push) Has been cancelled
Tests / Check if changed (push) Has been cancelled
Tests / format (push) Has been cancelled
Tests / check-imports (push) Has been cancelled
Tests / Unit / macos-latest (push) Has been cancelled
Tests / Unit / ubuntu-latest (push) Has been cancelled
Tests / Unit / windows-latest (push) Has been cancelled
Tests / mypy (push) Has been cancelled
Tests / Integration / ubuntu-latest (push) Has been cancelled
Tests / Integration / macos-latest (push) Has been cancelled
Tests / Integration / windows-latest (push) Has been cancelled
Tests / notify-slack-on-failure (push) Has been cancelled
Tests / Mark tests as completed (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"content": "x", "page": 2, "name": "fuzz"}
|
||||
@@ -0,0 +1 @@
|
||||
{"content": "hello world"}
|
||||
@@ -0,0 +1 @@
|
||||
{"id": "doc-1", "content": "the quick brown fox", "meta": {"page": 1, "name": "fuzz"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"id": "doc-2", "content": "x", "score": 0.5, "embedding": [0.1, 0.2, 0.3]}
|
||||
@@ -0,0 +1 @@
|
||||
{"field": "meta.page", "operator": "==", "value": 1}
|
||||
@@ -0,0 +1 @@
|
||||
{"field": "content", "operator": "==", "value": "the quick brown fox"}
|
||||
@@ -0,0 +1 @@
|
||||
{"operator": "AND", "conditions": [{"field": "meta.page", "operator": ">", "value": 0}, {"field": "meta.name", "operator": "==", "value": "fuzz"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"operator": "NOT", "conditions": [{"field": "meta.name", "operator": "in", "value": ["a", "b"]}]}
|
||||
Reference in New Issue
Block a user