This is an automated email from the ASF dual-hosted git repository.
OpenPj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3f328023f Update README to refine project description and features
3f328023f is described below
commit 3f328023f63ed9374f85627f8e6b7979abc1dd03
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Aug 6 12:31:15 2026 +0200
Update README to refine project description and features
Removed mention of vector databases from the project description and
updated the output targets to exclude custom RAG/vector storage pipelines.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 37bdfc2f1..84b9f05a0 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[](https://hub.docker.com/r/apache/manifoldcf)
[](https://issues.apache.org/jira/projects/CONNECTORS)
-An open-source enterprise content integration framework designed to crawl,
extract, and index documents from disparate content repositories into search
engines, vector databases, and AI pipelines while preserving native document
Access Control Lists (ACLs).
+An open-source enterprise content integration framework designed to crawl,
extract, and index documents from disparate content repositories into search
engines while preserving native document Access Control Lists (ACLs).
---
@@ -16,7 +16,7 @@ An open-source enterprise content integration framework
designed to crawl, extra
* **Security-Aware Ingestion:** Preserves native document Access Control Lists
(ACLs) and security trimming to ensure users only search content they are
authorized to view.
* **Extensive Repository Connectors:** Pre-built connectors for SharePoint,
Google Drive, Amazon S3, CMIS, Web, File Systems, JDBC, Nuxeo, REST APIs, and
more.
-* **Flexible Output Targets:** Native output support for Apache Solr,
OpenSearch, Elasticsearch, Qdrant, and custom RAG / vector storage pipelines.
+* **Flexible Output Targets:** Native output support for Apache Solr,
OpenSearch, Elasticsearch.
* **High-Throughput Concurrency:** Powered by **Java 25 & Virtual Threads
(Project Loom)** for ultra-scalable, non-blocking asynchronous document
fetching.
* **Modern Web Stack:** Embedded **Jetty 12.1** application container.
* **Cloud Native:** Container-ready with official Docker images and
Helm/Kubernetes integration support.