Created
September 7, 2022 14:41
-
-
Save generall/1caf4639b62d1014d216f4b7b5027b83 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"result": [ | |
{ | |
"payload": { | |
"location": "html > body > div:nth-of-type(1) > section:nth-of-type(2) > div > div > div > article > h3:nth-of-type(4)", | |
"sections": [ | |
"documentation", | |
"documentation/quick_start" | |
], | |
"tag": "h3", | |
"text": "Search with filtering", | |
"titles": [ | |
"Qdrant - Quick Start", | |
"Add points" | |
], | |
"url": "https://qdrant.tech/documentation/quick_start/" | |
}, | |
"score": 0.96700734 | |
}, | |
{ | |
"payload": { | |
"location": "html > body > div:nth-of-type(1) > section:nth-of-type(1) > div:nth-of-type(2) > h1", | |
"sections": [ | |
"documentation", | |
"documentation/filtering" | |
], | |
"tag": "h1", | |
"text": "Filtering", | |
"titles": [ | |
"Qdrant - Filtering" | |
], | |
"url": "https://qdrant.tech/documentation/filtering/" | |
}, | |
"score": 0.7065191 | |
}, | |
{ | |
"payload": { | |
"location": "html > body > div:nth-of-type(1) > section:nth-of-type(2) > div > div > div > article > h2:nth-of-type(2)", | |
"sections": [ | |
"documentation", | |
"documentation/filtering" | |
], | |
"tag": "h2", | |
"text": "Filtering conditions", | |
"titles": [ | |
"Qdrant - Filtering", | |
"Clauses combination" | |
], | |
"url": "https://qdrant.tech/documentation/filtering/" | |
}, | |
"score": 0.6713344 | |
}, | |
{ | |
"payload": { | |
"location": "html > body > div:nth-of-type(1) > section:nth-of-type(1) > div:nth-of-type(2) > h1", | |
"sections": [ | |
"documentation", | |
"documentation/search" | |
], | |
"tag": "h1", | |
"text": "Search", | |
"titles": [ | |
"Qdrant - Search" | |
], | |
"url": "https://qdrant.tech/documentation/search/" | |
}, | |
"score": 0.6454686 | |
}, | |
{ | |
"payload": { | |
"location": "html > body > div:nth-of-type(1) > section:nth-of-type(2) > div > div > div > article > p:nth-of-type(16)", | |
"sections": [ | |
"documentation", | |
"documentation/search" | |
], | |
"tag": "p", | |
"text": "Since the filter parameter is specified, the search is performed only among those points that satisfy the filter condition.", | |
"titles": [ | |
"Qdrant - Search", | |
"Search API" | |
], | |
"url": "https://qdrant.tech/documentation/search/" | |
}, | |
"score": 0.63651025 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment