Skip to content

Commit 717696d

Browse files
authored
Searching GitHub Files: Remove open_telemetry arg (deprecated) (#398)
1 parent b4d16bf commit 717696d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

search_github_files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Spiced can perform vector search on table that already have the required embeddi
186186

187187
```shell
188188
cd child/
189-
spiced --http 127.0.0.1:8091 --flight 127.0.0.1:50061 --open_telemetry 127.0.0.1:50062
189+
spiced --http 127.0.0.1:8091 --flight 127.0.0.1:50061
190190
```
191191

192192
2. Rerun the search, this time against the child `spiced` (port `8091`)

0 commit comments

Comments
 (0)