Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from llama_index.llms.
|
| 2 |
|
| 3 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
| 4 |
from langchain_community.document_loaders import WikipediaLoader
|
|
|
|
| 1 |
+
from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
|
| 2 |
|
| 3 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
| 4 |
from langchain_community.document_loaders import WikipediaLoader
|