Pavel Chernikov

Results 4 comments of Pavel Chernikov

Same issue. I don't know what to make of this: `Citation: id='091d98cc' object='citation' is_new=True span=CitationSpanData(start=3874, end=3884, context_start=None, context_end=None) source_type=None payload=None`

Hey @ssayer - I'm running into the same issue. Have you got anywhere further with this?

Ah I think I got it - removing namespace seems to fix the issue! (i.e. remove .local or .langfuse, whatever you set namespace to): ``` CLICKHOUSE_MIGRATION_URL: 'clickhouse://clickhouse-tcp:9000', CLICKHOUSE_URL: 'http://clickhouse-http:8123', ```

Confirmed that these entries in my .bashrc were causing the timeout: ` if command -v pyenv 1>/dev/null 2>&1; then eval "$(pyenv init -)" fi `