catroot

Results 6 issues of catroot

Вопрос такой - могу ли я открывать одну БД, если их ранее было открыто несколько? При попытке открыть одну базу пишет: Exception: sophia/environment/se_recover.c:54 database id 8 is not declared Значит...

Привет! Никак не пойму как опрашивать первичный индекс без вторичного... К примеру, на питоне имеем схему: ```python schema = Schema(key_parts=[StringIndex('key'), StringIndex('predicate')], value_parts=[StringIndex('value'), BinaryIndex('bin')]) ``` Как опросить первичный индекс без вторичного?...

```python gunicorn test:hello -b 0.0.0.0:8060 -w 2 -k guv.GuvWorker Error: class uri 'guv.GuvWorker' invalid or not found: [Traceback (most recent call last): File "/home/project0/venv/lib/python3.5/site-packages/gunicorn/util.py", line 142, in load_class mod =...

Tried stress load with wrk... and got: ``` wrk -t 1 -c 1000 -d 25s http://suite:5001/app2url --latency Running 25s test @ http://suite:5001/app2url 1 threads and 1000 connections Thread Stats Avg...

I trying to repeat a demo tutorial with code: ``` python from remodel.models import Model from remodel.helpers import create_tables, create_indexes class Products(Model): has_many=('Code',) has_one=('Value',) class Code(Model): has_one=('Value',) class Value(Model): belongs_to_many=('Product',...

discussion

### Bug Description This is under dockerized cognify-mcp:latest image. By trying to cognify the python project files from kilocode extension rized this errors: ``` cognee-server | │ /app/.venv/lib/python3.12/site-packages/cognee/tasks/ingestion/data_item_to_text_file.py:73 in │...

bug