From 6b64060412acff721a821b4cfdf04e5883a3664b Mon Sep 17 00:00:00 2001 From: Wey Gu Date: Mon, 24 Apr 2023 16:25:15 +0800 Subject: [PATCH] chore: fixed broken URL in markdown --- .../Using_vector_databases_for_embeddings_search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector_databases/Using_vector_databases_for_embeddings_search.ipynb b/examples/vector_databases/Using_vector_databases_for_embeddings_search.ipynb index 63cb4b90..32cf575a 100644 --- a/examples/vector_databases/Using_vector_databases_for_embeddings_search.ipynb +++ b/examples/vector_databases/Using_vector_databases_for_embeddings_search.ipynb @@ -268,7 +268,7 @@ "Chroma collections allow you to store and filter with arbitrary metadata, making it easy to query subsets of the embedded data. \n", "\n", "Chroma is already integrated with OpenAI's embedding functions. The best way to use them is on construction of a collection, as follows.\n", - "Alternatively, you can 'bring your own embeddings'. More information can be found [here]https://docs.trychroma.com/embeddings)" + "Alternatively, you can 'bring your own embeddings'. More information can be found [here](https://docs.trychroma.com/embeddings)" ] }, {