This open source project is truly amazing. Thank you for your work. However, when I try to replace some models—for example, when I swap BAAI/bge-small-en-v1.5 with BAAI/bge-large-en-v1.5—the system throws an error: "Model BAAI/bge-large-en-v1.5 produces 1024-dimensional embeddings, but database schema requires 384 dimensions. Use a model that produces 384-dimensional embeddings." What should I do to make the program support the model I want to replace?