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

15
lancedb-context.service Normal file
View 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