Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ You can seamlessly initiate your promptflow project development and start levera
## Use Github Codespaces
Use codespaces to open promptflow repo, it will automatically build the dev containers environment and open promptflow with dev containers. You can just click: [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/promptflow?quickstart=1)

## Use Codeanywhere
Use Codeanywhere to open the `promptflow` repository in a cloud-based development environment. This will set up the workspace and allow you to start coding immediately. Click below to launch:

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/microsoft/promptflow)

## Use local devcontainer
Use vscode to open promptflow repo, and install vscode extension: Dev Containers and then open promptflow with dev containers.
![devcontainer](./devcontainers.png)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ pf flow serve --source . --port 8080 --host localhost
This will start the simple chat where you could ask the data in a natural language. Please remember that you pay for the
LLM API.

### Develop in Codeanywhere

Open this project in a Codeanywhere for development.

<a href="https://app.codeanywhere.com/#https://github.com/achugr/ask-data"><img src="https://codeanywhere.com/img/open-in-codeanywhere-btn.svg" alt="Open in Codeanywhere" width="200"></a>

## Data source

The project uses [ClickHouse playground](https://play.clickhouse.com/play?user=play) as a data source, because it's
Expand Down