llmware-ai/llmware

Adding support for DuckDB

Open

#924 opened on Jul 6, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (2,912 forks)auto 404
good first issue

Repository metrics

Stars
 (14,817 stars)
PR merge metrics
 (PR metrics pending)

Description

DuckDB recently added support for vectors to enable similarity search and can be used for RAG.

It seems to me that it would be a very good fit for llmware as a low ceremony way to access data efficiently) even on a laptop .

Best Regards

Contributor guide