Update agent.py
Browse files
agent.py
CHANGED
@@ -26,7 +26,6 @@ from llama_index.core.schema import ImageNode, TextNode
|
|
26 |
|
27 |
|
28 |
# LlamaIndex specialized imports
|
29 |
-
from llama_index.callbacks.wandb import WandbCallbackHandler
|
30 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
31 |
from llama_index.llms.huggingface import HuggingFaceLLM
|
32 |
from llama_index.readers.assemblyai import AssemblyAIAudioTranscriptReader
|
|
|
26 |
|
27 |
|
28 |
# LlamaIndex specialized imports
|
|
|
29 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
30 |
from llama_index.llms.huggingface import HuggingFaceLLM
|
31 |
from llama_index.readers.assemblyai import AssemblyAIAudioTranscriptReader
|