Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Llm example #451

Merged
merged 9 commits into from
Apr 6, 2024
Merged

Llm example #451

merged 9 commits into from
Apr 6, 2024

Conversation

haixuanTao
Copy link
Collaborator

@haixuanTao haixuanTao commented Apr 2, 2024

Create an LLM example able to do:

  • Code RAG from an instruction
  • Send message into the dataflow
  • Ask an assistant a quesion
  • Record a message from Speech-to-Text

Getting started

conda create -n example_env python=3.11
conda activate test_env
cd examples/python-operator-dataflow
pip install -r requirements.txt
dora up
dora start dataflow_llm.yml --attach --hot-reload

For additional information

You can check out the website at: dora-rs/dora-rs.github.io#11

@haixuanTao haixuanTao merged commit cafa0b6 into main Apr 6, 2024
17 checks passed
@haixuanTao haixuanTao deleted the llm-example branch April 6, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants