Skip to content

Commit 55e3675

Browse files
author
Curtis Gray
committed
Update readme
1 parent 788ae1b commit 55e3675

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# **Dabarqus** – Zero to RAG in minutes. Enable your choice of LLM to chat your PDFs, summarize emails [1](#notes) and messaging [1](#notes), and digest a vast range of facts, figures, and reports [1](#notes). A dash of genius for your LLM.
2+
13
name: Dabarqus Build and Release
24

35
defaults:
@@ -308,10 +310,9 @@ jobs:
308310
309311
# Create the zip archive with permission and symlink preservation
310312
if [[ "${{ matrix.platform }}" == linux* ]]; then
311-
# -y stores symlinks as symlinks
312313
# -X preserves permissions
313314
# -r recursive
314-
zip -r -y -X "${ZIP_NAME}" . -x "*.DS_Store" "*.git*"
315+
zip -r -X "${ZIP_NAME}" . -x "*.DS_Store" "*.git*"
315316
elif [[ "${{ matrix.platform }}" == macos* ]]; then
316317
zip -r -X "${ZIP_NAME}" . -x "*.DS_Store" "*.git*"
317318
else

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Dabarqus
22

3-
**Dabarqus** – Zero to RAG in minutes. Chat with your PDFs, summarize emails and messaging, and digest a vast range of facts, figures, and reports. A dash of genius for your LLM.
4-
5-
Dabarqus is a stand alone application that implements a complete RAG solution. It is designed to be easy to use and easy to integrate with your existing applications. Dabarqus includes a REST API, a command-line interface, and an admin dashboard.
3+
**Dabarqus** – Zero to RAG in minutes. Dabarqus is a stand alone application that implements a complete RAG solution. It is designed to be easy to use and easy to integrate with your existing applications. Dabarqus includes a REST API, a command-line interface, and an admin dashboard.
64

75
## Table of Contents
86

@@ -160,3 +158,7 @@ Examples of Dabarqus in action can be found in this repo under **examples**.
160158
- PythonPDFChatbot-RESTAPI: An example chatbot program using Dabarqus via the REST API to chat with your PDFs.
161159
- PythonPDFChatbot-PythonSDK: An example chatbot program using Dabarqus via the [Python SDK](https://pypi.org/project/dabarqus/) to chat with your PDFs.
162160
- StoreFiles: A Python example of storing documents in to a memory bank (sematic index) using the Python SDK
161+
162+
### **Notes:**
163+
164+
1. Dabarqus Professional Edition is required for email, messaging and API support.

0 commit comments

Comments
 (0)