mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 09:21:36 +00:00
Formatting
This commit is contained in:
parent
e383072ba6
commit
a4e0ee2960
@ -59,7 +59,7 @@ pub fn qdrant_port(_token: APIToken) -> Json<ProvideQdrantInfo> {
|
||||
pub fn start_qdrant_server() {
|
||||
|
||||
let base_path = DATA_DIRECTORY.get().unwrap();
|
||||
let (cert_path, key_path) =create_temp_tls_files(Path::new(base_path).join("databases").join("qdrant")).unwrap();
|
||||
let (cert_path, key_path) = create_temp_tls_files(Path::new(base_path).join("databases").join("qdrant")).unwrap();
|
||||
|
||||
let storage_path = Path::new(base_path).join("databases").join("qdrant").join("storage").to_str().unwrap().to_string();
|
||||
let snapshot_path = Path::new(base_path).join("databases").join("qdrant").join("snapshots").to_str().unwrap().to_string();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user