Initial code commit

This commit is contained in:
Lutchy Horace 2025-04-16 16:57:39 -04:00
parent 14c06787dc
commit 9842d55bbf
7 changed files with 441 additions and 32 deletions

18
config.ini.example Normal file
View 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