diff --git a/README.md b/README.md index effb7d76..3717eb2d 100644 --- a/README.md +++ b/README.md @@ -208,9 +208,9 @@ We will only track usage details that help us make product and roadmap decisions - When a document is added or removed. No information _about_ the document. Just that the event occurred. This gives us an idea of use. -- Type of vector database in use. Let's us know which vector database provider is the most used to prioritize changes when updates arrive for that provider. +- Type of vector database in use. This helps us prioritize changes when updates arrive for that provider. -- Type of LLM provider & model tag in use. Let's us know the most popular choice and prioritize changes when updates arrive for that provider or model, or combination thereof. eg: reasoning vs regular, multi-modal models, etc. +- Type of LLM provider & model tag in use. This helps us prioritize changes when updates arrive for that provider or model, or combination thereof. eg: reasoning vs regular, multi-modal models, etc. - When a chat is sent. This is the most regular "event" and gives us an idea of the daily-activity of this project across all installations. Again, only the **event** is sent - we have no information on the nature or content of the chat itself. diff --git a/cloud-deployments/aws/cloudformation/DEPLOY.md b/cloud-deployments/aws/cloudformation/DEPLOY.md index a06026c4..c7e84bc7 100644 --- a/cloud-deployments/aws/cloudformation/DEPLOY.md +++ b/cloud-deployments/aws/cloudformation/DEPLOY.md @@ -1,6 +1,6 @@ # How to deploy a private AnythingLLM instance on AWS -With an AWS account you can easily deploy a private AnythingLLM instance on AWS. This will create a url that you can access from any browser over HTTP (HTTPS not supported). This single instance will run on your own keys and they will not be exposed - however if you want your instance to be protected it is highly recommend that you set a password one setup is complete. +With an AWS account you can easily deploy a private AnythingLLM instance on AWS. This will create a url that you can access from any browser over HTTP (HTTPS not supported). This single instance will run on your own keys and they will not be exposed - however if you want your instance to be protected it is highly recommend that you set a password once setup is complete. **Quick Launch (EASY)** 1. Log in to your AWS account diff --git a/cloud-deployments/digitalocean/terraform/DEPLOY.md b/cloud-deployments/digitalocean/terraform/DEPLOY.md index 7baf5d40..e63231a0 100644 --- a/cloud-deployments/digitalocean/terraform/DEPLOY.md +++ b/cloud-deployments/digitalocean/terraform/DEPLOY.md @@ -1,6 +1,6 @@ # How to deploy a private AnythingLLM instance on DigitalOcean using Terraform -With a DigitalOcean account, you can easily deploy a private AnythingLLM instance using Terraform. This will create a URL that you can access from any browser over HTTP (HTTPS not supported). This single instance will run on your own keys, and they will not be exposed. However, if you want your instance to be protected, it is highly recommended that you set a password one setup is complete. +With a DigitalOcean account, you can easily deploy a private AnythingLLM instance using Terraform. This will create a URL that you can access from any browser over HTTP (HTTPS not supported). This single instance will run on your own keys, and they will not be exposed. However, if you want your instance to be protected, it is highly recommended that you set a password once setup is complete. The output of this Terraform configuration will be: - 1 DigitalOcean Droplet diff --git a/cloud-deployments/gcp/deployment/DEPLOY.md b/cloud-deployments/gcp/deployment/DEPLOY.md index 7e1ed73e..754309ce 100644 --- a/cloud-deployments/gcp/deployment/DEPLOY.md +++ b/cloud-deployments/gcp/deployment/DEPLOY.md @@ -1,6 +1,6 @@ # How to deploy a private AnythingLLM instance on GCP -With a GCP account you can easily deploy a private AnythingLLM instance on GCP. This will create a url that you can access from any browser over HTTP (HTTPS not supported). This single instance will run on your own keys and they will not be exposed - however if you want your instance to be protected it is highly recommend that you set a password one setup is complete. +With a GCP account you can easily deploy a private AnythingLLM instance on GCP. This will create a url that you can access from any browser over HTTP (HTTPS not supported). This single instance will run on your own keys and they will not be exposed - however if you want your instance to be protected it is highly recommend that you set a password once setup is complete. The output of this cloudformation stack will be: - 1 GCP VM diff --git a/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/DrupalWiki/index.jsx b/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/DrupalWiki/index.jsx index 69a33e30..eab771d2 100644 --- a/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/DrupalWiki/index.jsx +++ b/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/DrupalWiki/index.jsx @@ -94,7 +94,7 @@ export default function DrupalWikiOptions() { Drupal Wiki Space IDs

- Comma seperated Space IDs you want to extract. See the  + Comma separated Space IDs you want to extract. See the