Spaces:
Sleeping
Sleeping
Commit
·
d1459de
1
Parent(s):
212edde
modified imports
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
@@ -3,7 +3,7 @@ from llama_index.core import StorageContext, load_index_from_storage, VectorStor
|
|
3 |
from llama_index.llms.huggingface import HuggingFaceInferenceAPI
|
4 |
from dotenv import load_dotenv
|
5 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
6 |
-
from llama_index.memory import ChatMemoryBuffer
|
7 |
from llama_index.core import Settings
|
8 |
import os
|
9 |
import base64
|
|
|
3 |
from llama_index.llms.huggingface import HuggingFaceInferenceAPI
|
4 |
from dotenv import load_dotenv
|
5 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
6 |
+
from llama_index.core.memory import ChatMemoryBuffer
|
7 |
from llama_index.core import Settings
|
8 |
import os
|
9 |
import base64
|
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
streamlit==1.37.0
|
2 |
python-dotenv
|
3 |
llama-index
|
4 |
-
llama-index-memory
|
5 |
llama-index-embeddings-huggingface
|
6 |
llama-index-llms-huggingface
|
|
|
1 |
streamlit==1.37.0
|
2 |
python-dotenv
|
3 |
llama-index
|
|
|
4 |
llama-index-embeddings-huggingface
|
5 |
llama-index-llms-huggingface
|