Skip to content

Commit d649454

Browse files
committed
RAG term
1 parent 89a5b94 commit d649454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0023_how_to_use_openai_apis_in_postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Originally from: [tweet](https://twitter.com/samokhvalov/status/1714958281989554
99
1010
<img src="files/0025_elephant_with_sunglasses.jpg" width="600" />
1111

12-
Today we will:
12+
Today we will implement RAG ([Retrieval Augmented Generation](https://en.wikipedia.org/wiki/Prompt_engineering#Retrieval-augmented_generation])) right in Postgres:
1313

1414
1. Load full Postgres commit history to a Postgres table
1515
2. Using `plpython3u` (N/A on some managed services, such as RDS), start calling OpenAI APIs right from Postgres.

0 commit comments

Comments
 (0)