Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[New Cookbook] Semantic Search with DuckDB and OpenAI Embeddings #2116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ayman-openai wants to merge 8 commits into openai:main
base: main
Choose a base branch
Loading
from ayman-openai:ayman/duckdb
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions authors.yaml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ heejingithub:
website: "https://www.linkedin.com/in/heejc/"
avatar: "https://avatars.githubusercontent.com/u/169293861"

ayman-openai:
name: "Ayman Farhat"
website: "https://www.linkedin.com/in/ayman-farhat-7baa9a11/"
avatar: "https://avatars.githubusercontent.com/u/229349247"

himadri518:
name: "Himadri Acharya"
Expand Down
1 change: 1 addition & 0 deletions examples/vector_databases/duckdb/.gitignore
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arxiv_data.db
8 changes: 8 additions & 0 deletions examples/vector_databases/duckdb/README.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DuckDB

[DuckDB](https://duckdb.org/) is an in-process SQL OLAP database management system designed for analytics.
DuckDB provides a lightweight, efficient way to query and store embeddings directly alongside your structured data, making it easy to combine vector operations with rich SQL analytics.

For technical details, refer to the [DuckDB documentation](https://duckdb.org/docs/).

The [`duckdb`](https://github.com/duckdb/duckdb) GitHub repository contains the source code, examples, and community resources for experimenting with DuckDB.
Loading

AltStyle によって変換されたページ (->オリジナル) /