-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Refactor Repo and code - DocGenius AI
- Loading branch information
Showing
9 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: DocGenius AI Chatbot Powered by CML | ||
name: DocGenius AI - Generative AI Chatbot Powered by CML | ||
|
||
entries: | ||
- title: DocGenius AI Chatbot Powered by CML | ||
label: chat-cloudera-docs | ||
short_description: Generative AI Chatbot for your Documentation powered by Cloudera Machine Learning | ||
- title: DocGenius AI - Generative AI Chatbot Powered by CML | ||
label: doc-genius-ai | ||
short_description: Generative AI Chatbot for your Documents powered by Cloudera Machine Learning | ||
long_description: >- | ||
GenAI LLM Chatbot for Cloudera Documentation powered by Cloudera Machine Learning | ||
Generative AI Chatbot for your Documents powered by Cloudera Machine Learning | ||
image_path: >- | ||
https://raw.githubusercontent.com/thammuio/chat-cloudera-docs/main/images/chatbot-cloudera-docs.png | ||
https://raw.githubusercontent.com/thammuio/doc-genius-ai/main/images/chatbot-cloudera-docs.png | ||
tags: | ||
- Cloudera | ||
- Cloudera MAchine Learning | ||
- GenAI | ||
- LLM | ||
- Clouder Docs | ||
- Chatbot | ||
git_url: "https://github.com/thammuio/chat-cloudera-docs.git" | ||
git_url: "https://github.com/thammuio/doc-genius-ai.git" | ||
is_prototype: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
const domain = process.env.NEXT_PUBLIC_CHATBOT_API_DOMAIN; | ||
const api = `https://chatbotapi.${domain}`; | ||
const origin = `https://chatbotui.${domain}`; | ||
const api = `https://docgenius-api.${domain}`; | ||
const origin = `https://docgenius-ui.${domain}`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters