Coool2 commited on
Commit
4bdbe47
·
verified ·
1 Parent(s): dfb9f48

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -1
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