Skip to content

Commit

Permalink
Update duckdb comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Mar 9, 2025
1 parent a167c72 commit b9ace43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions swiftide-integrations/src/duckdb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ const DEFAULT_UPSERT_QUERY: &str = include_str!("upsert.sql");

/// Provides `Persist`, `Retrieve`, and `NodeCache` for duckdb
///
/// Unfortunately Metadata is not stored.
///
/// By default `hnsw_enable_experimental_persistence` is enabled.
/// Unfortunately Metadata is not stored and vectors are not upserted.
/// Hopefully this will be fixed in a future release.
///
/// NOTE: The integration is not optimized for ultra large datasets / load. It might work, if it
/// doesn't let us know <3.
Expand Down

0 comments on commit b9ace43

Please sign in to comment.