Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import json
|
|
| 6 |
import gradio as gr
|
| 7 |
from huggingface_hub import InferenceClient
|
| 8 |
from smolagents import CodeAgent, InferenceClientModel, tool
|
| 9 |
-
from
|
| 10 |
from llama_index.core import VectorStoreIndex, Document
|
| 11 |
from huggingface_hub import login
|
| 12 |
from smolagents import tool
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
from huggingface_hub import InferenceClient
|
| 8 |
from smolagents import CodeAgent, InferenceClientModel, tool
|
| 9 |
+
from langchain_community.embeddings import HuggingFaceEmbeddings
|
| 10 |
from llama_index.core import VectorStoreIndex, Document
|
| 11 |
from huggingface_hub import login
|
| 12 |
from smolagents import tool
|