Simon Suo

Results 49 comments of Simon Suo

Closing this thread since it's a commonly asked question. Please refer to @jerryjliu answer above, or FAQ (https://docs.google.com/document/d/1bLP7301n4w9_GsukIYvEhZXVAvOMWnrxMy089TYisXU/edit#) for more details.

Closing this for now, since it's mostly due to openai's rate limit issues. We will continue to make optimizations to e.g. reduce number of requests.

Closing issue since associated PR has been landed.

Closing old issues, looks like it's specific to `pyvis`

Closing since issue is resolved.

As noted above, this is already possible with a custom query.

@teoh we are actively improving the runtime of index building and querying, so hopefully this will be less of an issue in the near future! As @aliyeysides noted, the feature...

Hey folks, as a work around, I think you can explicitly set a lower chunk size for now. In the 0.5.0 API, this would look like ``` service_context = ServiceContext.from_defaults(chunk_size_limit=3000)...