Add bloop case study (#115)

* Add Bloop case study
* Add draft variable
* docs auto-sync
* Fix YAML formatting
* Add footnotes
* Fix case studies layout
* Add links to https://bloop.ai/
* Add images and change case studies layout
* Reduce logo size
* Add schema.org desc into case-studies
* Add PNG as a social preview image
* Resize social preview to 1200x627

---------

Co-authored-by: qdrant <qdrant@users.noreply.github.com>
This commit is contained in:
Kacper Łukawski
2023-02-28 11:59:22 +01:00
committed by GitHub
co-authored by qdrant
parent fe571ff1ad
commit 3691f76889
16 changed files with 155 additions and 1 deletions
@@ -279,7 +279,7 @@ client.clear_payload(
## Payload indexing
To search more efficiently with filters, Qdrant allows you to specify payload fields as indexed.
For marked fields will Qdrant will build an index for the corresponding types of queries.
For marked fields Qdrant will build an index for the corresponding types of queries.
The indexed fields also affect the vector index. See [Indexing](../indexing) for details.