Skip to content

Commit

Permalink
update qdrant internal doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bukosabino committed Jul 12, 2024
1 parent 055d0ac commit 6232168
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/qdrant/queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,21 @@ POST collections/justicio/points/delete
}
}

// No funciona porque tenemos las fechas como strings en lugar de como números.
POST /collections/boe-bge-m3/points/count
{
"filter": {
"should": [
{
"key": "metadata.anio",
"range": {
"gte": 2000
}
}
]
}
}


// https://qdrant.tech/documentation/concepts/filtering/
// https://qdrant.tech/documentation/concepts/points/

0 comments on commit 6232168

Please sign in to comment.