Find answers from the community

Updated 10 months ago

Cache

@Logan M I ran the following statement. It worked on one Windows PC but failed on another Windows PC.

Settings.embed_model = HuggingFaceEmbedding(model_name="BAAI/bge-small-en-v1.5")

On the Windows PC that failed, it has the following error message:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\me\AppData\Local\llama_index\models--BAAI--bge-small-en-v1.5\snapshots\5c38ec7c405ec4b44b94cc5a9bb96e735b38267a\config.json'

In fact, on the AppData\Local directory, there is no llama_index folder. Could you please provide ideas for debugging? Thanks.
L
D
4 comments
Huh, weird. Maybe try setting LLAMA_INDEX_CACHE_DIR in you env
where should I set it to?
@Logan M Please provide more info. Thanks.
Any directory you want πŸ‘
Add a reply
Sign up and join the conversation on Discord