linuxymclinuxface
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
1
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# OpenSearch Community Meeting - Late Sept Agenda: - Accelerating vector search in OpenSearch (GSI Technology) Feel free to comment on the agenda before the meeting if you want to add an item or have a question. During the meeting the agenda will be unlocked for collaborative editing / note taking. After the meeting the agenda will be set to read-only mode. [Early Sept Agenda](https://hackmd.io/RtOxsG3cRQ-pi4lBRRlV-A) Chat Log: 10:00:38 From Hugo Albarracín to Everyone: Hi everyone 10:00:41 From Hugo Albarracín to Everyone: ok 10:01:21 From Kyle Davis to Everyone: 👋 Hi everyone! 10:02:12 From Hugo Albarracín to Everyone: Can I record the presentation? 10:18:46 From Shenoy Pratik to Everyone: Hi Rudy, great presentation! Does APU have a different floating point precision than CPU(like using integer vs. float16/32)? If so, does it take a hit on accuracy? 10:20:53 From Brian Grabau to Everyone: I joined late, what are the ec2 instance types for these new cpu's 10:21:12 From Rudy Kirzhner to Everyone: Hi Shenoy, the vector search on APU takes a binary vector, from fp32. We use a high accuracy vectorization neural hash, and it can be tweaked for performance /accuracy tradeoff 10:22:05 From Rudy Kirzhner to Everyone: Since the OpenSearch plugin itself is going to be open source certain things can be adjusted by the users 10:22:06 From Brian Grabau to Everyone: Yup 10:23:12 From Rudy Kirzhner to Everyone: Hi Brian, any instance that runs OpenSearch is fine. The APU is used as a service, and not as a hardware reflected on your AIM 10:25:45 From Andreas (Liberty Global) to Everyone: @Tools: specifically, are there any plans to fork elasticsearch.py from elastic or make it compatible with Opensearch? As you mentoined previously, a license check has been introduced by elastic as of version 7.14.0 https://elasticsearch-py.readthedocs.io/en/v7.14.0/transports.html#product-check-on-first-request That change didn't received a warm welcome from the community tough: https://github.com/elastic/elasticsearch-py/issues/1667 I had to ask our vendor to use version 7.13.4 as stated per compatibility matrix https://opensearch.org/docs/clients/index/ (`pip install elasticsearch==7.13.4`) 10:26:32 From Erin Verbeck-Lane to Everyone: They’re already forked, Andreas! 10:26:59 From Eli Fisher to Everyone: @Rudy, what are the best ways for someone to try out the GSI features for OpenSearch? 10:27:29 From Erin Verbeck-Lane to Everyone: https://github.com/opensearch-project/opensearch-py 10:27:39 From Andreas (Liberty Global) to Everyone: Thanks a lot ! 10:28:17 From Rudy Kirzhner to Everyone: rkirzhner@gsitechnology.com 10:28:56 From Eli Fisher to Everyone: https://pypi.org/project/opensearch-py/ 10:29:01 From Ryan Paras to Everyone: for QA - any other client library updates to note? 10:29:12 From Rudy Kirzhner to Everyone: @Shenoi Also, fp32 is available 10:29:14 From Hasan Asfoor to Everyone: There is a lot of development in the deep4j framework which enables the use of transformers such as BERT from Java, any plans to support semantic search capabilities based on such models? 10:29:15 From Erin Verbeck-Lane to Everyone: Oh snap it’s on pypi now 10:29:39 From Brian Grabau to Everyone: Is AWS going to release an ARM ec2 instance equivalent to i3.8xlarge and d3.8xlarge 10:30:05 From Shenoy Pratik to Everyone: @Rudy thanks for the answer. This looks quite promising. 10:30:12 From Eli Fisher to Everyone: The go client also has a release cut for it https://github.com/opensearch-project/opensearch-go/releases/tag/1.0.0 10:30:48 From Seth Muthukaruppan to Everyone: What is the process to report security vulnerabilities against the project? A recent vulnerability scan flagged few packages and we would like to open issues to get them looked into 10:30:57 From Rudy Kirzhner to Everyone: @Hasan - you could use the vector search for semantic search 10:34:01 From Hasan Asfoor to Everyone: The only issue with vector search is that the text-to-vec process on the input has to be done by the client which quite an overhead. 10:34:43 From Hasan Asfoor to Everyone: what is GSI? 10:35:43 From Eli Fisher to Everyone: https://www.gsitechnology.com/ 10:36:21 From Rudy Kirzhner to Everyone: https://www.gsitechnology.com/OpenSearch 10:36:22 From Hasan Asfoor to Everyone: Thanks 10:36:29 From Rudy Kirzhner to Everyone: @Hasan - we offer vector search acceleration 10:36:30 From Brian Grabau to Everyone: Where? We can present 10:36:38 From Paul Borgermans to Everyone: Thank you! 10:36:40 From Hugo Albarracín to Everyone: Thank you from Colombia 10:36:52 From Brian Grabau to Everyone: Link? 10:36:59 From Ryan Paras to Everyone: many thanks everyone! 10:37:04 From Andreas (Liberty Global) to Everyone: Thank you! 10:37:09 From Rudy Kirzhner to Everyone: Thanks all. 10:37:28 From Anton Rubin to Everyone: Thanks everyone! 10:37:33 From Kevin Garcia to Everyone: https://discuss.opendistrocommunity.dev/c/community-meetings/54 10:37:45 From DETERT, JON to Everyone: What is bucket level alerting? 10:37:50 From Salten to Everyone: thank you 10:38:52 From DETERT, JON to Everyone: So, Is bucket level alerting similar to elastalert’s query_key concept? 10:39:21 From DETERT, JON to Everyone: Got it, thx! 10:39:39 From Seth Muthukaruppan to Everyone: Any plans to support enrich processor 10:40:48 From Brian Grabau to Everyone: o 10:40:51 From Seth Muthukaruppan to Everyone: https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-enriching-data.html 10:40:57 From DETERT, JON to Everyone: I see that there will be a new cli to assist in upgrading opendistro to open search. Will it also be possible to restore a snap from an elastic search v7.10.2 cluster into an open search cluster? 10:40:57 From Brian Grabau to Everyone: enrich processor = I have use cases for that 10:41:02 From Sven R (@hackacad) to Kyle Davis(Direct Message): We just finished the official FreeBSD port of OpenSearch and OpenSearch Dashbords (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257558 / https://www.freshports.org/textproc/opensearch/). Any interest in setting up a small WebEx/whatever session to talk about upcoming FreeBSD support? 10:41:18 From Eli Fisher to Everyone: @Brian do share! :) 10:42:40 From Sven R (@hackacad) to Everyone: We just finished the official FreeBSD port of OpenSearch and OpenSearch Dashboards (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257558 / https://www.freshports.org/textproc/opensearch/). Any interest in setting up (a) additional session(s) to talk about upcoming FreeBSD support? 10:42:58 From Romain Tartière (smortex) to Everyone: It's WIP 10:43:35 From Brian Grabau to Everyone: Depends how it works but we use memcache, like misp, hvt lists etc.. to enrich based on data types present in the log but we drop data into elastic then move over to memchache if we can just use data in an indexes... we can skip a step 10:43:56 From Brian Grabau to Everyone: yes 10:46:12 From Seth Muthukaruppan to Everyone: Thanks! 10:46:15 From Eli Fisher to Everyone: Thanks everyone! 10:46:15 From Romain Tartière (smortex) to Everyone: Thanks! 10:46:20 From sezuan to Everyone: Thanks! 10:46:21 From Alessandro Bignami to Everyone: thanks 10:46:22 From Hugo Albarracín to Everyone: Thanks

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully