Initial code commit
This commit is contained in:
parent
14c06787dc
commit
9842d55bbf
7 changed files with 441 additions and 32 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
Add a link
Reference in a new issue