mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
upgrade llama-index to v0.10
This commit is contained in:
parent
04527cf0eb
commit
e14aedcea7
29 changed files with 725 additions and 370 deletions
|
|
@ -11,8 +11,9 @@ from pathlib import Path
|
|||
from typing import Optional, Union
|
||||
|
||||
import pandas as pd
|
||||
from llama_index.node_parser import SimpleNodeParser
|
||||
from llama_index.readers import Document, PDFReader, SimpleDirectoryReader
|
||||
from llama_index.core import Document, SimpleDirectoryReader
|
||||
from llama_index.core.node_parser import SimpleNodeParser
|
||||
from llama_index.readers.file import PDFReader
|
||||
from pydantic import BaseModel, ConfigDict, Field
|
||||
from tqdm import tqdm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue