Closed JamboChen closed 1 year ago
Thank you for submitting this issue! The team will review your issue, tag with the appropriate tags, and comment with any additional questions on information needed. :sparkles:
I am getting the same error on an environment that I setup yesterday. New connection to AOAI, Local Dataset(AML storage), new compute/prompt flow runtime setup (promptflow-runtime:20230801.v1), new faiss index created this morning.
Using the sample flow that was created as an output of the faiss index creation, I get the following error.
Failed to load tool 'Vector Search' for node 'search_question_from_indexed_docs' due to 'internal server error'.
Retesting - pointing the path directly to blob index/ source and then again directly pointing at the MLIndex file, and both get the following error (with a different /tmp/runSpecificTempDir/MLIndex target). It appears the file is not being moved to the expected location for the Vector Search tool.
ToolLoadError: Failed to load tool 'Vector Search' for node 'search_question_from_indexed_docs' due to '[Errno 2] No such file or directory: '/tmp/tmpq2ysf5uj/MLIndex''.
Describe the bug
ToolLoadError: Failed to load tool 'Vector Index Lookup' for node 'Vector_Index_Lookup_lomr' due to 'internal server error'.
What happened?
The following error occurs when running the
Vector Index Lookup
nodeStack trace
Client request ID: f3d3b402-d476-4d83-87c3-3ee2cbf0c838 Trace ID: 723e3ce4-c011-4051-b4a9-88e8641d4c7d
What did you expect to happen?
The node can complete
How would you reproduce the bug?
Create
under thevector index
tab of the Prompt flowFaiss Index
, then clickCreate
Q&A with your own data using Faiss Index
Datastore URI
of vector index, and paste it on theVector Index Lookup
node of FlowsDid this happen via Desktop and/or Smartphone?
Desktop
Operating System
No response
What browsers are you seeing the problem on?
Microsoft Edge
Version
115.0.1901.188
Device
No response
What is your current role?
Student Ambassador
What technical topic is this bug related to?
AI/Data Science/Machine Learning
Relevant log output