From 22c0e60e0933371ef89f8770f43dee8887df14ca Mon Sep 17 00:00:00 2001 From: Mike Jang Date: Fri, 12 Jan 2024 04:36:54 -0800 Subject: [PATCH] Correct link errors from issue #488. Add URLs to exclude list (#517) Co-authored-by: mjang --- .lycheeignore | 4 +++- qdrant-landing/content/articles/serverless.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.lycheeignore b/.lycheeignore index f0492bb4e..0ca5ba91f 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -4,4 +4,6 @@ https://twitter.com/intent.* https://www.linkedin.com/sharing.* file://.* http://localhost.* -https://your-application-name.* \ No newline at end of file +https://your-application-name.* +https://fonts.googleapis.com/ +https://researchgate.net/ diff --git a/qdrant-landing/content/articles/serverless.md b/qdrant-landing/content/articles/serverless.md index ea1bb1795..adb9b997f 100644 --- a/qdrant-landing/content/articles/serverless.md +++ b/qdrant-landing/content/articles/serverless.md @@ -23,7 +23,7 @@ You may find all of the assets for this tutorial on [GitHub](https://github.com/ * [cargo lambda](https://cargo-lambda.info) (install via package manager, [download](https://github.com/cargo-lambda/cargo-lambda/releases) binary or `cargo install cargo-lambda`) * The [AWS CLI](https://aws.amazon.com/cli) * Qdrant instance ([free tier](https://cloud.qdrant.io) available) -* An embedding provider service of your choice (see our [integration docs](https://qdrant.tech/documentation/integrations). You may be able to get credits from [AI Grant](https://aigrant.org), also Cohere has a [rate-limited non-commercial free tier](https://cohere.com/pricing)) +* An embedding provider service of your choice (see our [Embeddings docs](https://qdrant.tech/documentation/embeddings). You may be able to get credits from [AI Grant](https://aigrant.org), also Cohere has a [rate-limited non-commercial free tier](https://cohere.com/pricing)) * AWS Lambda account (12-month free tier available) ## What you're going to build @@ -176,7 +176,7 @@ pub async fn embed(client: &Client, text: &str, api_key: &str) -> Result