Closed hsm207 closed 1 month ago
Thank you @hsm207 , if you'd like to use your integration in a short time, say one or two days, I suggest you follow #161. If you can wait till next week, then maybe it's better to wait or start based on #619.
Let me know if you need more info. Thanks.
@thinkall thanks for the clarification. I'll wait until #619 is merged.
@thinkall Could you kindly provide an estimate of when this might be merged? Thank you
@thinkall Could you kindly provide an estimate of when this might be merged? Thank you
Hi @garethchengibm , I'm oof this week, will try finish reviewing and merge the PR next week. Thanks.
Hi @hsm207, are you still interested in contributing weaviate integration? We've a new abstraction of vectordb.
@thinkall yes, i'm interested in contributing a weaviate integration. Where can I find the docs to understand what I need to implement and are there already implementations that use the new abstraction that I can use as reference?
Thank you very much @hsm207 . You can find the new abstraction and implementation of chromadb and pgvectordb here: https://github.com/microsoft/autogen/tree/main/autogen/agentchat/contrib/vectordb and the notebook example: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_pgvector_RetrieveChat.ipynb
Feel free to ping me here or in Discord if you've any other questions.
Any update on if this is implemented ? thanks a ton
@swadharma-me I haven't started on this yet. I'll probably have some down time around Q4 to contribute so open to someone else contributing if they have the capacity sooner.
some examples of this in 0.2 and 0.4. closing this issues as stale.
I would like to contribute a weaviate integration and would like advise on how to build this integration.
It seems the current way to do it according to PR #161 is to subclass
RetrieveUserProxyAgent
and implement theretrieve_docs
andquery_vector_db
methods. However, there's also a recent PR (#619 ) that proposes a new retriever API.Which approach is going to be supported in release >= 0.2?