How to do VectorDB search (with filtering) using the new index lookup? #3635
Unanswered
KiranS-1952323
asked this question in
Q&A
Replies: 1 comment
-
@dans-msft @Adarsh-Ramanathan could you please help take a look at this? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a flow where I need to query the Azure AI Search VectorDB. I have imported and vectorized the PDFs for my project with metadata, including clientID and projectID. Now, in my PromptFlow, I want to query the VectorDB and apply filters. This functionality is available in Azure AI Search but not in PromptFlow (or it is now deprecated). How can I do this?
I am trying to get the old vectorDB working, is this the right path?
Beta Was this translation helpful? Give feedback.
All reactions