-
-
Notifications
You must be signed in to change notification settings - Fork 68
[Store] Add commands to setup/drop a store #335
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
Conversation
41b5cd7
to
3f6ef49
Compare
1ef933d
to
30c5f2f
Compare
no no, that the right decision from my point of view 👍 |
Alright, let's talk about functional testing here - that's important to me with that amount of bridges we can't go with manual. My first idea was to bring in simple store examples, that would setup, add, query and drop. but that would be super similar to the rag ones - well without the agent tho. |
What about improving the rag examples by adding the Maybe just before returning the content to the user? Don't know if adding examples with commands brings any benefits to the user or we're talking about single-file commands that we can call in the existing examples 🤔 |
I would keep the examples, but what about using setup and store in CI to see if they are working? Could be a follow up PR imho |
Docs are missing |
853094b
to
c1bcf91
Compare
If we could shift it to GitHub actions, that would be fine as well - and it's true, that there is little benefit to users with examples only setup-add-query-drop, true. We already skipped it in #328 - so we should bring it in now. |
Needs a rebase after |
a1945e4
to
c78436c
Compare
7dd3202
to
f012430
Compare
7f0f0d1
to
b9a679c
Compare
59cd8ee
to
7f27fd9
Compare
This PR was merged into the main branch. Discussion ---------- [Store] Fix Weaviate handling during drop | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | Related to #335 | License | MIT Small fix regarding the handling of `drop` (empty content). Commits ------- a982fe6 fix(store): weaviate
7f27fd9
to
4b85ff9
Compare
Needs a rebase after |
4b85ff9
to
b898b14
Compare
Rebase done 👍🏻 |
Thanks for your work on this new feature! |
Hi 👋🏻
As discussed in #330, here's the commands required to setup/drop the stores, by default, I moved the commands in the
Store
component but wasn't sure about it.