diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..0b562a2 --- /dev/null +++ b/config.ini @@ -0,0 +1,19 @@ +[ollama] +url = https://ollama-dev-lxc.int.lhprojects.net + +[server] +host = 127.0.0.1 +port = 8080 + +[lancedb] +persist_directory = ./lancedb + +[s3] +bucket_name = lancedb +access_key_id = qW8S1xub7zhxHtItT9WG +secret_access_key = HEqQuNJXn7uR17h8T4QvmUbwdswe9PeKJy7f5wIp +region = us-east-1 +enable = True +# Optional, only set if s3_type is 'other' +endpoint = https://s3.minidrive.cloud +