From f8bf577df93846ea68bc0be1006c89e4ae502e9c 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 63cb4b9020..32cf575ac0 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)" ] }, {