Skip to content

Commit 65afd6f

Browse files
Cassandra Stumergitbook-bot
authored andcommitted
GITBOOK-9: OpenAI switch kit post
1 parent bba42ff commit 65afd6f

13 files changed

+230
-8
lines changed
629 KB
Loading
557 KB
Loading
18.1 MB
Loading
18.1 MB
Loading
-17.4 MB
Loading
14.9 KB
Loading
-569 KB
Loading

pgml-cms/blog/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
description: recent blog posts
2+
description: recent blog posts
33
---
44

5-
# Recent Posts
5+
# Home
66

7+
* [introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md](introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md "mention")
78
* [speeding-up-vector-recall-5x-with-hnsw.md](speeding-up-vector-recall-5x-with-hnsw.md "mention")
89
* [how-to-improve-search-results-with-machine-learning.md](how-to-improve-search-results-with-machine-learning.md "mention")
910
* [pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-i.md](pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-i.md "mention")
@@ -26,5 +27,5 @@ description: recent blog posts
2627
* [postgresml-is-8-40x-faster-than-python-http-microservices.md](postgresml-is-8-40x-faster-than-python-http-microservices.md "mention")
2728
* [postgres-full-text-search-is-awesome.md](postgres-full-text-search-is-awesome.md "mention")
2829
* [oxidizing-machine-learning.md](oxidizing-machine-learning.md "mention")
29-
* [Broken link](broken-reference "mention")
30+
* [broken-reference](broken-reference/ "mention")
3031
* [data-is-living-and-relational.md](data-is-living-and-relational.md "mention")

pgml-cms/blog/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of contents
22

33
* [Home](README.md)
4+
* [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)
45
* [Speeding up vector recall 5x with HNSW](speeding-up-vector-recall-5x-with-hnsw.md)
56
* [How-to Improve Search Results with Machine Learning](how-to-improve-search-results-with-machine-learning.md)
67
* [pgml-chat: A command-line tool for deploying low-latency knowledge-based chatbots](pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-i.md)
@@ -10,7 +11,7 @@
1011
* [Announcing GPTQ & GGML Quantized LLM support for Huggingface Transformers](announcing-gptq-and-ggml-quantized-llm-support-for-huggingface-transformers.md)
1112
* [Making Postgres 30 Percent Faster in Production](making-postgres-30-percent-faster-in-production.md)
1213
* [MindsDB vs PostgresML](mindsdb-vs-postgresml.md)
13-
* [Introducing PostgresML Python SDK: Build End-to-End Vector Search Applications without OpenAI and Pinecone](introducing-postgresml-python-sdk-build-end-to-end-vector-search-applications-without-openai-and-pin.md)
14+
* [Introducing PostgresML Python SDK: Build End-to-End Vector Search Applications without OpenAI and Pi](introducing-postgresml-python-sdk-build-end-to-end-vector-search-applications-without-openai-and-pin.md)
1415
* [PostgresML raises $4.7M to launch serverless AI application databases based on Postgres](postgresml-raises-usd4.7m-to-launch-serverless-ai-application-databases-based-on-postgres.md)
1516
* [PG Stat Sysinfo, a Postgres Extension for Querying System Statistics](pg-stat-sysinfo-a-postgres-extension-for-querying-system-statistics.md)
1617
* [PostgresML as a memory backend to Auto-GPT](postgresml-as-a-memory-backend-to-auto-gpt.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ September 4, 2023
1919

2020
PostgresML makes it easy to use machine learning with your database and to scale workloads horizontally in our cloud. One of the most common use cases is to improve search results. In this article, we'll show you how to build a search engine from the ground up, that leverages multiple types of natural language processing (NLP) and machine learning (ML) models to improve search results, including vector search and personalization with embeddings.
2121

22-
<figure><img src=".gitbook/assets/image (2).png" alt=""><figcaption><p>PostgresML is a composition engine that provides advanced AI capabilities.</p></figcaption></figure>
22+
<figure><img src=".gitbook/assets/image (2) (2).png" alt=""><figcaption><p>PostgresML is a composition engine that provides advanced AI capabilities.</p></figcaption></figure>
2323

2424
## Keyword Search
2525

0 commit comments

Comments
 (0)