Skip to content

Commit cfccedb

Browse files
Lev Kokotovgitbook-bot
authored andcommitted
GITBOOK-30: Django app
1 parent 1df599a commit cfccedb

13 files changed

+131
-36
lines changed

pgml-cms/blog/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of contents
22

33
* [Home](README.md)
4+
* [Using PostgresML with Django and embedding search](using-postgresml-with-django-and-embedding-search.md)
45
* [PostgresML is going multicloud](postgresml-is-going-multicloud.md)
56
* [Introducing the OpenAI Switch Kit: Move from closed to open-source AI in minutes](introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md)
67
* [Speeding up vector recall 5x with HNSW](speeding-up-vector-recall-5x-with-hnsw.md)

pgml-cms/blog/announcing-gptq-and-ggml-quantized-llm-support-for-huggingface-transformers.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ description: >-
33
GPTQ & GGML allow PostgresML to fit larger models in less RAM. These
44
algorithms perform inference significantly faster on NVIDIA, Apple and Intel
55
hardware.
6-
featured: false
7-
tags: [engineering]
8-
image: ".gitbook/assets/image (14).png"
96
---
107

118
# Announcing GPTQ & GGML Quantized LLM support for Huggingface Transformers

pgml-cms/blog/announcing-support-for-aws-us-east-1-region.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
description: >-
3-
We added aws us east 1 to our list of support aws regions.
4-
featured: false
5-
tags: [product]
6-
---
71
# Announcing Support for AWS us-east-1 Region
82

93
<div align="left">

pgml-cms/blog/backwards-compatible-or-bust-python-inside-rust-inside-postgres.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
description: >-
33
A story about including Scikit-learn into our Rust extension and preserving
44
backwards compatibility in the process.
5-
tags: [engineering]
6-
featured: false
75
---
86

97
# Backwards Compatible or Bust: Python Inside Rust Inside Postgres

pgml-cms/blog/data-is-living-and-relational.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: >-
33
A common problem with data science and machine learning tutorials is the
44
published and studied datasets are often nothing like what you’ll find in
55
industry.
6-
featured: false
7-
tags: [engineering]
86
---
97

108
# Data is Living and Relational

pgml-cms/blog/generating-llm-embeddings-with-open-source-models-in-postgresml.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
description: >-
33
How to use the pgml.embed(...) function to generate embeddings with free and
44
open source models in your own database.
5-
image: ".gitbook/assets/blog_image_generating_llm_embeddings.png"
6-
features: true
75
---
86

97
# Generating LLM embeddings with open source models in PostgresML

pgml-cms/blog/how-to-improve-search-results-with-machine-learning.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ description: >-
33
PostgresML makes it easy to use machine learning on your data and scale
44
workloads horizontally in our cloud. One of the most common use cases is to
55
improve search results.
6-
featured: true
7-
image: ".gitbook/assets/image (2) (2).png"
8-
tags: ["Engineering"]
96
---
107

118
# How-to Improve Search Results with Machine Learning

pgml-cms/blog/introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
featured: true
3-
tags: [engineering, product]
2+
image: https://postgresml.org/dashboard/static/images/open_source_ai_social_share.png
43
description: >-
54
Quickly and easily transition from the confines of the OpenAI APIs to higher
65
quality embeddings and unrestricted text generation models.
7-
image: ".gitbook/assets/blog_image_switch_kit.png"
86
---
97

108
# Introducing the OpenAI Switch Kit: Move from closed to open-source AI in minutes

pgml-cms/blog/mindsdb-vs-postgresml.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description: >-
33
PostgresML is more opinionated, more scalable, more capable and several times
44
faster than MindsDB.
5-
image: ".gitbook/assets/image (17).png"
65
---
76

87
# MindsDB vs PostgresML

pgml-cms/blog/postgres-full-text-search-is-awesome.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description: >-
33
If you want to improve your search results, don't rely on expensive O(n*m)
44
word frequency statistics. Get new sources of data instead.
5-
image: ".gitbook/assets/image (53).png"
65
---
76

87
# Postgres Full Text Search is Awesome!

0 commit comments

Comments
 (0)