Commit e897643
File tree
9 files changed
+61
-37
lines changedFilter options
- vector-embeddings
9 files changed
+61
-37
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
|
vector-embeddings/01-import-wikipedia.sql
Copy file name to clipboardExpand all lines: vector-embeddings/01-import-wikipedia.sql+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
85 | 89 |
|
vector-embeddings/02-create-vectors-table.sql
Copy file name to clipboardExpand all lines: vector-embeddings/02-create-vectors-table.sql+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
vector-embeddings/03-store-openai-credentials.sql
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
vector-embeddings/04-create-get-embeddings-procedure.sql
Copy file name to clipboard+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
vector-embeddings/03-find-similar-articles.sql renamed to vector-embeddings/05-find-similar-articles.sql
Copy file name to clipboardExpand all lines: vector-embeddings/05-find-similar-articles.sql+5-19Lines changed: 5 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 | 1 |
|
13 | 2 |
|
14 | 3 |
|
15 | 4 |
|
16 | 5 |
|
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
24 | 9 |
|
25 | 10 |
|
26 | 11 |
|
27 | 12 |
|
28 | 13 |
|
| 14 | + |
29 | 15 |
|
30 | 16 |
|
31 | 17 |
|
| ||
81 | 67 |
|
82 | 68 |
|
83 | 69 |
|
84 |
| - |
| 70 | + |
85 | 71 |
|
86 | 72 |
|
87 | 73 |
|
|
vector-embeddings/05-sample-function-usage.sql
Copy file name to clipboardExpand all lines: vector-embeddings/05-sample-function-usage.sql-14Lines changed: 0 additions & 14 deletions
This file was deleted.
vector-embeddings/04-sample-function.sql renamed to vector-embeddings/06-sample-function.sql
Copy file name to clipboardFile renamed without changes.
vector-embeddings/07-sample-function-usage.sql
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
0 commit comments