Question about config.json

#3
by ajping - opened

Currently getting this error when I try to use as an embedding model in llama_index:

Xenova/text-embedding-ada-002 does not appear to have a file named config.json. Checkout 'https://huggingface.co/Xenova/text-embedding-ada-002/main' for available files.

Is this difficult to fix? Would really love to use it.

Hi there. This repository is only for the text-embedding-ada-002 tokenizer, since the model's weights are not open source. As a result, you unfortunately cannot use it with llama_index.

Sign up or log in to comment