mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-29 17:31:37 +00:00
Fixed spelling
This commit is contained in:
parent
4b4620d76b
commit
21de20e9b4
@ -82,7 +82,7 @@ pub fn start_qdrant_server(path_resolver: PathResolver){
|
|||||||
let (cert_path, key_path) = create_temp_tls_files(&path).unwrap();
|
let (cert_path, key_path) = create_temp_tls_files(&path).unwrap();
|
||||||
let storage_path = path.join("storage").to_str().unwrap().to_string();
|
let storage_path = path.join("storage").to_str().unwrap().to_string();
|
||||||
let snapshot_path = path.join("snapshots").to_str().unwrap().to_string();
|
let snapshot_path = path.join("snapshots").to_str().unwrap().to_string();
|
||||||
let init_path = path.join(".qdrant-initalized").to_str().unwrap().to_string();
|
let init_path = path.join(".qdrant-initialized").to_str().unwrap().to_string();
|
||||||
|
|
||||||
let qdrant_server_environment = HashMap::from_iter([
|
let qdrant_server_environment = HashMap::from_iter([
|
||||||
(String::from("QDRANT__SERVICE__HTTP_PORT"), QDRANT_SERVER_PORT_HTTP.to_string()),
|
(String::from("QDRANT__SERVICE__HTTP_PORT"), QDRANT_SERVER_PORT_HTTP.to_string()),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user