Skip to content

Commit

Permalink
Fix the import of Pydantic (#13275)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellLuo authored May 6, 2024
1 parent b3e9c17 commit 48e0a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from llama_index.core.schema import NodeWithScore
from llama_index.llms.openai import OpenAI
from llama_index.readers.file import PDFReader
from pydantic import BaseModel, Field
from llama_index.core.bridge.pydantic import BaseModel, Field

# backwards compatibility
try:
Expand Down

0 comments on commit 48e0a26

Please sign in to comment.