Is there any way for passing document IDs in recall function? #143
-
|
Hi! I'm trying to pre-filter documents in recall function but I can't find the way. Is there any way to pass document ids to recall and reflect functions? Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi! There's no way because the graph retrieval wouldn't make much sense. What is the use case you want to build? Likely you can use multiple bank IDs for it or share some of them (here's an example https://hindsight.vectorize.io/cookbook/recipes/support-agent-shared-knowledge ) |
Beta Was this translation helpful? Give feedback.
hey @ielgezabal we just added document tagging in 0.3.0, you might want to check it out. you can tag a document (and its memories) and the pass it to filter in only memories matching that tag