Initial code commit
This commit is contained in:
parent
14c06787dc
commit
9842d55bbf
7 changed files with 441 additions and 32 deletions
15
lancedb-context.service
Normal file
15
lancedb-context.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=LanceDB Context Provider API for Continue
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=your-username
|
||||
WorkingDirectory=/path/to/your/project
|
||||
ExecStart=/path/to/your/project/lancedb_context_provider.py --config $CONFIG_PATH
|
||||
EnvironmentFile=-/etc/default/lancedb_context_provider
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue