-
Notifications
You must be signed in to change notification settings - Fork 362
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
[Feature] Add new Memory endpoints #889
Comments
All the points? Usually APIs have the whole list of records, but paginated
Yes this could be useful
This endpoint is already present in the latest release, here
You mean the same as 4, but batched?
Yes this is also useful
Agree
Also useful, not sure how complicated it coul be to maintain (es. what happens when embedder changes)
Why a cache? It is just an assignation to
Thanks for these suggestions, some are precious indeed :D |
(sorry closed for a mistake, reopened) |
I forgot to write it xd
Yes |
Seems like this issue has been resolved |
Welcome, we need to separate these points in different issues so it is possible to contribute individually on them ;) |
please do i am more than happy to contribute |
Or do It all in ones XD |
We can also use the power of markdown and do this |
#892 is for the first 2 items:
|
Dev meeting 26/08: {
"metadata": {},
"qdrantFilter": {} //qdrant filter is a dict, so you can write the custom filter. By defualt we should support equal for metadata
} Add [POST] Retrieve all the points from a single collection by metadata |
@valentimarco @MihirKohli @dave90 @lucagobbi closing this issue as it has been separated in specific ones Thanks for joining! |
Is your feature request related to a problem? Please describe.
At the moment, is not possible via RESTAPI:
Describe the solution you'd like
For the 7. point where we need to discuss a little, Maybe is time to a little system of cache?
Additional context
I need to manipulate memory from outside and is difficult to connect my infrastructure with the cat
The text was updated successfully, but these errors were encountered: