Skip to content

Other than number 1 and 4, all other "validate microservices" steps fail #631

@gitist

Description

@gitist

For example on step 8:
curl -v http://${host_ip}:8888/v1/chatqna -H "Content-Type: application/json" -d '{ 18 ↵
"messages": "What is the revenue of Nike in 2023?", "model": "'"${OLLAMA_MODEL}"'" }'

  • Uses proxy env variable no_proxy == '...'
  • Trying ...:8888...
  • Connected to ... (...) port 8888 (#0)

POST /v1/chatqna HTTP/1.1
Host: ...:8888
User-Agent: curl/7.81.0
Accept: /
Content-Type: application/json
Content-Length: 78

  • Mark bundle as not supporting multiuse
    < HTTP/1.1 500 Internal Server Error
    < date: Tue, 20 Aug 2024 00:31:46 GMT
    < server: uvicorn
    < content-length: 21
    < content-type: text/plain; charset=utf-8
    <
  • Connection #0 to host ... left intact
    Internal Server Error%

I followed the https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker/aipc/README.md multiple times. Getting the same result so far.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions