mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
Clean up Embeddings Store (#121)
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
10b5c5b42c
commit
2a9b9486f3
8 changed files with 366 additions and 238 deletions
|
|
@ -7,7 +7,7 @@ pub struct EmbeddingRequest {
|
|||
pub prompt_target: PromptTarget,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq)]
|
||||
pub enum EmbeddingType {
|
||||
Name,
|
||||
Description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue