From 758002e9b6926a1bf55307b763d312e5d4e0c550 Mon Sep 17 00:00:00 2001 From: Montana Low Date: Mon, 22 Jul 2024 10:51:13 -0700 Subject: [PATCH] Update generating-llm-embeddings-with-open-source-models-in-postgresml.md fix changes --- ...ting-llm-embeddings-with-open-source-models-in-postgresml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgml-cms/blog/generating-llm-embeddings-with-open-source-models-in-postgresml.md b/pgml-cms/blog/generating-llm-embeddings-with-open-source-models-in-postgresml.md index 6171b93b9..d834dce72 100644 --- a/pgml-cms/blog/generating-llm-embeddings-with-open-source-models-in-postgresml.md +++ b/pgml-cms/blog/generating-llm-embeddings-with-open-source-models-in-postgresml.md @@ -1,6 +1,6 @@ --- image: .gitbook/assets/blog_image_generating_llm_embeddings.png -features: true +featured: true description: >- How to use the pgml.embed(...) function to generate embeddings with free and open source models in your own database.