From 19494a0b31a0f57925fbe943634f284c6d941920 Mon Sep 17 00:00:00 2001 From: Marco Spinello Date: Thu, 14 Sep 2023 22:25:16 +0200 Subject: [PATCH] Move quoted sentence just below main header --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08e338d..c3c1d95 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Sanity Embeddings Index CLI +> Using this feature requires Sanity to send data to OpenAI.com, and Pinecone.io for storing vector interpretations of documents. + CLI for the Sanity Embeddings Index API. The Embeddings Index API enables creating named embeddings vector indexes. @@ -12,8 +14,6 @@ You can query indexes using semantic text search to obtain a list of matching do When an index is first created, all documents matching the configured filter are synced into the index. Creating an index can take time, depending on the number of existing documents and the indexer load. -> Using this feature requires Sanity to send data to OpenAI.com, and Pinecone.io for storing vector interpretations of documents. - ## Installation ```sh