8000 add llama-index · ag-python-qt/pyqt-openai@95df0e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95df0e4

Browse files
committed
add llama-index
1 parent f0cfe82 commit 95df0e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ openai
66
pyperclip
77
stability_sdk
88
jinja2
9+
llama-index

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'openai',
3131
'pyperclip',
3232
'stability_sdk',
33-
'jinja2'
33+
'jinja2',
34+
'llama-index'
3435
]
3536
)

0 commit comments

Comments
 (0)
0