Skip to content

Language support in snippets #27

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

coszio
Copy link
Contributor

@coszio coszio commented Aug 9, 2024

Adds language support in snippets for

  • Rust
  • Python (kinda already has it, user only needs to install qdrant_client)
  • Java (IDK how to do this yet)
  • Typescript
  • C#

Copy link

github-actions bot commented Aug 9, 2024

@coszio coszio force-pushed the language-support-in-snippets branch from 80a554b to e3f9386 Compare August 12, 2024 15:41
@generall
Copy link
Member

Adds language support in snippets for

what does it mean?

@coszio
Copy link
Contributor Author

coszio commented Apr 24, 2025

It means that IDE should be able to provide linting for the files, so we make sure the snippets don't have typos/errors.
It is not simple to do nicely, though. There is already testing of this within rust-client repo, but not for other languages

@generall
Copy link
Member

but not for other languages

there is some form of validation for other languages as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants