This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
xzc
/
mem0
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
87d0b5c76f
Větve
Značky
main
mem0
/
embedchain-js
/
embedchain
/
models
/
QnAPair.ts
QnAPair.ts
89 B
Historie
Surový
1
2
3
4
type Question = string;
type Answer = string;
export type QnaPair = [Question, Answer];