Bot is unresponsive

Open
#194 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
docker, neo4j
Domain
ai, backend, devops

Research direction

Start by running docker compose up and reproducing the request at http://localhost:8501/ with the reported Neo4j question. Inspect the genai-stack-api and genai-stack-front-end logs while the interface remains in RUNNING status. Done means the bot returns an answer instead of remaining stuck.

Written by the indexing model from the issue text.

Description

After docker compose up, all the services are up & running, and healthy. The loader (http://localhost:8502/) works fine (I am able to successfully Import) and the browser (http://localhost:7474/) works as well (MATCH(n) RETURN n limit 25 returns a 25 nodes graph).

But bot (http://localhost:8501/) doesn't work. I can access to this page. But when I type a question "Can I use subqueries in neo4j", no answer comes back. On the upper right corner, it says RUNNING with a running gif on the left.

I checked the logs for genai-stack-api and for genai-stack-front-end. No errors in either log.

Dominant language
Python
Stars
5.4k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from docker/genai-stack

All issues in docker/genai-stack

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.