Skip to content

Commit d92e65c

Browse files
rhl_fastapi_v2_modify.py current latency 10 secs
1 parent 1b654b7 commit d92e65c

File tree

8 files changed

+1158
-144
lines changed

8 files changed

+1158
-144
lines changed

AD-HOC/test.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import pandas as pd
1+
def func(a):
2+
return 3
3+
print(func(5))
24

3-
import numpy as np
45

5-
import os
6-
7-
print(os.getcwd())
6+
print(func(1))
Binary file not shown.
40.3 KB
Binary file not shown.
Binary file not shown.

FASTAPI-DEPLOYMENT/rhl_fastapi_v2.py

Lines changed: 285 additions & 138 deletions
Large diffs are not rendered by default.

FASTAPI-DEPLOYMENT/rhl_fastapi_v2_modify.py

Lines changed: 867 additions & 0 deletions
Large diffs are not rendered by default.

chat_history.db

412 KB
Binary file not shown.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ sentence-transformers
1010
fitz
1111
frontend
1212
unstructured
13-
pdfminer
13+
pdfminer
14+
aiosqlite

0 commit comments

Comments
 (0)