You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration guides under `examples/vector` mirror the Go SDK walkthroughs (`E1`–`E5`). Each test connects to a live VikingDB environment and exercises a specific workflow.
93
+
The integration guides under `examples/vector` mirror the Go SDK walkthroughs (`1`–`6`). Each test connects to a live VikingDB environment and exercises a specific workflow.
94
94
95
95
1. Set the required environment variables (or create a `.env` file in the project root):
96
96
@@ -114,13 +114,13 @@ The integration guides under `examples/vector` mirror the Go SDK walkthroughs (`
114
114
2. Install pytest (if not already available):
115
115
116
116
```bash
117
-
pip install pytest
117
+
uv add --dev pytest
118
118
```
119
119
120
120
3. Execute the guides:
121
121
122
122
```bash
123
-
pytest examples/vector -k guide
123
+
uv run pytest examples/vector -k scenario
124
124
```
125
125
126
126
Each scenario writes temporary documents using unique session tags and cleans them up afterwards.
0 commit comments