Skip to content
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
5 changes: 5 additions & 0 deletions authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,8 @@ heejingithub:
name: "Heejin Cho"
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"
1 change: 1 addition & 0 deletions examples/vector_databases/duckdb/.gitignore
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
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