Jerry Liu

Results 340 comments of Jerry Liu

Hi @mariusnita, just a quick note. The PR I linked partially fixes the issue but does not completely fix the issue around your use case. This is because at the...

out of curiosity, why does this work? is there a stackoverflow/gh thread for this?

good find. yes! i'll get to this soon

Hey @aashay96! I just took a look and I think I figured out your issue. When following these developer docs https://developers.google.com/docs/api/quickstart/python, I found that when creating credentials, if I set...

@aashay96 let me know if this is still an issue - will close for now

@aashay96 are you setting `Application Type` to `Desktop App`? If you send along a code snippet I can also try to repro. Thanks!

Setting to Desktop should be the solution, going to close this issue for now

going to close this issue for now in favor of moving these issues to llamahub https://github.com/emptycrown/llama-hub/issues/30

Hi @aashay96, by default the chunk limit is based off davinci (4096 tokens). For other LLM's, at the moment, you have a few options: 1) you can manually specify `chunk_size_limit`...