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