klieo-memory-pgvector 3.6.0

PostgreSQL + pgvector implementation of klieo-core's LongTermMemory.
Documentation
1
2
3
4
5
6
7
8
9
//! Re-exports of the shared `Embedder` trait + dummy/fake impls.
//!
//! The single home is [`klieo_embed_common`]; these re-exports let call sites
//! do `use klieo_memory_pgvector::Embedder` like the other memory backends.

pub use klieo_embed_common::{DummyEmbedder, Embedder};

#[cfg(any(test, feature = "test-utils"))]
pub use klieo_embed_common::FakeEmbedder;