Release v1.0.0 candidate
This commit is contained in:
@@ -162,7 +162,7 @@ async fn get_ollama_embedding(
|
||||
) -> Result<Vec<f32>, Box<dyn std::error::Error + Send + Sync>> {
|
||||
let client = reqwest::Client::new();
|
||||
let payload = serde_json::json!({
|
||||
"model": "nomic-embed-text",
|
||||
"model": "mxbai-embed-large",
|
||||
"prompt": text
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user