feat: add embedchain javascript package (#576)
This commit is contained in:
4
embedchain-js/embedchain/models/QnAPair.ts
Normal file
4
embedchain-js/embedchain/models/QnAPair.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
type Question = string;
|
||||
type Answer = string;
|
||||
|
||||
export type QnaPair = [Question, Answer];
|
||||
Reference in New Issue
Block a user