Initial code commit
This commit is contained in:
parent
14c06787dc
commit
9842d55bbf
7 changed files with 441 additions and 32 deletions
18
config.ini.example
Normal file
18
config.ini.example
Normal file
|
@ -0,0 +1,18 @@
|
|||
[ollama]
|
||||
url = http://localhost:11434
|
||||
|
||||
[lancedb]
|
||||
persist_directory = ./lancedb-data
|
||||
|
||||
[s3]
|
||||
enable = True
|
||||
bucket_name = my-s3-bucket
|
||||
access_key_id = my-access-key
|
||||
secret_access_key = my-secret-key
|
||||
region = us-east-1
|
||||
# Optional, if using third party s3 providers
|
||||
endpoint = http://minio:9000
|
||||
|
||||
[server]
|
||||
host = 0.0.0.0
|
||||
port = 8080
|
Loading…
Add table
Add a link
Reference in a new issue