Vector index unsupport txt file
Hyunduck Hwang
0
Reputation points
I am trying to test FAISS index. I upload a txt file and run it.
This is the result.
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.
There are two things that I do not understand.
- why they raise this error?
Error embedding: Unsupported data type
- The model_name is not correct. I deployed gpt-4o-mini not gpt-35-turbo. How come does it get the wrong model?
Sign in to answer