This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
xzc
/
mem0
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
36af1a7615
Gałęzie
Tagi
main
mem0
/
embedchain-js
/
embedchain
/
models
/
QnAPair.ts
QnAPair.ts
89 B
Historia
Czysty
1
2
3
4
type Question = string;
type Answer = string;
export type QnaPair = [Question, Answer];