Spaces:
Configuration error
Configuration error
Update agent.py
Browse files
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:
|