Files
wehub-resource-sync 86db9aae8e
Documentation / build (push) Waiting to run
Documentation / deploy (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 13:34:55 +08:00

4.5 KiB

layout, title, parent, nav_order, description, permalink
layout title parent nav_order description permalink
default UI Examples 8 overview of the major modules and classes of LLMWare /examples/ui

UI - Introduction by Examples

We introduce llmware through self-contained examples.

UI Scenarios

We provide several 'UI' examples that show how to use LLMWare in a complex recipe combining different elements to accomplish a specific objective. While each example is still high-level, it is shared in the spirit of providing a high-level framework 'starting point' that can be developed in more detail for a variety of common use cases. All of these examples use small, specialized models, running locally - 'Small, but Mighty' !

  1. GGUF Streaming Chatbot

    • Locally deployed chatbot using leading open source chat models, including Phi-3-GGUF
    • Uses Streamlit
    • Core simple framework of ~20 lines using llmware and Streamlit
  2. Simple RAG UI with Streamlit

    • Simple RAG UI
  3. RAG UI with Query Topic with Streamlit

    • UI demonstrating UI with query topic in RAG scenario
  4. Using Streamlit Chat UI

    • Basic Streamlit Chat UI

For more examples, see the [UI examples]((https://www.github.com/llmware-ai/llmware/tree/main/examples/UI/) in the main repo.

Check back often - we are updating these examples regularly - and many of these examples have companion videos as well.

More information about the project - see main repository

About the project

llmware is © 2023-{{ "now" | date: "%Y" }} by AI Bloks.

Contributing

Please first discuss any change you want to make publicly, for example on GitHub via raising an issue or starting a new discussion. You can also write an email or start a discussion on our Discrod channel. Read more about becoming a contributor in the GitHub repo.

Code of conduct

We welcome everyone into the llmware community. View our Code of Conduct in our GitHub repository.

llmware and AI Bloks

llmware is an open source project from AI Bloks - the company behind llmware. The company offers a Software as a Service (SaaS) Retrieval Augmented Generation (RAG) service. AI Bloks was founded by Namee Oberst and Darren Oberst in October 2022.

License

llmware is distributed by an Apache-2.0 license.

Thank you to the contributors of llmware!

    {% for contributor in site.github.contributors %}
  • {{ contributor.login }}
  • {% endfor %}

  • Hugging Face
---