Find answers from the community

Home
Members
jon-chuang
j
jon-chuang
Offline, last seen 3 months ago
Joined September 25, 2024
Hello, has anyone tried a ComposableGraph with two levels of vector indexes for many long documents (e.g. 100 documents, 100 nodes each).
1 comment
L
Hello, may I ask why loading a pdf with SimpleDirectoryReader produces a list of documents per page? This seems counter intuitive and really the wrong behaviour. It should load a single document containing all of the pages?

Plain Text
ddacc = SimpleDirectoryReader(input_files=["data/2202.08137 (1).pdf"]).load_data()
13 comments
j
L
Oh I see embeddings are used, but text DaVinci in service context is used for other LLM functions like multi step?
1 comment
L