{"id":22050117,"url":"https://github.com/oconva/qvikchat-examples","last_synced_at":"2026-04-18T02:04:25.040Z","repository":{"id":248313690,"uuid":"828335960","full_name":"oconva/qvikchat-examples","owner":"oconva","description":"Repository containing examples on building chat services using QvikChat","archived":false,"fork":false,"pushed_at":"2024-07-15T17:05:47.000Z","size":309,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T21:17:50.180Z","etag":null,"topics":["chat","chat-service","chatbot","conversational-ai","qvikchat","qvikchat-example"],"latest_commit_sha":null,"homepage":"https://qvikchat.pkural.ca/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oconva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["oconva"],"patreon":"oconva","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"pkural","custom":null}},"created_at":"2024-07-13T20:26:05.000Z","updated_at":"2024-07-15T17:20:15.000Z","dependencies_parsed_at":"2024-07-15T20:43:18.592Z","dependency_job_id":null,"html_url":"https://github.com/oconva/qvikchat-examples","commit_stats":null,"previous_names":["oconva/qvikchat-examples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oconva%2Fqvikchat-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oconva%2Fqvikchat-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oconva%2Fqvikchat-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oconva%2Fqvikchat-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oconva","download_url":"https://codeload.github.com/oconva/qvikchat-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119592,"owners_count":20563763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","chat-service","chatbot","conversational-ai","qvikchat","qvikchat-example"],"created_at":"2024-11-30T14:17:56.060Z","updated_at":"2026-04-18T02:04:24.962Z","avatar_url":"https://github.com/oconva.png","language":null,"funding_links":["https://github.com/sponsors/oconva","https://patreon.com/oconva","https://buymeacoffee.com/pkural"],"categories":[],"sub_categories":[],"readme":"# QvikChat Examples\n\nThis repository contains some selected examples on building powerful chat services using [QvikChat](https://qvikchat.pkural.ca/). These examples range from beginner to advanced level and cover a wide range of topics like working with chat history, response caching, RAG, and more.\n\n## Usage\n\nAll examples are present in the `examples` directory. Each example is a self-contained project that you can run on your local machine. These examples were built using the [QvikChat Starter Template](https://github.com/oconva/qvikchat-starter-template), hence they come pre-configured with support for TypeScript, ESLint, Prettier, Jest, SWC, and more.\n\nSimply clone this repository and navigate to the example you want to run. Each example folder contains a `README.md` file that contains the step-by-step guide for that example.\n\nBelow is a list of currently available examples. If you wish to add a new example, please create a pull request following the guidelines in the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## Examples\n\n1. [Building a simple open-ended chatbot in under 5 minutes](/examples/simple-open-ended-chatbot)\n\n    This example will guide you through building a simple open-ended chatbot using QvikChat. The chatbot will be able to return an LLM generated response to any user input. Good example for getting started with QvikChat.\n\n    Keywords: open ended chat, getting started, beginner\n\n    QvikChat version: 1.0.7\n\n2. [Build chatbot for any webpage in under 5 minutes](/examples/rag-chat-webpage)\n\n    Learn how to quickly build a reliable and accurate chatbot that can answer questions using data from a webpage. This example also demonstrates how to use data loaders available in LangChain to load data and use it in building a RAG-enabled chat endpoint with QvikChat.\n\n    Keywords: webpage chatbot, data loading, langchain, intermediate\n\n    QvikChat version: 1.0.9 \n\n3. [Build a Chatbot on Your Own Data in under 10 minutes with History, Cache, and RAG](/examples/chatbot-on-your-own-data)\n\n    This example will guide you through building a chatbot that can answer questions on your data, with support for continuing conversations using **chat history** and **caching responses** to frequent queries, all in under ten minutes!\n\n    Keywords: RAG, chat history, response caching, intermediate\n\n    QvikChat version: 1.0.7\n\n## QvikChat\n\n**QvikChat** is a [Firebase Genkit](https://github.com/firebase/genkit) and [LangChain](https://js.langchain.com/v0.2/docs/introduction/) based framework that provides you with a solid foundation to build powerful AI-powered chat service endpoints quickly and efficiently. It includes support for **multiple types of conversations (open-ended, close-ended)**, **chat history**, **response caching**, **authentication**, and **information retrieval using Retrieval Augmented Generation (RAG).**\n\n[Get Started](https://qvikchat.pkural.ca/getting-started) | [Documentation](https://qvikchat.pkural.ca)\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Oconva\n\nQvikChat is a project by [Oconva](https://github.com/oconva). Oconva is an initiative to make conversational AI more open and accessible to all. Oconva's vision is to create a future where any developer, regardless of their available resources, can empower their apps with the power of conversational AI. Whether it's adding an AI assistant to their app or integrating a translation service, Oconva aims to provide developers with open-source tools and frameworks to support them on this journey.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foconva%2Fqvikchat-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foconva%2Fqvikchat-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foconva%2Fqvikchat-examples/lists"}