Skip to content

Commit 28e115f

Browse files
authored
Added badges and daily CI runs. (#164)
Signed-off-by: Navneet Verma <navneev@amazon.com>
1 parent baa6807 commit 28e115f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build and Test Neural Search
22
on:
3+
schedule:
4+
- cron: '0 0 * * *' # every night
35
push:
46
branches:
57
- "*"

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<img src="https://opensearch.org/assets/img/opensearch-logo-themed.svg" height="64px">
22

3+
[![Build and Test Neural Search](https://github.com/opensearch-project/neural-search/actions/workflows/CI.yml/badge.svg)](https://github.com/opensearch-project/neural-search/actions/workflows/CI.yml)
4+
[![codecov](https://codecov.io/gh/opensearch-project/neural-search/branch/main/graph/badge.svg?token=PYQO2GW39S)](https://codecov.io/gh/opensearch-project/neural-search)
5+
[![Documentation](https://img.shields.io/badge/doc-reference-blue)](https://opensearch.org/docs/latest/search-plugins/neural-search/)
6+
[![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://forum.opensearch.org)
7+
![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)
8+
39
## OpenSearch Neural Search
410
**OpenSearch Neural Search** is an OpenSearch plugin that adds dense neural retrieval into the OpenSearch ecosystem.
511
The plugin provides the capability for indexing documents and doing neural search on the indexed documents.

0 commit comments

Comments
 (0)