feat(core): implement full memory pipeline (#11)
This commit was merged in pull request #11.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pub mod chat;
|
||||
pub mod rerank;
|
||||
pub mod embeddings;
|
||||
|
||||
pub use chat::{ChatClient, Completion, Usage};
|
||||
pub use rerank::RerankClient;
|
||||
pub use embeddings::EmbeddingsClient;
|
||||
|
||||
Reference in New Issue
Block a user