Skip to content
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

Improve crate layout, mark deprecations, resolve many test warnings #136

Merged
merged 4 commits into from
Jun 20, 2024

Conversation

timvisee
Copy link
Member

@timvisee timvisee commented Jun 20, 2024

A lot of refactoring all over the place, some key differences include:

  • changed type layout, expose Qdrant, QdrantConfig, Error and other types at crate root
  • deprecated old types
  • updated examples/search.rs, kept old version in examples/deprecated_search.rs
  • many fixes in doctests

The current documentation can be seen by running cargo doc --no-deps --open.

It currently looks like this:

image

All Submissions:

  • Contributions should target the dev branch. Did you create your branch from dev?
  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

examples/search.rs Outdated Show resolved Hide resolved
@timvisee timvisee merged commit 93ef52c into v1-10-upgrade Jun 20, 2024
2 checks passed
@timvisee timvisee deleted the v1-10-refactor-1 branch June 20, 2024 14:25
@timvisee timvisee restored the v1-10-refactor-1 branch June 20, 2024 14:25
timvisee added a commit that referenced this pull request Jun 26, 2024
…136)

* Improve crate layout, mark deprecations, resolve many test warnings

* In search example, use simplified way for client construction

* Show search example output as JSON

* Temporarily allow deprecation in test snippets
timvisee added a commit that referenced this pull request Jun 26, 2024
…136)

* Improve crate layout, mark deprecations, resolve many test warnings

* In search example, use simplified way for client construction

* Show search example output as JSON

* Temporarily allow deprecation in test snippets
timvisee added a commit that referenced this pull request Jun 27, 2024
…136)

* Improve crate layout, mark deprecations, resolve many test warnings

* In search example, use simplified way for client construction

* Show search example output as JSON

* Temporarily allow deprecation in test snippets
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.

3 participants