Compare commits
No commits in common. "main" and "v1.0-alpha" have entirely different histories.
main
...
v1.0-alpha
1 changed files with 19 additions and 0 deletions
19
config.ini
Normal file
19
config.ini
Normal file
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue