Jerry Liu

Results 340 comments of Jerry Liu

probably #app-showcase in the discord channel (or #llama-hub since this has to do with data loading, even though it's not a part of llamahub yet)

i think you might want to tune the description for the langchain tool "useful for when you want to answer questions about the author". is this over the default paul...

Yeah the trick here is in the prompting. I've also had to play around with the descriptions when trying to plug in indices into agents

closing for now - let me know if any issues come up though

yep hope that works @taesiri! - will close this issue unless there's anything else

there are no more `verbose` parameters anywhere

take a look at this section for getting outputs in a jupyter notebook instead: https://gpt-index.readthedocs.io/en/latest/getting_started/starter_example.html#viewing-queries-and-events-using-logging

hi @dranastos could you paste the code / stack trace?

it looks like you need to replace `text_chunks` with `doc_chunks` which is the variable you defined

`from gpt_index import Document` are you following a section in the documentation? i can update this to be more clear