This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
xzc
/
mem0
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
4c5c99e6ae
Branches
Tags
main
mem0
/
embedchain-js
/
embedchain
/
models
/
QnAPair.ts
QnAPair.ts
89 B
Histórico
Raw
1
2
3
4
type Question = string;
type Answer = string;
export type QnaPair = [Question, Answer];