LangStream / langstream

LangStream. Event-Driven Developer Platform for Building and Running LLM AI Apps. Powered by Kubernetes and Kafka.
https://langstream.ai
Apache License 2.0
379 stars 28 forks source link

Updated Azure doc ingestion example to include RAG chatbot #712

Closed devinbost closed 7 months ago

devinbost commented 7 months ago

I updated the Azure document ingestion example to now be fully LangChain compatible and demonstrate a RAG chatbot on the data ingested by the pipeline.

devinbost commented 7 months ago

I don't understand the test failure output.

Found runtime impl changed after building, please build the runtime impl and commit the changes. 
HEAD detached at pull/712/merge
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
    modified:   examples/applications/azure-document-ingestion/chatbot.yaml

no changes added to commit (use "git add" and/or "git commit -a")

What does this mean?