This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch chore/sync-info
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git


    omit 0c98d09  chore: Sync Plugin Info
     add 3943d14  feat: add in-memory vector search plugin with multilingual 
support
     add 3ffe46a  feat(i18n): add options for embedding level in English and 
Chinese translations
     add 0a32d4e  chore: Sync Plugin Info

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0c98d09)
            \
             N -- N -- N   refs/heads/chore/sync-info (0a32d4e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 plugins_desc.json                                  |  10 +
 vector-search-memory/README.md                     |  55 ++++
 {captcha-google-v2 => vector-search-memory}/go.mod |   2 +-
 {captcha-google-v2 => vector-search-memory}/go.sum |   0
 .../i18n/en_US.yaml                                |  43 +--
 vector-search-memory/i18n/translation.go           |  42 +++
 .../i18n/zh_CN.yaml                                |  43 +--
 {cache-redis => vector-search-memory}/info.yaml    |   8 +-
 vector-search-memory/memory.go                     | 332 +++++++++++++++++++++
 vector-search-memory/sync.go                       | 102 +++++++
 10 files changed, 592 insertions(+), 45 deletions(-)
 create mode 100644 vector-search-memory/README.md
 copy {captcha-google-v2 => vector-search-memory}/go.mod (97%)
 copy {captcha-google-v2 => vector-search-memory}/go.sum (100%)
 copy {search-algolia => vector-search-memory}/i18n/en_US.yaml (50%)
 create mode 100644 vector-search-memory/i18n/translation.go
 copy {search-algolia => vector-search-memory}/i18n/zh_CN.yaml (51%)
 copy {cache-redis => vector-search-memory}/info.yaml (84%)
 create mode 100644 vector-search-memory/memory.go
 create mode 100644 vector-search-memory/sync.go

Reply via email to