-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lancedb support #416
Comments
@akashAD98 let's discuss in this new thread rather than the closed one. I would suggest you read this https://github.com/microsoft/autogen/blob/main/autogen/agentchat/contrib/qdrant_retrieve_user_proxy_agent.py and implement the support for lancedb. |
@thinkall okay thanks ill check it |
i saw the repo, still im not sure why its not overwrite the existing data & use new data & there embeddings |
@thinkall can you give me some hints where its going wrong |
The code in the test is just for demonstrating, in your case, you need to update the code. If you're just copying the code from the test file, it won't work. |
okay |
Closing this issue due to inactivity. If you have further questions, please open a new issue or join the discussion in AutoGen Discord server: https://discord.com/invite/Yb5gwGVkE5 |
* rename core module to base * Rename agnext.core to agnext.base
its works but its always gives same output
also im not user , adding 'client:'--' it is taking lancedb
? or should i need to define it again tere, also its not override any previous data thats reason i guess its always giving same output
i tried this way but working
table = db.open_table("my_table", mode="overwrite")
Originally posted by @akashAD98 in #25 (comment)
The text was updated successfully, but these errors were encountered: