Find answers from the community

S
SJ
Offline, last seen 2 months ago
Joined September 25, 2024
i'm really good at finding bugs apparently 🙂
3 comments
L
S
Probably a stupid question, but does LlamaIndex not care about LangChain versions? I didn't see anything in the setup.py to indicate that it would. What I'm really getting at is... does v0.5.0 work with LangChain v0.0.124 that was just released?
3 comments
S
j
Hi! I have a multipage report, Word template, that is filled out and processed hundreds of times per month, every month. There is also an identical copy of the report available, with inline minimum requirements/expectations for the individuals completing the report, we can call this "Reqs".

I'm planning to use LangChain's agents+tools to review/grade the reports vs. "Reqs" and also create a summary/rollup of all of that month's reports (+quarterly/annually). The primary goal of the review is to teach/instruct the individuals doing the reports on what was missed and why it's important to include going forward.

I believe LangChain's Agents + GPT-Index Document capabilities makes sense to use with this project. Am I mistaken and Langchain itself is enough? If this is a solid use case for GPT-Index, what is the best way for me to take advantage of this projects capabilities? I'm a newbie when it comes to programming, but am willing to put in the effort needed to learn and am more than capable of copy/pasting into ChatGPT 🙂
12 comments
j
a
M
S