mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-17 07:42:10 +00:00
Update llama_index to 0.9.3 (#1278)
* Update llama_index to 0.9.3 Had to change some imports because of breaking change durin the llama_index update to 0.9.0 * Update poetry.lock after update of llama_index
This commit is contained in:
@@ -6,14 +6,13 @@ from typing import TYPE_CHECKING, Any, AnyStr, Literal
|
||||
from injector import inject, singleton
|
||||
from llama_index import (
|
||||
Document,
|
||||
JSONReader,
|
||||
ServiceContext,
|
||||
StorageContext,
|
||||
StringIterableReader,
|
||||
VectorStoreIndex,
|
||||
load_index_from_storage,
|
||||
)
|
||||
from llama_index.node_parser import SentenceWindowNodeParser
|
||||
from llama_index.readers import JSONReader, StringIterableReader
|
||||
from llama_index.readers.file.base import DEFAULT_FILE_READER_CLS
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
Reference in New Issue
Block a user