diff --git a/snippets/general-shared-text/azure-cognitive-search.mdx b/snippets/general-shared-text/azure-cognitive-search.mdx index 83a19ec6..e89f5f45 100644 --- a/snippets/general-shared-text/azure-cognitive-search.mdx +++ b/snippets/general-shared-text/azure-cognitive-search.mdx @@ -1,9 +1,18 @@ The Azure AI Search (formerly Azure Cognitive Search) prerequisites: -- The endpoint for Azure AI Search. [Get a search service endpoint](https://learn.microsoft.com/azure/search/search-get-started-vector#get-a-search-service-endpoint). -- The API key for Azure AI Search. [Get an admin API key](https://learn.microsoft.com/azure/search/search-get-started-vector#option-1-use-keys). +- The endpoint and API key for Azure AI Search. [Create an endpoint and API key](https://learn.microsoft.com/azure/search/search-create-service-portal). - The name of the index in Azure AI Search. [Create an index](https://learn.microsoft.com/rest/api/searchservice/create-index). + + The Azure AI Search index that you use must have an index schema that is compatible with the schema of the documents that Unstructured produces for you. Unstructured cannot provide a schema that is guaranteed to work in all circumstances. This is because these schemas will vary based on your source files' types; how you diff --git a/snippets/general-shared-text/chroma.mdx b/snippets/general-shared-text/chroma.mdx index ee40688e..9a337775 100644 --- a/snippets/general-shared-text/chroma.mdx +++ b/snippets/general-shared-text/chroma.mdx @@ -1,6 +1,19 @@ The Chroma prerequisites: - A Chroma server. See [Deployment](https://docs.trychroma.com/deployment). + + For example, here is a video about how to deploy a Chroma server to AWS: + + + - The Chroma server's hostname or IP address, and the server's port number. - If you are not connecting to the server through HTTP, the path to the server instance. - The name of the tenant that you want to access on the server. diff --git a/snippets/general-shared-text/mongodb.mdx b/snippets/general-shared-text/mongodb.mdx index ce64be49..cf534103 100644 --- a/snippets/general-shared-text/mongodb.mdx +++ b/snippets/general-shared-text/mongodb.mdx @@ -4,6 +4,16 @@ The MongoDB prerequisites for a MongoDB Atlas deployment: - A MongoDB Atlas cluster. [Create a cluster](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster). + + - The cluster must be reachable from your application environment. [Learn how](https://www.mongodb.com/docs/atlas/setup-cluster-security/#network-and-firewall-requirements). - The cluster must be configured to use your IP address. [Learn how](https://www.mongodb.com/docs/atlas/setup-cluster-security/#ip-access-list). diff --git a/snippets/general-shared-text/pinecone.mdx b/snippets/general-shared-text/pinecone.mdx index 9ea5c36f..de6c2d9a 100644 --- a/snippets/general-shared-text/pinecone.mdx +++ b/snippets/general-shared-text/pinecone.mdx @@ -1,5 +1,16 @@ The Pinecone prerequisites: - A Pinecone account. [Get an account](https://app.pinecone.io/). + + + - A Pinecone API key. [Get an API key](https://docs.pinecone.io/guides/get-started/authentication#find-your-pinecone-api-key). - A Pinecone serverless index. [Create a serverless index](https://docs.pinecone.io/guides/indexes/create-an-index). \ No newline at end of file diff --git a/snippets/general-shared-text/salesforce.mdx b/snippets/general-shared-text/salesforce.mdx index 13d144d6..65dd8348 100644 --- a/snippets/general-shared-text/salesforce.mdx +++ b/snippets/general-shared-text/salesforce.mdx @@ -1,5 +1,39 @@ The Salesforce prerequisites: -- A Salesforce account. [Create an account](https://www.salesforce.com/form/signup/freetrial-salesforce-starter/?d=pb). +- A Salesforce account. [Create an account](https://developer.salesforce.com/signup). + + + - The Salesforce categories (objects) that you want to access, specified as a comma-separated list. Available categories include `Account`, `Case`, `Campaign`, `EmailMessage`, and `Lead`. - The OAuth consumer key (client ID) and private key (PEM) for the Salesforce connected app. The PEM is a string that begins with `—–BEGIN RSA PRIVATE KEY—–` and ends with `—–END RSA PRIVATE KEY—–`. [Create a connected app](https://help.salesforce.com/s/articleView?id=sf.connected_app_create.htm&type=5). [Get the consumer key](https://help.salesforce.com/s/articleView?id=sf.connected_app_rotate_consumer_details.htm&type=5). [Get the private key](https://help.salesforce.com/s/articleView?id=sf.task_create_a_certificate_and_private_key.htm&type=5). + + + + + + + diff --git a/snippets/general-shared-text/sftp.mdx b/snippets/general-shared-text/sftp.mdx index 8ecd599b..c7ca5a74 100644 --- a/snippets/general-shared-text/sftp.mdx +++ b/snippets/general-shared-text/sftp.mdx @@ -1,6 +1,19 @@ The SFTP prerequisites: - The SFTP server hostname, port, username, and password. + + SFTP servers are offered by several vendors. For example, the following video shows how to create and set up an SFTP server by using AWS Transfer Family: + + + - The directory path to start accessing data from, specified as `sftp:////`. See the [SFTP documentation](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol). \ No newline at end of file