Simon Suo

Results 49 comments of Simon Suo

I think your understanding is correct. I'm surprised that this does not work. One way to debug this is to build the `GPTSimpleVectorIndex` on only image documents, and check the...

Closing this ticket to tracker under https://github.com/jerryjliu/llama_index/issues/1007

Looks like langchain doesn't expose the `contextsize` for `AzureOpenAI` super well yet. We can look into a quick fix on our side first!

Hi @Luffffffy and @KopinXu GPTListIndex does not use embedding by default. It considers all text chunks to synthesize a response (either through refinement, or hierarchical summarization). If you want to...

Looks like a small bug, we will take a look at this soon!

How do you currently set your API key? Do other notebook examples work?

@ekzhu quick question: how does the performance of ChatGPT compare to davinci in your experience?

Hey everyone, closing this issue since the original question about how to use a custom LLM has been addressed. Please direct further discussion to discord, where you'd get much better...

Duplicate of https://github.com/jerryjliu/llama_index/issues/640

Hey @snbhanja, not possible via GPTIndex yet, but should be a simple change to support it.