Hey there, OpenAI community!
I’m scratching my head over here trying to figure out if it’s possible to implement directory-based access control for file searches using the Assistants API.
Here’s the deal:
- I want to let users search files, but only in directories they have access to.
- Tried the Vector Store approach, but it seems like Assistants and Vector Stores are in a pretty exclusive relationship (1:1).
- This makes it tricky to do flexible searches across multiple directories or departments.
So, I’m wondering:
- Has anyone cracked this nut? Any clever workarounds?
- Are there any cool hybrid solutions you’ve tried, maybe mixing Assistants API with some custom search magic?
- Any word on the grapevine about OpenAI planning to make this easier in the future?
I’d love to hear your thoughts, experiences, or even wild ideas! Thanks a bunch!