Skip to content

Commit dfa948e

Browse files
committed
Update title and related metadata
1 parent 2d19b66 commit dfa948e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

authors.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,3 +472,8 @@ heejingithub:
472472
name: "Heejin Cho"
473473
website: "https://www.linkedin.com/in/heejc/"
474474
avatar: "https://avatars.githubusercontent.com/u/169293861"
475+
476+
ayman-openai:
477+
name: "Ayman Farhat"
478+
website: "https://www.linkedin.com/in/ayman-farhat-7baa9a11/"
479+
avatar: "https://avatars.githubusercontent.com/u/229349247"

examples/vector_databases/duckdb/duckdb-sql-with-openai-embeddings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "0434d61f",
66
"metadata": {},
77
"source": [
8-
"# Semantic Search using DuckDB SQL and OpenAI Embeddings\n"
8+
"# Semantic Search with DuckDB and OpenAI Embeddings\n"
99
]
1010
},
1111
{

registry.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2501,3 +2501,14 @@
25012501
- katiagg
25022502
tags:
25032503
- images
2504+
2505+
- title: Semantic Search with DuckDB and OpenAI Embeddings
2506+
path: examples/vector_databases/duckdb/duckdb-sql-with-openai-embeddings.ipynb
2507+
date: 2025-09-06
2508+
authors:
2509+
- ayman-openai
2510+
tags:
2511+
- embeddings
2512+
- duckdb
2513+
- sql
2514+
- semantic-search

0 commit comments

Comments
 (0)