Skip to content

Commit e8cec7a

Browse files
committed
quickstart pivots for entra and apikey
1 parent ab02a40 commit e8cec7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/search/search-get-started-vector.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ The index schema in this example is organized around hotel content. Sample data
520520
521521
1. Select **Send request**. You should have an `HTTP/1.1 201 Created` response.
522522
523-
---
523+
***
524524
525525
The response body should include the JSON representation of the index schema.
526526
@@ -628,15 +628,15 @@ The response body should include the JSON representation of the index schema.
628628
}
629629
```
630630
631-
Key takeaways about the [Create Index](/rest/api/searchservice/indexes/create) REST API:
631+
Key takeaways about the [Create Index](/rest/api/searchservice/indexes/create) REST API:
632632
633-
- The `fields` collection includes a required key field and text and vector fields (such as `Description` and `DescriptionVector`) for text and vector search. Colocating vector and nonvector fields in the same index enables hybrid queries. For instance, you can combine filters, text search with semantic ranking, and vectors into a single query operation.
633+
- The `fields` collection includes a required key field and text and vector fields (such as `Description` and `DescriptionVector`) for text and vector search. Colocating vector and nonvector fields in the same index enables hybrid queries. For instance, you can combine filters, text search with semantic ranking, and vectors into a single query operation.
634634
635-
- Vector fields must be `type: Collection(Edm.Single)` with `dimensions` and `vectorSearchProfile` properties.
635+
- Vector fields must be `type: Collection(Edm.Single)` with `dimensions` and `vectorSearchProfile` properties.
636636
637-
- The `vectorSearch` section is an array of approximate nearest neighbor algorithm configurations and profiles. Supported algorithms include hierarchical navigable small world and exhaustive k-nearest neighbor. For more information, see [Relevance scoring in vector search](vector-search-ranking.md).
637+
- The `vectorSearch` section is an array of approximate nearest neighbor algorithm configurations and profiles. Supported algorithms include hierarchical navigable small world and exhaustive k-nearest neighbor. For more information, see [Relevance scoring in vector search](vector-search-ranking.md).
638638
639-
- The (optional) `semantic` configuration enables reranking of search results. You can rerank results in queries of type `semantic` for string fields that are specified in the configuration. To learn more, see [Semantic ranking overview](semantic-search-overview.md).
639+
- The (optional) `semantic` configuration enables reranking of search results. You can rerank results in queries of type `semantic` for string fields that are specified in the configuration. To learn more, see [Semantic ranking overview](semantic-search-overview.md).
640640
641641
## Upload documents
642642

0 commit comments

Comments
 (0)