Dimitris Pappas

Results 4 comments of Dimitris Pappas

I used sudo apt-get install librtmp-dev sudo pip install python-librtmp Worked like a charm

Ok! We can reproduce this in kibana as well ``` DELETE /my_index PUT /my_index { "settings": { "analysis": { "analyzer": { "simple_greeklish": { "tokenizer": "standard", "filter":[ "lowercase","greeklish" ] } },...

Hello! I still cannot find `norm_embed.py` in pinfo directory in data. In the `run_data.sh` script there are two lines that will not run: ``` python norm_embed.py embed_glove_d300 embed_glove_d300_norm python norm_embed.py...

For me, the following worked ` from pydantic_ai.models.openai import OpenAIModel from pydantic_ai.providers.openai import OpenAIProvider from pydantic_ai import Agent, RunContext from httpx import AsyncClient custom_http_client = AsyncClient(timeout=30) the_model = OpenAIModel('qwen3:latest', provider=OpenAIProvider(base_url='http://localhost:11434/v1/',...