AI 에이전트의 경우: 문서 인덱스는 https://www.mongodb.com/ko-kr/docs/llms.txt에서 사용할 수 있으며, 모든 페이지의 마크다운 버전은 어떤 URL 경로에 .md를 추가하여 사용할 수 있습니다.
Docs Menu

벡터 검색을 위해 필드를 인덱싱하는 방법

참고

The procedure includes index definition examples for the collections in the sample datasets. If you load the sample data on your cluster and create the example MongoDB Vector Search indexes for the collections, you can run the sample $vectorSearch queries against these collections. To learn more about the sample queries that you can run, see $vectorSearch Examples.

You need the Project Search Index Editor or higher role to view MongoDB Vector Search indexes.

After you edit an index, MongoDB Vector Search rebuilds it. While the index rebuilds, you can continue to run MongoDB Vector Search queries by using the old index definition. When the index finishes rebuilding, MongoDB Vector Search automatically replaces the old index. This process is similar to MongoDB Search indexes. To learn more, see Creating and Updating a MongoDB Search Index.

You must have the Project Search Index Editor or higher role to delete a MongoDB Vector Search index.