Find answers from the community

Home
Members
ravitheja
r
ravitheja
Offline, last seen last month
Joined September 25, 2024
Hi , use_aync is supported only in GPTSimpleVectorIndex or all other indexes as well?
8 comments
r
j
https://github.com/jerryjliu/llama_index/issues/1168 - Facing this issue repeatedly. Did anyone has similar issue? @Logan M any idea on this?
1 comment
L
Hi @jerryjliu0 , AIBus people are facing this error. There is an issue when GPTSimpleVectorIndex is used with azure api, I am attaching the code here. ERROR: "openai.error.AuthenticationError: Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource. " Can you help AIBus people with it? cc: @Siddhant Saurabh
1 comment
r
Hi, I am trying to build QA bot on slack channel. Referred to this notebook to give a start - https://github.com/jerryjliu/gpt_index/blob/main/examples/data_connectors/SlackDemo.ipynb. But I am getting the following error.

ERROR:gpt_index.readers.slack:Error creating conversation: The request to the Slack API failed. (url: https://www.slack.com/api/conversations.replies)
The server responded with: {'ok': False, 'error': 'ratelimited'}

Though the error is regarding rate limit. I am confused how to resolve it. Any directions @jerryjliu0 or anyone can give?
17 comments
E
r
B
j
Hello all! Thanks, @jerryjliu0 for creating a useful tool and giving it to the community.

Following are some things I am facing issues around the queries:

  1. Unable to retrieve the numbers present in the document.
    1. “What is the valuation of the company?” - the document has clear text on this question but sometimes it says I don’t have any information and sometimes it just throws some numbers.
    2. “How many engineers do you require to hire in next quarter?” - the answer is clearly present in the document but throws random answers
  2. Unable to calculate based on existing information.
    1. “What is the total work experience of the person?” - It is an indirect calculation but does not answer accurately.
Did anyone face similar issues? Any help will be highly appreciated.
2 comments
j