Skip to content

Commit

Permalink
fix docs codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Jun 11, 2024
1 parent 4ca21b2 commit ef0621e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ query Query {

Perform a vector search:

```
```graphql
query Query {
qdrant_boolean(args: {search: {vector: [0.5, 0.5]}}) {
a
Expand All @@ -50,7 +50,7 @@ query Query {

Get reccomendations providing positive and negative examples by ID:

```
```graphql
query Query {
qdrant_boolean(args: {recommend: {positive: [0], negative: [1]}}) {
a
Expand Down

0 comments on commit ef0621e

Please sign in to comment.