Simon Suo

Results 49 comments of Simon Suo

Hey @shangdev, did you try improving the query string with the information you describe? Or improving the prompt template to better give this information to the LLM?

Hey @myrulezzz , how do you get your response object? Maybe taking a look at https://gpt-index.readthedocs.io/en/latest/reference/response.html would help. Depends on if you want the final textual response (generated by the...

Hey @eugenepyvovarov, would be amazing if you can create a PR with your change. I can help review and land!

@jma7889 could you give an example of the type of questions you are asking? What kind of index are you using?

Re-opening as https://github.com/jerryjliu/llama_index/pull/1755

@mjp0 if you have more questions beyond @logan-markewich's super helpful response, please join the discord community (https://discord.gg/dGcwcsnxhU) and continue the discussion there!

Agreed, we should definitely make the documentation clearer. Will take a todo here.

Hey @mrcmoresi, hard to help debug without more information. The ValueError seems to indicate the document is None. Some follow questions: 1. Did you load the `GPTSimpleVectorIndex` from disk after...

Should be coming in the near future! Stay tuned.