-
Hi, I just discovered that Faiss index lookup and Vector DB lookup are marked as deprecated in VS Code. |
Beta Was this translation helpful? Give feedback.
Answered by
dans-msft
Mar 5, 2024
Replies: 1 comment 4 replies
-
Add @Adarsh-Ramanathan @dans-msft to help take a look. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a replacement tool. It is called simply "Index Lookup" and its functionality encompasses both faiss_index_lookup and vector_db_lookup (and more). It is documented here: https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/tools-reference/index-lookup-tool?view=azureml-api-2
It is also in the promptflow_vectordb package.