Vector index unsupport txt file

Hyunduck Hwang 20 Reputation points
2025-01-17T03:21:02.21+00:00

I am trying to test FAISS index. I upload a txt file and run it.

This is the result.
User's image

User's image

As you see the pictures above, the first task(chunking) has been successful. I got the 37 chunked docs.
The error is occurred in the second task. I looked the log.
User's image

There are two things that I do not understand.

  1. why they raise this error?
       Error embedding: Unsupported data type
       
    
    1. The model_name is not correct. I deployed gpt-4o-mini not gpt-35-turbo. How come does it get the wrong model?
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,174 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,625 questions
{count} votes

Accepted answer
  1. Manas Mohanty (Quadrant Resource LLC) 290 Reputation points Microsoft Vendor
    2025-01-31T07:17:05.6066667+00:00

    Hi Hyunduck Hwang!

    Could you change model deployment manually in the concerned node manually and check whether provided data is in supported format (TSV, CSV and JSONL) as mentioned by JAYA SHANKAR G S

    Kindly refer below document.

    Promptflow supported data types.

    Thank you.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.