mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 19:39:42 +00:00
embeddings done
This commit is contained in:
parent
82f2654049
commit
2bdf1dacff
4 changed files with 95 additions and 14 deletions
1
expose.h
1
expose.h
|
@ -255,6 +255,7 @@ struct embeddings_generation_inputs
|
|||
struct embeddings_generation_outputs
|
||||
{
|
||||
int status = -1;
|
||||
int count = 0;
|
||||
const char * data = "";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue