FL0S0T

Results 3 comments of FL0S0T

@preritdas i have never seen an example where you set it manually… can you provide an example please? it looks like the error occurs since I loaded csv rows with...

@meal the embeddings function looks like: embeddingsFunction = OpenAIEmbeddings(model="text-embedding-ada-002", chunk_size=1) -> I have copied the code again to another jupyter notebook and it worked without any issues :/ Same Code......

@martinholecekmax I think this is the solution... I don't know why the embeddings are created with different dimensions with the same code and input but it worked.