This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
xzc
/
mem0
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
68183e9dce
Branches
Tags
main
mem0
/
embedchain-js
/
embedchain
/
models
/
QnAPair.ts
QnAPair.ts
89 B
Historique
Raw
1
2
3
4
type Question = string;
type Answer = string;
export type QnaPair = [Question, Answer];