Closed bruinon closed 1 year ago
@thinkall
Hi @bruinon , which version of autogen have you installed? Could you upgrade to the latest version and try this notebook https://github.com/microsoft/autogen/blob/main/notebook/agentchat_RetrieveChat.ipynb?
For your question 1 and 2, we haven't implemented them yet. Would you like to raise a PR for that?
UnboundLocalError: local variable 'i' referenced before assignment
Thanks @thinkall for the tips, upgrading from 0.1.3 to 0.1.5 resolved the problem;
Installing collected packages: pyautogen
Attempting uninstall: pyautogen
Found existing installation: pyautogen 0.1.3
Uninstalling pyautogen-0.1.3:
Successfully uninstalled pyautogen-0.1.3
Successfully installed pyautogen-0.1.5
Do you have insights on the previous two questions? Also in AutoGen framework, is there a way for me to update the metadata for each embedding chunk before inserting into Chroma? this feature is important to identify chunks associated with outdated documents, so that they can be replaced with new embedding chunks.
UnboundLocalError: local variable 'i' referenced before assignment
Thanks @thinkall for the tips, upgrading from 0.1.3 to 0.1.5 resolved the problem;
Installing collected packages: pyautogen Attempting uninstall: pyautogen Found existing installation: pyautogen 0.1.3 Uninstalling pyautogen-0.1.3: Successfully uninstalled pyautogen-0.1.3 Successfully installed pyautogen-0.1.5
Do you have insights on the previous two questions? Also in AutoGen framework, is there a way for me to update the metadata for each embedding chunk before inserting into Chroma? this feature is important to identify chunks associated with outdated documents, so that they can be replaced with new embedding chunks.
Adding docs with given doc ids is also doable, but sorry we haven't implemented that yet.
For your question 1 and 2, we haven't implemented them yet. Would you like to raise a PR for that?
Yes, I would like to raise a PR for that! We would avoid the problems of mixing multiple LLM frameworks in a single application
Thank you very much @bruinon. Let me know if you need any assistance on the PR.
UnboundLocalError: local variable 'i' referenced before assignment
Thanks @thinkall for the tips, upgrading from 0.1.3 to 0.1.5 resolved the problem;
Installing collected packages: pyautogen Attempting uninstall: pyautogen Found existing installation: pyautogen 0.1.3 Uninstalling pyautogen-0.1.3: Successfully uninstalled pyautogen-0.1.3 Successfully installed pyautogen-0.1.5
Do you have insights on the previous two questions? Also in AutoGen framework, is there a way for me to update the metadata for each embedding chunk before inserting into Chroma? this feature is important to identify chunks associated with outdated documents, so that they can be replaced with new embedding chunks.
Hello, I am having the same issue, I need add metadata in each embedding in order to filter them, were you able to do it?
Folks,
I am testing AutoGen for Retrieval Augmented Code Generation and Question Answering by following the notebook posted here, https://github.com/microsoft/FLAML/blob/main/notebook/autogen_agentchat_RetrieveChat.ipynb
I have a few follow-up questions,
UnboundLocalError: local variable 'i' referenced before assignment