Skip to content

Commit

Permalink
Added badges and daily CI runs. (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: Navneet Verma <navneev@amazon.com>
(cherry picked from commit 28e115f)
  • Loading branch information
navneet1v authored and github-actions[bot] committed Apr 24, 2023
1 parent 415bf23 commit 898c01f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build and Test Neural Search
on:
schedule:
- cron: '0 0 * * *' # every night
push:
branches:
- "*"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<img src="https://opensearch.org/assets/img/opensearch-logo-themed.svg" height="64px">

[![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)
[![codecov](https://codecov.io/gh/opensearch-project/neural-search/branch/main/graph/badge.svg?token=PYQO2GW39S)](https://codecov.io/gh/opensearch-project/neural-search)
[![Documentation](https://img.shields.io/badge/doc-reference-blue)](https://opensearch.org/docs/latest/search-plugins/neural-search/)
[![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://forum.opensearch.org)
![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)

## OpenSearch Neural Search
**OpenSearch Neural Search** is an OpenSearch plugin that adds dense neural retrieval into the OpenSearch ecosystem.
The plugin provides the capability for indexing documents and doing neural search on the indexed documents.
Expand Down

0 comments on commit 898c01f

Please sign in to comment.