We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0dda7 commit 9649c96Copy full SHA for 9649c96
1 file changed
README.md
@@ -2,6 +2,10 @@
2
3
# DuckDB Document Store for Haystack
4
5
+> [!NOTE]
6
+> This project is a proof of concept - use at your own risk.
7
+> The code may be susceptible to bugs and security issues (such as SQL injection), proceed with caution.
8
+
9
A DuckDB-backed document store for [Haystack](https://github.com/deepset-ai/haystack/) with
10
HNSW vector search via DuckDB's [VSS](https://duckdb.org/docs/stable/core_extensions/vss) extension. It supports:
11
0 commit comments