Skip to content

Commit

Permalink
[README] - Fix misleading phrasing (pinecone-io#146)
Browse files Browse the repository at this point in the history
The "considerations" section had some misleading \ incorrect phrasing.
  • Loading branch information
igiloh-pinecone authored Nov 6, 2023
1 parent dd7c5d4 commit e3cd282
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ With just three CLI commands, you can create a new Canopy server, upload your do

## Considerations

* Canopy is currently only compatiable with OpenAI API endpoints for both the embedding model and the LLM. Rate limits and pricing set by OpenAI will apply.
* Canopy currently only supports OpenAI as backend for both both the embedding model and the LLM. Rate limits and pricing set by OpenAI will apply.
More integrations would be supported in the near future.

## Setup

Expand Down Expand Up @@ -220,4 +221,4 @@ To run the canopy server for production, please run:
gunicorn canopy_cli.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers <number of desired worker processes>
```

The server interacts with services like Pinecone and OpenAI using your own authentication credentials. When deploying the server on a public web hosting provider, it is recommended to enable an authentication mechanism, so that your server would only take requests from authenticated users.
The server interacts with services like Pinecone and OpenAI using your own authentication credentials. When deploying the server on a public web hosting provider, it is recommended to enable an authentication mechanism, so that your server would only take requests from authenticated users.

0 comments on commit e3cd282

Please sign in to comment.