Add Viglet Turing ES to Search#1287
Open
alegauss wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="README.md">
<violation number="1" location="README.md:1116">
P3: Consider removing the parenthetical `(not a library)` from the description. The CONTRIBUTING.md asks for descriptions that are "short, simple and unbiased." The parenthetical tells readers what the software isn't rather than what it does, and no other entry in the Search section uses this self-referential comparison pattern. The unique features that distinguish this entry (faceted, semantic and hybrid search, RAG, AI agents, pluggable backend) are already clearly stated in the rest of the line — the parenthetical adds length without adding signal.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| - [Apache Solr](https://lucene.apache.org/solr/) - Enterprise search engine optimized for high-volume traffic. | ||
| - [Elasticsearch](https://www.elastic.co) - Distributed, multitenant-capable, full-text search engine with a RESTful web interface and schema-free JSON documents. | ||
| - [Indexer4j](https://github.com/haeungun/indexer4j) - Simple and light full text indexing and searching library. | ||
| - [Viglet Turing ES](https://github.com/openviglet/turing-ce) - Enterprise search platform (not a library): layers faceted, semantic and hybrid search, RAG and AI agents over a pluggable Apache Solr/Elasticsearch/Lucene backend. |
There was a problem hiding this comment.
P3: Consider removing the parenthetical (not a library) from the description. The CONTRIBUTING.md asks for descriptions that are "short, simple and unbiased." The parenthetical tells readers what the software isn't rather than what it does, and no other entry in the Search section uses this self-referential comparison pattern. The unique features that distinguish this entry (faceted, semantic and hybrid search, RAG, AI agents, pluggable backend) are already clearly stated in the rest of the line — the parenthetical adds length without adding signal.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 1116:
<comment>Consider removing the parenthetical `(not a library)` from the description. The CONTRIBUTING.md asks for descriptions that are "short, simple and unbiased." The parenthetical tells readers what the software isn't rather than what it does, and no other entry in the Search section uses this self-referential comparison pattern. The unique features that distinguish this entry (faceted, semantic and hybrid search, RAG, AI agents, pluggable backend) are already clearly stated in the rest of the line — the parenthetical adds length without adding signal.</comment>
<file context>
@@ -1113,6 +1113,7 @@ _Engines that index documents for search and analysis._
- [Apache Solr](https://lucene.apache.org/solr/) - Enterprise search engine optimized for high-volume traffic.
- [Elasticsearch](https://www.elastic.co) - Distributed, multitenant-capable, full-text search engine with a RESTful web interface and schema-free JSON documents.
- [Indexer4j](https://github.com/haeungun/indexer4j) - Simple and light full text indexing and searching library.
+- [Viglet Turing ES](https://github.com/openviglet/turing-ce) - Enterprise search platform (not a library): layers faceted, semantic and hybrid search, RAG and AI agents over a pluggable Apache Solr/Elasticsearch/Lucene backend.
### Security
</file context>
Suggested change
| - [Viglet Turing ES](https://github.com/openviglet/turing-ce) - Enterprise search platform (not a library): layers faceted, semantic and hybrid search, RAG and AI agents over a pluggable Apache Solr/Elasticsearch/Lucene backend. | |
| - [Viglet Turing ES](https://github.com/openviglet/turing-ce) - Enterprise search platform: layers faceted, semantic and hybrid search, RAG and AI agents over a pluggable Apache Solr/Elasticsearch/Lucene backend. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Viglet Turing ES to the Search section.
Why it's distinct from the existing entries (Lucene/Solr/Elasticsearch): those are search libraries/engines. Turing ES is a full enterprise-search platform/application built on Spring Boot that runs on top of a pluggable Solr/Elasticsearch/Lucene backend and adds faceted + semantic + hybrid (RRF) search, RAG, and AI agents. It fills the application-layer gap in this category.
Summary by cubic
Add Viglet Turing ES to the Search section as an enterprise search platform (application layer), not a library. It runs on top of Solr/Elasticsearch/Lucene and includes faceted, semantic, and hybrid (RRF) search, RAG, and agents.
Written for commit 40eb786. Summary will update on new commits.