Hey all, I'm running into a weird issue with vecto...
# community-help
w
Hey all, I'm running into a weird issue with vector search. In the docs it says that if I'm using a built-in model it will auto-download it and use it for generating embeddings but I'm getting an error when trying to do that:
Copy code
typesense-1  | I20250115 16:52:46.191546   331 embedder_manager.cpp:17] Validating and initializing local model: ts/e5-small
typesense-1  | E20250115 16:52:46.533488   331 embedder_manager.cpp:22] Failed to initialize local model ts/e5-small, error: Model not found
Is there a way to ensure that it tries to download the model when creating the collection?
j
Could you make sure your Typesense instance can connect to the Internet
👀 1