The community member is using a sample code from the Readme, which takes around 20-30 seconds for the API to provide an answer about their data. They are asking if this can be made faster or tweaked in an easy way. The comments suggest that the slow response time may be due to issues with the OpenAI endpoints, and that the expected answer time for a simple query should be around 5 seconds or less. Some community members suggest that if the data does not change, it is not necessary to index the same document repeatedly, and that using the saved index can improve the query time.
Hi guys, thx for the awesome work. When I use the sample Code from the Readme, it takes around 20-30 Seconds for the API to give me an answer about my data. Can this be made faster/tweaked in an easy way?
if the data dont change ... is not necessary to index the same document again and again ... if you saved one time you can use the index and query him ...