-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Go code snippets #271
base: master
Are you sure you want to change the base?
Add Go code snippets #271
Conversation
commit 2eebd4f822c83a817eedd5283d2e052a414aff1c Author: Hayden <[email protected]> Date: Fri Oct 11 22:16:43 2024 +0700 docs(go): client installation commit ba1ff8fc0dc29802cc61cfe46604228142439dc7 Author: Hayden <[email protected]> Date: Thu Oct 10 22:13:26 2024 +0700 docs(go): cluster operations commit 1aa2be9b9eb4de9af7d0713e6ae1b81a1a4287b0 Author: Hayden <[email protected]> Date: Thu Oct 10 21:32:11 2024 +0700 docs(go): synonyms API commit e9bf043d776e0e0b73db4ba5aa6b99f140524af0 Author: Hayden <[email protected]> Date: Thu Oct 10 20:22:56 2024 +0700 docs(go): collection alias API commit 82b54a7fd159b9e5b92e18b67a742a513f83f2b6 Author: Hayden <[email protected]> Date: Thu Oct 10 20:07:31 2024 +0700 docs(go): api keys commit 0fcadccd75f4383f87a8c4f7f7bcc474a9f09042 Author: Hayden <[email protected]> Date: Wed Oct 9 23:13:33 2024 +0700 docs(go): vector search commit d5f0257dc2b4b977c44d38ac0dfef7b2d982aeb2 Author: Hayden <[email protected]> Date: Mon Oct 7 21:56:05 2024 +0700 docs(go): multi search API commit 3dcf4aa62860904176bd4f1c507e2c09026bec26 Author: Hayden <[email protected]> Date: Mon Oct 7 21:43:40 2024 +0700 docs(go): code snippet for search & geosearch API commit 6ddfc16f01b0a9cf8a400c920e4405eb9a050cea Author: Hayden <[email protected]> Date: Mon Oct 7 21:42:36 2024 +0700 docs(go): code snippets for collection v27.1 API commit 9236dfd5510a87526ab219632dee6a60efc14af0 Author: Hayden <[email protected]> Date: Mon Oct 7 20:24:41 2024 +0700 docs(go): code snippet for installing a client commit 384945b083df7bc84faa48452de2609ab8c7435f Author: Hayden <[email protected]> Date: Thu Sep 19 21:31:34 2024 +0700 docs(go): collections API commit 61ceaebf7181579a261afefac82c8decc3506cbd Author: Hayden <[email protected]> Date: Thu Sep 19 19:49:22 2024 +0700 docs(go): snippets for `/guide` commit 4d4262694746e154fd62a80a22fab5f60868bb8f Author: Hayden <[email protected]> Date: Wed Sep 18 22:29:35 2024 +0700 docs(golang): building-a-search-application snippets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are more resources like documents, curation (overrides) missing go snippets. Could you add those as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following sections are still missing Go snippets:
- Indexing a document with dirty data
- Update by query
- Using GCP Vertex AI API
- Indexing prefix and query prefix
- Analytics & Query Suggestions (the full document)
If they're missing from the Go Library, could you add those features first?
Add Go code snippets in client installation guide and API reference