Kuniaki Shimizu

Results 8 issues of Kuniaki Shimizu

When use type "youtube" response in multiple response like this, ```javascript msg.push({ type: 'youtube', value: 'VIyE2K33w-w', }); msg.push({ type: 'text', value: message, }); ``` it works if it is in...

### What happened? as a proxy using `docker compose`, seems the latest image does not include `tenacity` and it gets an error when a request error happen. litellm_config.yaml: ```yaml model_list:...

bug

## Describe the bug Following "Getting Started" instructions, but got an error in API workflow. Always the same errors happen. ``` Error fetching data and indexing: [Errno 2] No such...

bug

### Description Tested GraphRAG with OpenAI. In my understanding, env variables `GRAPHRAG_LLM_MODEL` and `GRAPHRAG_EMBEDDING_MODEL` are used for creating GraphRAG index. So, I set .env like this: ```ini GRAPHRAG_API_KEY=sk-XXXXXXXXXX GRAPHRAG_LLM_MODEL=gpt-4o GRAPHRAG_EMBEDDING_MODEL=text-embedding-3-small...

bug

using pyenv + venv + Docker, llama stack run failed and seems cannot found model directory ``` $ llama stack run my-local-stack + '[' -n '' ']' + '[' -z...

## Description When using Japanese Input Method Editor (IME), the Enter key is also used for finalizing character conversion. This conflicts with pressing the Enter key to submit a message,...

I'm confused with that step2 notebook and tutorial document are a little different. In step2 notebook, QA is generated from these 2 instances: ```python raw_df = pd.read_parquet("/content/chunk_project_dir/0/0.parquet") raw_instance = Raw(raw_df)...

documentation

### Describe the bug When I save a JSON object in `payload[0].blob` with `create_event()`, `list_events(..., includePayloads=True)` returns that blob as a **string** (e.g., `"{content=hi, role=user}"`). Docs say blob is a...

service-api
p3
bedrock