feat: test document chunks (#62)

This commit is contained in:
balibabu
2024-02-08 18:12:31 +08:00
committed by GitHub
parent 5e0a689c43
commit 1a156e6569
9 changed files with 341 additions and 91 deletions

View File

@ -2,6 +2,9 @@
width: 350px;
background-color: white;
padding: 30px 20px;
overflow: auto;
height: calc(100vh - 160px);
.historyTitle {
padding: 30px 0 20px;
}