The community member is a second-year Masters student in Information Systems who is trying to create a useful and knowledgeable chatbot using the llama-index framework. They are facing an issue where they cannot import the OpenAIAssistantAgent.from_new function, which they saw in an example. The community members in the comments provide some suggestions, such as checking the correct import statement and updating the llama-index version. However, the issue seems to persist, and the community member is seeking more advanced insights on the problem and the potential chatbot solution.
Hello everyone! About 3 months ago i started searching for tools and frameworks that would enable me to create a useful and knowledgeable chatbot for a potential client. I am impressed with what is capable with llama-index. Is there any possibility I can showcase the problems I am facing or get any insight on my problem and overall potential solution ? I am Information system second year Masters student. For starters : I cannot use "OpenAIAssistantAgent.from_new" as a custom agent. I saw example using it but it cannot be imported. Thanks in advance.
Do you mind to share the insight on the problem/ chatbot i am trying to make ? I would really appreciate someone who is more advanced in the realm of LLM and LLamaIndex.