pinecone-io / canopy

Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone
https://www.pinecone.io/
Apache License 2.0
976 stars 121 forks source link

Update README.md #256

Closed kowshik24 closed 10 months ago

kowshik24 commented 10 months ago

Update the gunicorn command to: gunicorn canopy_server.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers

Problem

The gunicorn command is not correct: gunicorn canopy_cli.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers

Solution

I have updated the command to: gunicorn canopy_server.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers

Type of Change

Test Plan

Now run: gunicorn canopy_server.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers And good to go

izellevy commented 10 months ago

This issue seems to be resolved by @miararoy. Closing the issue.