llmware-ai / llmware

Unified framework for building enterprise RAG pipelines with small, specialized models
https://llmware-ai.github.io/llmware/
Apache License 2.0
4.37k stars 810 forks source link

Adding support for DuckDB #924

Open bhugueney opened 1 month ago

bhugueney commented 1 month ago

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

doberst commented 1 month ago

@bhugueney - thanks for the suggestion - it is good idea - let me look into it ... If you have some specific ideas around integrating or would like to contribute to llmware with some DuckDB integration code, let me know - would welcome it! :)