Coool2 commited on
Commit
f0fbe81
·
1 Parent(s): 07ae052

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -44,6 +44,7 @@ from llama_index.readers.file import (
44
  PandasExcelReader,
45
  VideoAudioReader # Adding VideoAudioReader for handling audio/video without API
46
  )
 
47
 
48
  # Optional API-based imports (conditionally loaded)
49
  try:
 
44
  PandasExcelReader,
45
  VideoAudioReader # Adding VideoAudioReader for handling audio/video without API
46
  )
47
+ from pydantic import Field
48
 
49
  # Optional API-based imports (conditionally loaded)
50
  try: