Make ktem official (#134)
* Move kotaemon and ktem into same folder * Update docs * Update CI * Resolve mypy, isorts * Re-allow test pdf files
This commit is contained in:
committed by
GitHub
parent
9c5b707010
commit
2dd531114f
37
libs/ktem/ktem/assets/css/main.css
Normal file
37
libs/ktem/ktem/assets/css/main.css
Normal file
@@ -0,0 +1,37 @@
|
||||
footer {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.gradio-container {
|
||||
max-width: 100% !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.header-bar {
|
||||
background-color: #f7f7f7;
|
||||
margin: 0px 0px 20px;
|
||||
overflow-x: scroll;
|
||||
display: block !important;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
.dark .header-bar {
|
||||
border: none !important;
|
||||
background-color: #8080802b !important;
|
||||
}
|
||||
|
||||
.header-bar button.selected {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#chat-tab, #settings-tab, #help-tab {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
#main-chat-bot {
|
||||
height: calc(100vh - 140px) !important;
|
||||
}
|
||||
|
||||
.setting-answer-mode-description {
|
||||
margin: 5px 5px 2px !important
|
||||
}
|
6
libs/ktem/ktem/assets/js/main.js
Normal file
6
libs/ktem/ktem/assets/js/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
let main_parent = document.getElementById("chat-tab").parentNode;
|
||||
|
||||
main_parent.childNodes[0].classList.add("header-bar");
|
||||
main_parent.style = "padding: 0; margin: 0";
|
||||
main_parent.parentNode.style = "gap: 0";
|
||||
main_parent.parentNode.parentNode.style = "padding: 0";
|
25
libs/ktem/ktem/assets/md/about_cinnamon.md
Normal file
25
libs/ktem/ktem/assets/md/about_cinnamon.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# About Cinnamon AI
|
||||
|
||||
Welcome to **Cinnamon AI**, a pioneering force in the field of artificial intelligence and document processing. At Cinnamon AI, we are committed to revolutionizing the way businesses handle information, leveraging cutting-edge technologies to streamline and automate data extraction processes.
|
||||
|
||||
## Our Mission
|
||||
|
||||
At the core of our mission is the pursuit of innovation that simplifies complex tasks. We strive to empower organizations with transformative AI solutions that enhance efficiency, accuracy, and productivity. Cinnamon AI is dedicated to bridging the gap between human intelligence and machine capabilities, making data extraction and analysis seamless and intuitive.
|
||||
|
||||
## Key Highlights
|
||||
|
||||
- **Advanced Technology:** Cinnamon AI specializes in harnessing the power of natural language processing (NLP) and machine learning to develop sophisticated solutions for document understanding and data extraction.
|
||||
|
||||
- **Industry Impact:** We cater to diverse industries, providing tailor-made AI solutions that address the unique challenges and opportunities within each sector. From finance to healthcare, our technology is designed to make a meaningful impact.
|
||||
|
||||
- **Global Presence:** With a global perspective, Cinnamon AI operates on an international scale, collaborating with businesses and enterprises around the world to elevate their data processing capabilities.
|
||||
|
||||
## Why Choose Cinnamon AI
|
||||
|
||||
- **Innovation:** Our commitment to innovation is evident in our continual pursuit of technological excellence. We stay ahead of the curve to deliver solutions that meet the evolving needs of the digital landscape.
|
||||
|
||||
- **Reliability:** Clients trust Cinnamon AI for reliable, accurate, and scalable AI solutions. Our track record speaks to our dedication to quality and customer satisfaction.
|
||||
|
||||
- **Collaboration:** We believe in the power of collaboration. By working closely with our clients, we tailor our solutions to their specific requirements, fostering long-term partnerships built on mutual success.
|
||||
|
||||
Explore the future of data processing with Cinnamon AI – where intelligence meets innovation.
|
19
libs/ktem/ktem/assets/md/about_kotaemon.md
Normal file
19
libs/ktem/ktem/assets/md/about_kotaemon.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# About Kotaemon
|
||||
|
||||
Welcome to the future of language technology – Cinnamon AI proudly presents our latest innovation, **Kotaemon**. At Cinnamon AI, we believe in pushing the boundaries of what's possible with natural language processing, and Kotaemon embodies the pinnacle of our endeavors. Designed to empower businesses and developers alike, Kotaemon is not just a product; it's a manifestation of our commitment to enhancing human-machine interaction.
|
||||
|
||||
## Key Features
|
||||
|
||||
- **Cognitive Understanding:** Kotaemon boasts advanced cognitive understanding capabilities, allowing it to interpret and respond to natural language queries with unprecedented accuracy. Whether you're building chatbots, virtual assistants, or language-driven applications, Kotaemon ensures a nuanced and contextually rich user experience.
|
||||
|
||||
- **Versatility:** From analyzing vast textual datasets to generating coherent and contextually relevant responses, Kotaemon adapts seamlessly to diverse use cases. Whether you're in customer support, content creation, or data analysis, Kotaemon is your versatile companion in navigating the linguistic landscape.
|
||||
|
||||
- **Scalability:** Built with scalability in mind, Kotaemon is designed to meet the evolving needs of your business. As your language-related tasks grow in complexity, Kotaemon scales with you, providing a robust foundation for future innovation and expansion.
|
||||
|
||||
- **Ethical AI:** Cinnamon AI is committed to responsible and ethical AI development. Kotaemon reflects our dedication to fairness, transparency, and unbiased language processing, ensuring that your applications uphold the highest ethical standards.
|
||||
|
||||
## Why Kotaemon?
|
||||
|
||||
Kotaemon is not just a tool; it's a catalyst for unlocking the true potential of natural language understanding. Whether you're a developer aiming to enhance user experiences or a business leader seeking to leverage language technology, Kotaemon is your partner in navigating the intricacies of human communication.
|
||||
|
||||
Join us on this transformative journey with Kotaemon – where language meets innovation, and understanding becomes seamless. Cinnamon AI: Redefining the future of natural language processing.
|
11
libs/ktem/ktem/assets/md/changelogs.md
Normal file
11
libs/ktem/ktem/assets/md/changelogs.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Changelogs
|
||||
|
||||
## v1.0.0
|
||||
|
||||
- Chat: interact with chatbot with simple pipeline, rewoo and react agents
|
||||
- Chat: conversation management: create, delete, rename conversations
|
||||
- Files: upload files
|
||||
- Files: select files as context for chatbot
|
||||
- User management: create, sign-in, sign-out, change password
|
||||
- Setting: common settings and pipeline-based settings
|
||||
- Info panel: show Cinnamon AI and Kotaemon information
|
Reference in New Issue
Block a user