Add RestEmbedder

This commit is contained in:
Louis Dureuil 2024-03-14 14:44:43 +01:00
parent c3d02f092d
commit 8708cbef25
No known key found for this signature in database
3 changed files with 295 additions and 0 deletions

View file

@ -11,6 +11,7 @@ pub mod openai;
pub mod settings;
pub mod ollama;
pub mod rest;
pub use self::error::Error;