-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Description:
After running azd up
, clicking the endpoint link in the logs and attempting to start a conversation fails with the following error:
Repro Steps:
- Run
git clone https://github.com/neondatabase-labs/rag-neon-postgres-openai-azure-python
. - Run
cd rag-neon-postgres-openai-azure-python
. - Run
python3 -m venv .venv
. - Run
.\.venv\Scripts\activate
. - Run
pip install -r requirements-dev.txt
. - Run
pip install -e src/backend
. - Run
azd auth login
. - Run
azd env new
. - Run
azd up
. - Click the endpoint link of the service web.
- Send a question.
Environment:
- Azd version: azd version 1.14.0 (commit c928795c47f27d1e997c217147dc649054ac05c8)
- OS: Windows, Devcontainer, Codespaces.
Expected behavior:
Able to interact successfully in the chatbox.
@Boburmirzo and @hemarina for notification.
Metadata
Metadata
Assignees
Labels
No labels