-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add support for weaviate as a memory store (Python) #804
Conversation
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
…nto memory-store-weaviate
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
…nto memory-store-weaviate
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
@awharrison-28 @tawalke how's the review going? |
Hi @hsm207 thanks for checking in, it is in progress. Would you mind ensuring the branch is updated with changes from main branch and updated code as needed. Thanks! |
@hsm207 Thanks for updating, will provide more feedback as I test calls to Weaviate service shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified the test skip code - verified locally that if the platform is windows, integration tests for weaviate memory store are skipped.
…antic-kernel into memory-store-weaviate
@hsm207 please run and commit |
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
@tawalke could you review this PR please? |
Add support for weaviate as a memory store see microsoft#803 Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com> Co-authored-by: Devis Lucato <dluc@users.noreply.github.com> Co-authored-by: Abby Harrison <abby.harrison@microsoft.com>
Add support for weaviate as a memory store see microsoft#803 Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com> Co-authored-by: Devis Lucato <dluc@users.noreply.github.com> Co-authored-by: Abby Harrison <abby.harrison@microsoft.com>
Add support for weaviate as a memory store see microsoft#803 Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com> Co-authored-by: Devis Lucato <dluc@users.noreply.github.com> Co-authored-by: Abby Harrison <abby.harrison@microsoft.com>
Motivation and Context
Add support for weaviate as a memory store
People want to use weaviate as a memory store
See point 2
Add support for weaviate as a memory store (Python) #803
Description
Implement MemoryStoreBase for weaviate
Contribution Checklist
dotnet format