Skip to content

Commit

Permalink
[docs] Improved readme by adding an important screenshot and descript…
Browse files Browse the repository at this point in the history
…ion (#720)
  • Loading branch information
devinbost authored Nov 16, 2023
1 parent 3f3a84e commit d397522
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion examples/applications/azure-document-ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ It uses our full stack (LangStream, AstraDB, and LangChain) with Azure Blob Stor

Here is what you will build:
![Langstream UI in action](images/langstream_ui_intro.png)
![Pipeline flow](images/pipeline_flow.png)

In this demo you will build, the chatbot will be performing RAG on the data ingested by the top pipeline flow.
### Features:
- Create a Cassandra keyspace and table in AstraDB (if not already created).
- Detect new PDF files uploaded to the specified Azure blob storage container.
Expand Down Expand Up @@ -167,6 +170,13 @@ After you have asked your question, press enter.
If you click the App tab, you can see a visual representation of your pipeline. Pretty cool, huh!
![Pipeline flow](images/pipeline_flow.png)

### Deploy with Kubernetes
The best way to deploy this stack in production is with kubernetes via Helm.
You can do this by following the [instructions for deploying LangStream on Kubernetes](https://docs.langstream.ai/installation/kubernetes)

### Deploy with minikube
You can also deploy via Minikube. We have a [helper utility](https://github.com/LangStream/langstream#local-deployment) to simplify getting it working.

### Run Terraform to deploy dependencies
1. Review [this Terraform deployment script](deployment.tf).

Expand Down Expand Up @@ -210,4 +220,4 @@ runuser -l adminuser -c '/home/adminuser/.langstream/candidates/current/bin/lang
Additionally, you can check the cloud init output log on the VM to ensure the Terraform deployment ran correctly
```bash
cat /var/log/cloud-init-output.log
```
```

0 comments on commit d397522

Please sign in to comment.