Skip to content

Commit f43189b

Browse files
authored
Merge pull request #89 from are-ces/remove-deprecated
Remove deprecated llama-stack yaml part
2 parents b0ca50c + 57b72c1 commit f43189b

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

src/lightspeed_rag_content/document_processor.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,6 @@ class _LlamaStackDB(_BaseDB):
208208
209209
server:
210210
port: 8321
211-
conversations_store:
212-
db_path: /tmp/conversations.db
213-
type: sqlite
214-
metadata_store:
215-
db_path: /tmp/registry.db
216-
type: sqlite
217211
218212
providers:
219213
inference:

tests/test_document_processor_llama_stack.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@
3434
3535
server:
3636
port: 8321
37-
conversations_store:
38-
db_path: /tmp/conversations.db
39-
type: sqlite
40-
metadata_store:
41-
db_path: /tmp/registry.db
42-
type: sqlite
4337
4438
providers:
4539
inference:
@@ -239,12 +233,6 @@ def test_write_yaml_config_sqlitevec(self, mocker, llama_stack_processor):
239233
240234
server:
241235
port: 8321
242-
conversations_store:
243-
db_path: /tmp/conversations.db
244-
type: sqlite
245-
metadata_store:
246-
db_path: /tmp/registry.db
247-
type: sqlite
248236
249237
providers:
250238
inference:

0 commit comments

Comments
 (0)