Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Failed to get response from /generate endpoint of chain-server. Check if the fastapi server in chain-server is up. Refer to chain-server logs for details." #232

Open
wyw1267 opened this issue Oct 30, 2024 · 4 comments

Comments

@wyw1267
Copy link

wyw1267 commented Oct 30, 2024

When I run the langchain example, the docker command can run successfully.
But when I use the brower to chat. It will report "Failed to get response from /generate endpoint of chain-server. Check if the fastapi server in chain-server is up. Refer to chain-server logs for details.".

@MarkoBrie
Copy link

I get the same message for the GenerativeAIExamples/RAG/examples/basic_rag/llamaindex.
Message: "Failed to get response from /generate endpoint of chain-server. Check if the fastapi server in chain-server is up. Refer to chain-server logs for details."

@MarkoBrie
Copy link

I get the same message for the GenerativeAIExamples/RAG/examples/basic_rag/llamaindex. Message: "Failed to get response from /generate endpoint of chain-server. Check if the fastapi server in chain-server is up. Refer to chain-server logs for details."

Somehow the export of the NVIDIA_API_KEY was ignored. I repeated the export and the error was not shown anymore.

@thalapandi
Copy link

@lbliii
Copy link

lbliii commented Nov 9, 2024

There seems to be a missing dependency issue in the RAG/src/chain-server/tracing.py file at the following location:

from RAG.tools.observability.langchain import opentelemetry_callback as langchain_otel_cb
from RAG.tools.observability.llamaindex import opentelemetry_callback as llama_index_otel_cb

When I inspect the exited chain-server container, I see the following error:

from RAG.tools.observability.langchain import opentelemetry_callback as langchain_otel_cb
2024-11-09 11:38:58 ModuleNotFoundError: No module named 'RAG.tools.observability'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants